ankcompiler 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
ankcompiler/__init__.py
ADDED
|
File without changes
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: ankcompiler
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: A CLI tool for compiling Anki decks, defined in Markdown
|
|
5
|
+
Author-Email: Quinn Herden <55929299+QuinnHerden@users.noreply.github.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Requires-Python: >=3.12
|
|
8
|
+
Requires-Dist: typer>=0.12.3
|
|
9
|
+
Requires-Dist: genanki>=0.13.1
|
|
10
|
+
Requires-Dist: toml>=0.10.2
|
|
11
|
+
Requires-Dist: pydantic>=2.7.4
|
|
12
|
+
Requires-Dist: pydantic-settings>=2.3.4
|
|
13
|
+
Requires-Dist: dataclasses>=0.6
|
|
14
|
+
Requires-Dist: python-frontmatter>=1.1.0
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# AnkCompiler
|
|
18
|
+
A CLI tool for compiling Anki decks, defined in Markdown.
|
|
19
|
+
## Usage
|
|
20
|
+
Run `ankc --help` for usage information.
|
|
21
|
+
## Credits
|
|
22
|
+
Inspiration taken from [lukesmurry](https://github.com/lukesmurray/markdown-anki-decks)
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
ankcompiler-0.1.0.dist-info/METADATA,sha256=Cm9hG7FM2IeROlLrK_a-p6qb6CkdzDzmMH3iKy3mcL4,726
|
|
2
|
+
ankcompiler-0.1.0.dist-info/WHEEL,sha256=SOP-4bEE0jbVaCHQGVvF08uWxk5rcSsfEybvoQVHlD8,90
|
|
3
|
+
ankcompiler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
ankcompiler-0.1.0.dist-info/RECORD,,
|