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.17.tar.gz
(6.8 kB
view details)
Built Distribution
File details
Details for the file simplefin4py-0.0.17.tar.gz
.
File metadata
- Download URL: simplefin4py-0.0.17.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97b087f2d1004e64dd9c26be2bbae35c1ba7888ea579f0cee744740a6f68ccbb |
|
MD5 | 0a449c71c83459bd1879e8094736c152 |
|
BLAKE2b-256 | a8abc7ab820889d72f19bdd8ed38914154154b70423ae75e0178885c5fdcc760 |
File details
Details for the file simplefin4py-0.0.17-py3-none-any.whl
.
File metadata
- Download URL: simplefin4py-0.0.17-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 465b2ca70f1b5c41eb930259a13ca19e6e0e2df6f8835d46e3738f2518f3aa23 |
|
MD5 | a652ad2ec840062fa9761b41ae10b663 |
|
BLAKE2b-256 | 2ecc3fa1940f8b022cb4cce193547ff4ff4b162872e25af54554eacce3a2dac4 |