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.2.tar.gz
(5.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anki_reader-0.0.2.tar.gz.
File metadata
- Download URL: anki_reader-0.0.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c00c31039704974722b5f0912a65040d4c5d590f4d2e6e173acbaffba8e06c6
|
|
| MD5 |
d39ef3353a90ef1b8e744f82c214447e
|
|
| BLAKE2b-256 |
4508bd39349c46de26304f68f138ddeb909deb3e95759eb5b05b0c422fa404a9
|
File details
Details for the file anki_reader-0.0.2-py3-none-any.whl.
File metadata
- Download URL: anki_reader-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 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 |
d6485541c9ed60acc7e25c0c50eb7643bf2a750f3b101e9b118a605df30d4ca7
|
|
| MD5 |
2b76ae70b5940fa7ab9a2f2950bd42d3
|
|
| BLAKE2b-256 |
928bc83af0872f2e20852fad8f9aeb075423377f47bc9e99b75774f6feff5965
|