Metadata-Version: 2.0
Name: amatino
Version: 0.0.1
Summary: Bindings for the Amatino API, a double-entry accounting system
Home-page: https://github.com/amatino-code/amatino-python
Author: Amatino
Author-email: hello@amatino.io
License: UNKNOWN
Project-URL: Subscribe, https://amatino.io/subscribe
Project-URL: Discuss, https://amatino.io/discussion
Project-URL: Development Newsletter, https://amatino.io/newsletter
Description-Content-Type: UNKNOWN
Keywords: amatino api bindings accounting double-entry
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3

Amatino Python
==============

Amatino is a double entry accounting system. It provides double entry
accounting as a service. Amatino is served via a web API. Amatino
Python is a library for interacting with the Amatino API from within a
Python application. By using Amatino Python, a Python developer can
utilise Amatino services without needing to deal with raw HTTP
requests.

Under Construction
------------------

Amatino Python is in a pre-alpha state. It is not yet ready for public
use and should not be used by anyone for anything.

To be notified when Amatino Python enters an alpha state, ready for
consumption, sign up to the Amatino Development Newsletter, available
at <https://amatino.io/newsletter/>.

In the mean time, you may wish to review Amatino's HTTP documentation
at <https://amatino.io/documentation/http>, to see what capabilities
you can expect from Amatino Python in future.

Installation
------------

Amatino Python may be installed via ``pip`::

    $ pip install amatino


