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.4.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file simplefin4py-0.0.4.tar.gz
.
File metadata
- Download URL: simplefin4py-0.0.4.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c581987340d4f4d80f1b0b9eca10801a1d60dc363c05d487c21bc220620f57cb |
|
MD5 | 1d6ff1610ccb9c44c3a7a2a96923706b |
|
BLAKE2b-256 | dbaf36302e3cb60902069995014a7e18f64ed2f807359072574f22b5b143dc3e |
File details
Details for the file simplefin4py-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: simplefin4py-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.8 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 | 9c7f2bbfe1321415fa1e152a031b2f7daced6bd882727ec197ad1bfd1a38661a |
|
MD5 | d0ce3f6fddd50146be8f1d06b479045a |
|
BLAKE2b-256 | d0432bb0f7fa7a1b9116399451c4abee722653c4b6c48ca90d0b990d8da22ae4 |