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.16.tar.gz
(6.7 kB
view details)
Built Distribution
File details
Details for the file simplefin4py-0.0.16.tar.gz
.
File metadata
- Download URL: simplefin4py-0.0.16.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 | e50db0f181e7172500083360e26e0880f7737dfa8ce8cef39bcf026dffc9bae0 |
|
MD5 | d281f9b7b27ae5de74efead615be3df3 |
|
BLAKE2b-256 | 784eb3bf4a1490f702c42ebc1bbfce3995ce5589c099238bae68a105646d135c |
File details
Details for the file simplefin4py-0.0.16-py3-none-any.whl
.
File metadata
- Download URL: simplefin4py-0.0.16-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 | cd7fc290152b1091c0794fe85822b00e91f593fbaad4b073cbde6fac99fd2793 |
|
MD5 | 4bad8c31f21055706af49b2237a2cdd4 |
|
BLAKE2b-256 | c109117ebf7aee3c14f59767fec22dba0a0352a2126d1e00afb0561e7c5d68f5 |