Metadata-Version: 2.1
Name: dhis2-pocket-knife
Version: 0.32.1
Summary: Command-line tools for interacting with DHIS2 REST API
Home-page: https://github.com/davidhuser/dhis2-pk
Author: David Huser
Author-email: dhuser@baosystems.com
License: MIT
Keywords: dhis2
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: dhis2.py (==2.0.0)
Requires-Dist: colorama (==0.4.1)
Requires-Dist: unicodecsv (>=0.14.1)
Requires-Dist: six

|pocket-knife| dhis2-pk
=======================

|PyPi| |Downloads| |Travis| |PythonVersion|

Command-line tools for `DHIS2 <https://dhis2.org>`__.


-  Mass **sharing** via filtering `(docs) <https://github.com/davidhuser/dhis2-pk/blob/master/docs/share.md>`__
-  Download **indicator definitions** to CSV `(docs)  <https://github.com/davidhuser/dhis2-pk/blob/master/docs/indicator-definitions.md>`__
-  Download **user information** to CSV `(docs) <https://github.com/davidhuser/dhis2-pk/blob/master/docs/userinfo.md>`__
-  Set **attribute values** with a CSV `(docs) <https://github.com/davidhuser/dhis2-pk/blob/master/docs/attribute-setter.md>`__
-  Additional **data integrity** `(docs) <https://github.com/davidhuser/dhis2-pk/blob/master/docs/data-integrity.md>`__
-  Post a **CSS** style sheet for the login page `(docs) <https://github.com/davidhuser/dhis2-pk/blob/master/docs/post-css.md>`__

Installation:

.. code:: bash

   pip install dhis2-pocket-knife

more details: `Installation & Usage <https://github.com/davidhuser/dhis2-pk/blob/master/docs/installation.md>`__

.. |pocket-knife| image:: https://i.imgur.com/AWrQJ4N.png
    :alt: Pocket Knife

.. |PyPi| image:: https://img.shields.io/pypi/v/dhis2-pocket-knife.svg?label=PyPI&style=flat-square
    :alt: pip version
    :target: https://pypi.python.org/pypi/dhis2-pocket-knife

.. |Downloads| image:: https://img.shields.io/pypi/dm/dhis2-pocket-knife.svg?label=Downloads&style=flat-square
   :target: https://pypi.org/project/dhis2-pocket-knife
   :alt: Downloads

.. |Travis| image:: https://img.shields.io/travis/davidhuser/dhis2-pk/master.svg?style=flat-square
    :alt: Travis CI build status
    :target: https://travis-ci.org/davidhuser/dhis2-pk

.. |PythonVersion| image:: https://img.shields.io/pypi/pyversions/dhis2-pocket-knife.svg?style=flat-square
    :alt: PyPI - Python Version



