Metadata-Version: 2.1
Name: crongit
Version: 0.1.12
Home-page: 
Author: fx-kirin
Author-email: fx.kirin@gmail.com
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE


crongit
=======


.. image:: https://img.shields.io/pypi/v/package_name.svg
   :target: https://pypi.python.org/pypi/crongit
   :alt: Latest PyPI version


Usage
-----

.. code-block::

   # get current crontab setting.
   # it will generate the file `$USER.crontab`
   crongit init

   # Modify your crontab setting
   vim $USER.crontab

   # Update crontab and if it's been done without an error, commit the crontab file.
   crongit update

Installation
------------

.. code-block::

   pip install crongit

Authors
-------

crongit was written by `fx-kirin <fx.kirin@gmail.com>`_.
