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.13.tar.gz
(6.0 kB
view details)
Built Distribution
File details
Details for the file simplefin4py-0.0.13.tar.gz
.
File metadata
- Download URL: simplefin4py-0.0.13.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cec30af9b7fd0301686384b228b9d2f94c64e49d2f56cd421c6eb27fd621699b |
|
MD5 | 1187dab55bce111b0a4935ca0552399d |
|
BLAKE2b-256 | 78ea6cc62ad5c5f248f561fd634d47591dbb59deaf996261242482a571db27ba |
File details
Details for the file simplefin4py-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: simplefin4py-0.0.13-py3-none-any.whl
- Upload date:
- Size: 6.2 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 | cf1ed9c4ebfb90e0de36e7015872a1412dd5ce37d0fc6f2be1b8e60344f4bb3d |
|
MD5 | 64517cff608d2812c97e4b43ac5bc755 |
|
BLAKE2b-256 | 6b1627064dd61a10cf1c44efc94abf5853f8521158045c5d0cee35fc2c5499da |