Skip to main content

A package for reading Anki database.

Project description

Anki db reader

A simple package for reading from anki database.

Quickstart

Installation 🛠️

From PyPI anki_reader is available on PyPI. To install with pip, just run

pip install anki_reader

Setup 🔨

Review the .env.example file for the required environment variables

Usage - Commands/Features

This covers the main use cases for the library.

# create anki object
anki = AnkiDB()

# get user reviews - a premade query (returns df)
reviews = anki.get_user_reviews()
print(reviews)

# get . from database - any query you write (returns df)
cards = anki.query_db("select * from cards limit 5")
print(cards)

Development 🔧

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

anki_reader-0.0.1.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

anki_reader-0.0.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file anki_reader-0.0.1.tar.gz.

File metadata

  • Download URL: anki_reader-0.0.1.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for anki_reader-0.0.1.tar.gz
Algorithm Hash digest
SHA256 4098d13c3ef378b91359090b0823ed3704d0bf8b42408eb2f47ae78bbedcec4d
MD5 149aa4f76b155b01467290202d5fe28e
BLAKE2b-256 e1eba464314c88137d667a23b197d0a8bac7ee07834a9093f34890ee90adc7ea

See more details on using hashes here.

File details

Details for the file anki_reader-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: anki_reader-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for anki_reader-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0c8954a09eea35df7931bd0a03e8ed531241160aed1cfcb61036556599ead9ac
MD5 6cacd3345c9c6de5611e0e328dd98e42
BLAKE2b-256 6e017374bdb16ee6b1a717da9155e6952d88e527f560e151a8dbc6de7ea41ff2

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