Metadata-Version: 2.0
Name: python-todotxt
Version: 0.1.1
Summary: Simple python library for todo.txt file format
Home-page: https://gitlab.com/SirEdvin/python-todotxt
Author: Bogdan Gladyshev
Author-email: siredvin.dark@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: todo.txt
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6

===============
Python ToDo.txt
===============

.. image:: https://img.shields.io/pypi/v/python-todotxt.svg
        :target: https://pypi.python.org/pypi/python-todotxt
.. image:: https://img.shields.io/pypi/l/python-todotxt.svg
        :target: https://pypi.python.org/pypi/python-todotxt
.. image:: https://gitlab.com/SirEdvin/python-todotxt/badges/master/build.svg
        :target: https://gitlab.com/SirEdvin/python-todotxt


:code:`python-todotxt` simple library to work with `todo.txt`_ file format.

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

:code:`python-todotxt` is available as a python library on Pypi. Installation is very simple using pip :

.. code:: bash

    $ pip install python-todotxt

This will install :code:`python-todotxt` as well as external dependency.

Basic usage
-----------


.. _`todo.txt`: http://todotxt.org/

