Metadata-Version: 2.1
Name: safpis
Version: 0.2.1
Summary: SAFPIS is a Python library to access the South Australia Fuel Pricing
Author-email: Nathan Watson-Haigh <nathan@watsonhaigh.net>
License: MIT License
Project-URL: Documentation, https://safpis.readthedocs.io
Project-URL: Repository, https://github.com/nathanhaigh/safpis.git
Project-URL: Issues, https://github.com/nathanhaigh/safpis/issues
Project-URL: History, https://github.com/nathanhaigh/safpis/blob/main/HISTORY.rst
Keywords: safpis,two
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Home Automation
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: requests_cache>=0.9.1
Requires-Dist: geopy>=1.13.0
Requires-Dist: money>=1.0
Requires-Dist: python-dateutil>=2.7.0
Requires-Dist: Click>=6.0
Requires-Dist: setuptools; python_version >= "3.12"

======
safpis
======


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

.. image:: https://img.shields.io/github/actions/workflow/status/nathanhaigh/safpis/python-package.yml
     :target: https://github.com/nathanhaigh/safpis/actions/workflows/python-package.yml

.. image:: https://img.shields.io/readthedocs/safpis
     :target: https://safpis.readthedocs.io/en/latest/?version=latest
     :alt: Documentation Status

.. image:: https://img.shields.io/codecov/c/github/nathanhaigh/safpis
     :target: https://app.codecov.io/gh/nathanhaigh/safpis

.. image:: https://img.shields.io/badge/code%20style-black-black
     :target: https://black.readthedocs.io/en/stable/

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
     :target: https://opensource.org/licenses/MIT


safpis is a Python library to access the South Australia Fuel Pricing
Information Scheme (SAFPIS) REST API.

To use this library you will first need to register to become an SAFPIS Data
Publisher and receive a Subscriber Token. Visit https://www.safuelpricinginformation.com.au/
for more information and details about registering to become a Data Publisher.

The SAFPIS is a mechanism through which Fuel Retailers are required, by law, to
report their fuel prices and Data Publishers can access the data via a REST
API.

* Free software: MIT license
* Documentation: https://safpis.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
