Skip to main content

Client library for journalize.io

Project description

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

  1. Increment version in setup.py, client.py, update changelog

  2. Perform build

python3 -m build
  1. Uplaod to test pypi. Username __token__ password is API Key.
python3 -m twine upload --repository testpypi dist/*
  1. Uplaod to pypi. Username __token__ password is API Key.
python3 -m twine upload dist/*

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

journalizeio-0.0.4.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

journalizeio-0.0.4-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

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

Hashes for journalizeio-0.0.4.tar.gz
Algorithm Hash digest
SHA256 73aa46f8480fa6b6d456db979b2cf089510602f420336cc3c1666ba3ad8eb9d6
MD5 492610fbd199376b1ab7952ba366ab2e
BLAKE2b-256 6672988b997e76a6f8323090506cc7012de64092a10620ec1fc411581d06032e

See more details on using hashes here.

File details

Details for the file journalizeio-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for journalizeio-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 eb8bc69a5d779cf19245fff1c4c6f1bc35c66bfd9a48110670a717521117ad45
MD5 3cd526b9bd144e3f488f53d35795bcde
BLAKE2b-256 92692a67cf2c5f76da92e28fc697081124821649c6cfb36b72e9b9fc661c5813

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