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.9.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file simplefin4py-0.0.9.tar.gz
.
File metadata
- Download URL: simplefin4py-0.0.9.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 243332092eb10e058d3870b66a8c0a70d1742bc0d701e37d95382270a21e79e5 |
|
MD5 | 78e5ab67d3a7473782f826732a3c121e |
|
BLAKE2b-256 | 007d1341ee48dad9c4e444acccddff543db1ce5d498229eb15b5c18de605940e |
File details
Details for the file simplefin4py-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: simplefin4py-0.0.9-py3-none-any.whl
- Upload date:
- Size: 5.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 | 68adc0bbccc96ab61d0d426964585339b939ca4a219a8acca3be571b90ce6972 |
|
MD5 | ad7b2114f44dd5c54f76cb872a711ec9 |
|
BLAKE2b-256 | cb8222b3895de9fa5af814041bb0c5786eeabce340b172e3f66114200864e977 |