Metadata-Version: 2.1
Name: pyntual
Version: 0.2.0
Summary: Fintual API Python client.
Home-page: https://github.com/vlizanae/pyntual
Author: Vicente Lizana Estivill
Author-email: v.lizana.e@gmail.com
License: MIT license
Keywords: pyntual
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: certifi (==2020.6.20)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.10)
Requires-Dist: numpy (==1.19.1)
Requires-Dist: pandas (==1.1.1)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: pytz (==2020.1)
Requires-Dist: requests (==2.24.0)
Requires-Dist: six (==1.15.0)
Requires-Dist: urllib3 (==1.25.10)

=======
Pyntual
=======


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

.. image:: https://img.shields.io/travis/com/vlizanae/pyntual.svg
        :target: https://travis-ci.com/vlizanae/pyntual

.. image:: https://readthedocs.org/projects/pyntual/badge/?version=latest
        :target: https://pyntual.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Fintual API Python client.


* Free software: MIT license
* Documentation: https://pyntual.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created from the `audreyr/cookiecutter-pypackage`_ project template using Cookiecutter_.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.2.0 (2020-08-30)
------------------

- API calls implemented:
    * ``asset_provider``
    * ``asset_providers``
    * ``banks``
    * ``conceptual_asset``
    * ``conceptual_assets``

0.1.3 (2020-08-29)
------------------

* First release on PyPI.
* API test


