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.8.tar.gz
(5.4 kB
view details)
Built Distribution
File details
Details for the file simplefin4py-0.0.8.tar.gz
.
File metadata
- Download URL: simplefin4py-0.0.8.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1ff83791d6911e770bead7464b3cd7aa94c08e1535c4d14002c9abca7eadc69 |
|
MD5 | 9a8e1864a453ed4dcc98a9ebcac89edf |
|
BLAKE2b-256 | a1b9401190d4670b86e49016f61425c3ccbfb945c22a34fafe1ad09e7d17f537 |
File details
Details for the file simplefin4py-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: simplefin4py-0.0.8-py3-none-any.whl
- Upload date:
- Size: 5.7 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 | 5d93d8f47af59d54dcfef209ce2d7d6d5280e32bd3e4ca01853998e91fc092c8 |
|
MD5 | 9db45fcc7f99c5ef2081f192130029b0 |
|
BLAKE2b-256 | 8532ed4a5b4c99f804250ee4d4ff99c90c8f4550a9cf00036002d5b96114e675 |