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/*
Release files for journalizeio 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| journalizeio-0.0.4.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| journalizeio-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.7 kB
Release files / journalizeio-0.0.4.tar.gz
| Download URL | journalizeio-0.0.4.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
73aa46f8480fa6b6d456db979b2cf089510602f420336cc3c1666ba3ad8eb9d6
|
|
BLAKE2b-256 checksum How to use checksums |
6672988b997e76a6f8323090506cc7012de64092a10620ec1fc411581d06032e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|
Release files / journalizeio-0.0.4-py3-none-any.whl
| Download URL | journalizeio-0.0.4-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
eb8bc69a5d779cf19245fff1c4c6f1bc35c66bfd9a48110670a717521117ad45
|
|
BLAKE2b-256 checksum How to use checksums |
92692a67cf2c5f76da92e28fc697081124821649c6cfb36b72e9b9fc661c5813
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|