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.7.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file simplefin4py-0.0.7.tar.gz
.
File metadata
- Download URL: simplefin4py-0.0.7.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 253e825ab46cf76aee8bd6cbdea6278e14742370a91dfa528a4b6c557bec688f |
|
MD5 | b97105ec3e339a62e79925f3a865b079 |
|
BLAKE2b-256 | a432e1276f243cb5d4d56f904965b9f20b1373bc68c557767c4bd7bef508c357 |
File details
Details for the file simplefin4py-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: simplefin4py-0.0.7-py3-none-any.whl
- Upload date:
- Size: 5.5 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 | 61eb24560a218b380e875fcd0f6d8029824824bd113fa8ca09bbcfce6318f783 |
|
MD5 | d6a367c2517d8725d5387d66522c58df |
|
BLAKE2b-256 | 430fdfc6f83a3136498ec8959750614ac0af2c5f51c10d73907fd45c783850e7 |