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.5.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file simplefin4py-0.0.5.tar.gz
.
File metadata
- Download URL: simplefin4py-0.0.5.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91d7ca520158e2dab481901fdd4dd3b2bbf6645375347f51e5b04502689d3efb |
|
MD5 | 4757399887f08bea5a663959826ca43c |
|
BLAKE2b-256 | 296d2ffd712418085604bf75b869738c9904a9604e76a17da26db62bf42fec5c |
File details
Details for the file simplefin4py-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: simplefin4py-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.9 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 | 6cdacc2dbf5fbd8212589c2ab32f781ae13e6c89e6b4bf0b0c31e86d7a274c51 |
|
MD5 | c6c22dbfe599b0bf7987ab2e862f901a |
|
BLAKE2b-256 | 6ff86cf540b1e1231f521d741640114452d2ab1755b357020865c8af62d2341e |