Journalize Python Library
The Journalize Python Library provides access to the Journalize API from applicaitons written in the Python language.
Installation
pip3 install journalizeio
Usage
from journalizeio import JournalizeClient
# Initialize client
client = JournalizeClient("your_api_key")
# Test connectivity and API key
client.ping()
# Record financial transaction
client.record(
amount=15.00,
tags={"Account": "Revenue", "Order": "1123"}
)
Manual Build
-
Increment version in setup.py, client.py, update changelog
-
Perform build
python3 -m build
- Uplaod to test pypi. Username
__token__password is API Key.
python3 -m twine upload --repository testpypi dist/*
- Uplaod to pypi. Username
__token__password is API Key.
python3 -m twine upload dist/*
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
journalizeio-0.0.4.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file journalizeio-0.0.4.tar.gz.
File metadata
- Download URL: journalizeio-0.0.4.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73aa46f8480fa6b6d456db979b2cf089510602f420336cc3c1666ba3ad8eb9d6
|
|
| MD5 |
492610fbd199376b1ab7952ba366ab2e
|
|
| BLAKE2b-256 |
6672988b997e76a6f8323090506cc7012de64092a10620ec1fc411581d06032e
|
File details
Details for the file journalizeio-0.0.4-py3-none-any.whl.
File metadata
- Download URL: journalizeio-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb8bc69a5d779cf19245fff1c4c6f1bc35c66bfd9a48110670a717521117ad45
|
|
| MD5 |
3cd526b9bd144e3f488f53d35795bcde
|
|
| BLAKE2b-256 |
92692a67cf2c5f76da92e28fc697081124821649c6cfb36b72e9b9fc661c5813
|