Skip to main content

ZaimのデータをSQLite DBに格納するPythonパッケージ

Project description

zaim-sqlite

PyPI version build License

Zaim のデータを SQLite DB に格納する Python パッケージ

Installation

You can install this library using PyPI:

pip install zaim-sqlite

使用方法

from zaim_sqlite import ZaimSqlite

database = "sqlite:///db/zaim.db"

# Zaim2Sqlite クラスのインスタンスを作成
app = ZaimSqlite(
    database,
    consumer_id,
    consumer_secret,
    access_token,
    access_token_secret,
    oauth_verifier,
)

# 口座一覧を挿入する
app.upsert_accounts()

# カテゴリ一覧を挿入する
app.upsert_categories()

# カテゴリの内訳一覧を挿入する
app.upsert_genres()

# 入出金履歴を挿入する
app.upsert_money()

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

zaim_sqlite-0.2.2.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

zaim_sqlite-0.2.2-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file zaim_sqlite-0.2.2.tar.gz.

File metadata

  • Download URL: zaim_sqlite-0.2.2.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for zaim_sqlite-0.2.2.tar.gz
Algorithm Hash digest
SHA256 6bd4ba03f6d7ad7790cf9e3044938943db6ee8ecdfe61ae93ae1abccca509622
MD5 90fdeae0f65b2e71556de4222c5a659e
BLAKE2b-256 8ca04a6b65e2b6f14ceaca913bd0533fedd897353cca8719ca23d5caa8fd30f1

See more details on using hashes here.

File details

Details for the file zaim_sqlite-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: zaim_sqlite-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for zaim_sqlite-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7f96fea8d1205dc2bf74c684cb47111782bb476f8ae451f4b263ad97a5ba19ac
MD5 639fc892d3addafbb8e23c9855e9c054
BLAKE2b-256 dffb9cb476bf837178b99b1af94d6fb8b025fc036703fe9fe81510e8fbce4bef

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