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.18.tar.gz
(6.8 kB
view details)
Built Distribution
File details
Details for the file simplefin4py-0.0.18.tar.gz
.
File metadata
- Download URL: simplefin4py-0.0.18.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 | f8f5d6d7145870cf7b598012630deddcc73f4c6e5b712e65220d701f43b67f90 |
|
MD5 | 2526646244fe4608524ca5cc42ced9b8 |
|
BLAKE2b-256 | e265fad11bba41909863b1b812286de243bce6433c0b782342ddb2b3cb54e684 |
File details
Details for the file simplefin4py-0.0.18-py3-none-any.whl
.
File metadata
- Download URL: simplefin4py-0.0.18-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 | 792cd86bb2d383bf641825730f11160d9abf7de73a607e49255faf002f766b54 |
|
MD5 | 6d4fe22981caa45e97b24bdf6f7f1f4f |
|
BLAKE2b-256 | fb290cd2ad366b543f91d791e91e432bc69bfd7f5f0dfd7b51d92835700362d4 |