Metadata-Version: 2.1
Name: invfinsdk
Version: 0.1.0
Summary: An SDK to interact with InvFin endpoints
Home-page: https://github.com/InvFin/Python-sdk
Author: Lucas Montes
Author-email: lluc23@hotmail.com
License: MIT license
Keywords: invfinsdk
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
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md

# InvFinSDK

An SDK to interact with InvFin endpoints


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


## Support Methods

- [Company](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-terminos)
- [Exchange](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-exchanges)
- [Term](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-terminos)
- [Industry](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-terminos)
- [Sector](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-terminos)
- [Superinvestor](https://inversionesyfinanzas.xyz/api/api-documentacion/#superinversores)


## User installation

The easiest way to install invfinsdk is using ``pip``:

    pip install -U invfinsdk


## Source code

You can check the latest sources with the command:

    git clone https://github.com/InvFin/Python-sdk.git


## Testing

After installation, you can launch the test suite from outside the source
directory (you will need to have ``pytest`` installed):

    pytest invfinsdk


## Contributing

Welcome! Happy to see you willing to make the project better. You can get started by
reading this:

[Contributing: The basics](https://github.com/InvFin/Python-sdk/blob/main/CONTRIBUTING.rst)


## Changelog

The log has become rather long. It moved to its own file.

See [CHANGES](https://github.com/InvFin/Python-sdk/blob/main/HISTORY.rst).


## Authors

The author list is quite long nowadays, so it lives in its own file.

See [AUTHORS.rst](./AUTHORS.rst)

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