# InvFinSDK

An SDK to interact with InvFin endpoints

## Support Methods

## 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:

## 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)