No project description provided
Project description
SimpleFIN4PY
This library helps you access simpelFIN with python
"""Example file."""
import asyncio
from dotenv import load_dotenv
import os
from simplefin4py import SimpleFin
# Read info from .env file
load_dotenv()
access_url: str = os.getenv("ACCESS_URL", "")
async def main() -> None:
"""Main function."""
sf: SimpleFin = SimpleFin(access_url)
data = await sf.fetch_data()
print(data)
# Run the async main function
if __name__ == "__main__":
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simplefin4py-0.0.10.tar.gz
(5.7 kB
view details)
Built Distribution
File details
Details for the file simplefin4py-0.0.10.tar.gz
.
File metadata
- Download URL: simplefin4py-0.0.10.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bf474dc91a46ce79dfa1b76fb3728c912547201d080010d3f6a11b47a381960 |
|
MD5 | 91ea28a9354b077d68d129efe78b9c7d |
|
BLAKE2b-256 | f8140f4084bd6beabe72d0c42026e4148a573265a0725ef65fbf085d15516d0f |
File details
Details for the file simplefin4py-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: simplefin4py-0.0.10-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2a8da8be5a36223f95823145e83a572d5d48731fb0de0773f3a570ec8d0f426 |
|
MD5 | 78156dbab2d05df2f964c7b72070c58c |
|
BLAKE2b-256 | 214a403496e8f44a6d467ab331239f5cb15e032a95910b0f84be215c02d28c88 |