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.3.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: zaim_sqlite-0.2.3.tar.gz
  • Upload date:
  • Size: 10.7 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.3.tar.gz
Algorithm Hash digest
SHA256 4db1a2c3b1c9dbf13d79d0517b5a502dfdd6fb87f44bc4854917a6466c5192de
MD5 af867ea99ab968f8a1478c425e7482c4
BLAKE2b-256 b0ea174719fd78681ed89aeaaf15b47570eec44446246e637822e768d71483c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zaim_sqlite-0.2.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b628d9f9e186c290f36a830d2044368c30492dcd0730ccffe777b7a05baafc98
MD5 05013e87d767d61187dce0c8bfdef885
BLAKE2b-256 072157fcfc11fb0c64a4b4765eeb6bf2ecdb0d742016b02b7d13c6fcd80eb5b4

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