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
Release history Release notifications | RSS feed
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.0.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file anki_reader-0.0.0.tar.gz
.
File metadata
- Download URL: anki_reader-0.0.0.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f4addbcdcc32c3e10283c86e510e82d097208d9eb03a97c4f94f1543c592768 |
|
MD5 | 981587dc7044c32536a5a4554200d01d |
|
BLAKE2b-256 | 66843e73b90f96d1902077b2f02e3447002cb578b299860194f4c5f791d7eb81 |
File details
Details for the file anki_reader-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: anki_reader-0.0.0-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 910c9c38617b5a91e81339c1ce4baac253da241669a0eedb722af44f22b778c6 |
|
MD5 | 24e5d00aa81d3d0b6a69b9d091d68bd7 |
|
BLAKE2b-256 | 1acefaae8e966519eaf52c8c65dab447e53d7f90c3d22031796d9019997e4cab |