Export your Anki *.apkg to Python. Read Anki *.apkg in Python.
Project description
anki-export
Export your Anki *.apkg to Python. Read Anki *.apkg in Python.
Example
from anki_export import ApkgReader
import pyexcel_xlsxwx
with ApkgReader('test.apkg') as apkg:
pyexcel_xlsxwx.save_data('test.xlsx', apkg.export(), config={'format': None})
Installation
$ pip install anki-export
Why?
- *.apkg is quite well structured, convincing me to use this format more.
- Allow you to use *.apkg programmatically in Python.
- Might be less buggy than https://github.com/patarapolw/AnkiTools
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-export-0.1.0.tar.gz
(3.1 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-export-0.1.0.tar.gz.
File metadata
- Download URL: anki-export-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.11.4 CPython/3.7.0 Darwin/17.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30a3bfccf0d28a4655809a5c2f227582e8639ad2fda14be297c96c1b2b92d681
|
|
| MD5 |
a5b22c25743595fd40cb853098c5d2cc
|
|
| BLAKE2b-256 |
6aa1acbc12f994f811f1483a981cbabc4125a65904e59eb02f22ac9d82daec8f
|
File details
Details for the file anki_export-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: anki_export-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.11.4 CPython/3.7.0 Darwin/17.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f567355815f0d3e5541245a0e0950aefd0b58a325fa164fd987209727bf56f23
|
|
| MD5 |
903398129773a2936f92d220daab6e13
|
|
| BLAKE2b-256 |
647580fdb2123ec2693a78063c353e4068ab173c7477507e94f1cf7c565004a3
|