Metadata-Version: 2.1
Name: ticktick
Version: 0.1.1
Summary: Python API for TickTick
Home-page: https://github.com/gasslion/ticktick-python
Author: Leo Zhou
Author-email: glasslion@gmail.com
License: MIT license
Keywords: ticktick
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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
Requires-Dist: requests
Requires-Dist: addict
Requires-Dist: arrow
Requires-Dist: six
Requires-Dist: bson

=======================
Python API for TickTick
=======================


.. image:: https://img.shields.io/pypi/v/ticktick.svg
        :target: https://pypi.python.org/pypi/ticktick

.. image:: https://img.shields.io/travis/gasslion/ticktick-python.svg
        :target: https://travis-ci.org/gasslion/ticktick-python

.. image:: https://readthedocs.org/projects/ticktick/badge/?version=latest
        :target: https://ticktick.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Python API for TickTick


* Free software: MIT license
* Documentation: https://ticktick.readthedocs.io.


Features
--------

* Add task
* Delete task
* Query completed and uncompleted task
* Nice text representation for task 


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2018-10-23)
------------------

* First release on PyPI.


