Metadata-Version: 2.1
Name: libpfapi
Version: 0.3.1
Summary: Base library providing basic pathfinder REST api access utilities
Author-email: Jordi Castells <jordi.castells@gilytics.com>, Rafael Ruiz <rafael.romero@gilytics.com>
Project-URL: Homepage, https://www.gilytics.com/
Project-URL: Issues, https://www.gilytics.com/faqs
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

Base library providing basic pathfinder REST api access utilities.

Documentation and examples available under the `docs` directory, 
can be built via sphinx for easy reading::

    cd docs
    pip install -U sphinx
    make html
    firefox _build/index.html

# Packaging

Creating a simple wheel file for a python2.7 environment.

> python setup.py bdist_wheel
> Archive the artifact under dist/*
