Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Heron Python Library
# Heron Python

This library provides easy access to the Heron Data API from applications
written in Python.
Expand Down Expand Up @@ -39,8 +39,9 @@ import heron
heron.basic_auth_username = os.getenv("HERON_USERNAME")
heron.basic_auth_password = os.getenv("HERON_PASSWORD")

# if you pull from a fintech API, specify it here to get automatic conversion
# into a Heron Data API format. Supported: plaid, finicity, yodlee, truelayer
# Experimental: if you pull from a fintech API, specify it here to get
# automatic conversion into a Heron Data API format. Supported: plaid,
# finicity, yodlee, truelayer
heron.provider = "plaid"
```

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# This call to setup() does all the work
setup(
name="heron-data",
version="0.0.3",
version="0.1.0",
description="A client for the Heron Data API",
long_description=README,
long_description_content_type="text/markdown",
Expand Down