Skip to main content

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


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)

Uploaded Source

Built Distribution

simplefin4py-0.0.13-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

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

Hashes for simplefin4py-0.0.13.tar.gz
Algorithm Hash digest
SHA256 cec30af9b7fd0301686384b228b9d2f94c64e49d2f56cd421c6eb27fd621699b
MD5 1187dab55bce111b0a4935ca0552399d
BLAKE2b-256 78ea6cc62ad5c5f248f561fd634d47591dbb59deaf996261242482a571db27ba

See more details on using hashes here.

File details

Details for the file simplefin4py-0.0.13-py3-none-any.whl.

File metadata

File hashes

Hashes for simplefin4py-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 cf1ed9c4ebfb90e0de36e7015872a1412dd5ce37d0fc6f2be1b8e60344f4bb3d
MD5 64517cff608d2812c97e4b43ac5bc755
BLAKE2b-256 6b1627064dd61a10cf1c44efc94abf5853f8521158045c5d0cee35fc2c5499da

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page