anacode

Anacode API querying and aggregation library


Keywords
anacode
License
BSD-3-Clause
Install
pip install anacode==1.1.1

Documentation

Anacode aggregation library

This is the Python client library for Anacode API. To get started you can check out READMEs in api and agg subfolders that provide usage examples. More detailed documentation is available at anacode-toolkit.readthedocs.io.

If you want to learn more about API calls please read their documentation.

Installation

Library is published via PyPI so you can install it using pip:

pip install anacode

You can also clone it's repository and install from source using setup.py script:

git clone https://github.com/anacode/anacode-toolkit.git
cd anacode-toolkit
python setup.py install

Python Version

Currently we run tests against Python 2.7.12 and Python 3.5.2, but library should work with Python 2.7+ and Python 3.3+ versions as well.

Dependencies

Library dependencies are:

  • requests
  • numpy
  • pandas
  • matplotlib
  • seaborn
  • wordcloud
  • pillow
  • nltk

Test dependencies:

  • pytest
  • mock
  • pytest-mock
  • freezegun

License

Licensed under BSD-3-Clause.