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.15.tar.gz
(6.7 kB
view details)
Built Distribution
File details
Details for the file simplefin4py-0.0.15.tar.gz
.
File metadata
- Download URL: simplefin4py-0.0.15.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ca87da650476160c803f570db1d4a99638a30f839de187da8dbb0a5d9d707b9 |
|
MD5 | f19c33a04d4a0bc1ef93cbb75c623312 |
|
BLAKE2b-256 | ff4e607f588b15c76c8301eebd44c984c8db06105ff622736023bacc7dec0c9e |
File details
Details for the file simplefin4py-0.0.15-py3-none-any.whl
.
File metadata
- Download URL: simplefin4py-0.0.15-py3-none-any.whl
- Upload date:
- Size: 7.1 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 | 310ad3d5d50c805e085dc61915dda914294a03dbadcc8acabbb09dac8a542557 |
|
MD5 | 8c05b7afa59b2ab43054a3950466717d |
|
BLAKE2b-256 | 1759292097dc8c4c290bef0d33841f9462c76cb02ac55b6f95f22b56b2e56a14 |