Metadata-Version: 2.4
Name: libpfapi
Version: 0.4.0
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
Dynamic: license-file

Base library providing basic pathfinder REST api access utilities.

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

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

# Testing

Create a new `.env` file from `.env.example` and change the values.
Just run the function from a `python` shell or from `command line`.
