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.3.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file simplefin4py-0.0.3.tar.gz
.
File metadata
- Download URL: simplefin4py-0.0.3.tar.gz
- Upload date:
- Size: 4.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 | 6f9c4addbc6f2294c81c9ce1b5c81f8601329d40ac09d343481acd0bbf9ce47d |
|
MD5 | ecf33f666f86ea39c1619953c8a656cc |
|
BLAKE2b-256 | 8578f2b5d4e0a9e3884f07e6d6797ed3737d9c4b1c6159332cdabadd00ba6b84 |
File details
Details for the file simplefin4py-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: simplefin4py-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.5 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 | 36e1c90f0f81adef05499904e09492b05e3227c7608e151c8787590ddc0546d6 |
|
MD5 | 80e1154e180550b392c9799fca1e92fa |
|
BLAKE2b-256 | d4fa7a44953ee8c236ce659bbe9acf305cf39b95a1a3ae298b88989497ff87e8 |