Metadata-Version: 2.1
Name: instatools
Version: 0.1.3
Summary: Simple automation of Instagram account control, maintenance and statistics
Home-page: https://github.com/sentrip/instatools
Author: Djordje Pepic
Author-email: djordje.m.pepic@gmail.com
License: GNU General Public License v3
Keywords: instatools
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.7)
Requires-Dist: requests (>=2.18.4)
Requires-Dist: ratelimiter (>=1.2.0)
Requires-Dist: cached-property (>=1.4.3)
Requires-Dist: pillow (>=5.1.0)

==========
instatools
==========


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

.. image:: https://img.shields.io/travis/sentrip/instatools.svg
        :target: https://travis-ci.org/sentrip/instatools

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

.. image:: https://codecov.io/gh/sentrip/instatools/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/sentrip/instatools

.. image:: https://pyup.io/repos/github/sentrip/instatools/shield.svg
     :target: https://pyup.io/repos/github/sentrip/instatools/
     :alt: Updates



Simple automation of Instagram account control, maintenance and statistics


* Free software: GNU General Public License v3
* Documentation: https://instatools.readthedocs.io


Features
--------

* TODO

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-05-25)
------------------

* First release on PyPI.


0.1.1 (2018-08-17)
------------------

* Added response caching for testing.

0.1.2 (2018-08-27)
------------------

* Slight tweaks to api

0.1.3 (2018-09-25)
------------------

* Fixed cache interception of non-instagram requests


