lexitheras 0.1.0__py3-none-any.whl → 1.0.1__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.
- lexitheras/__init__.py +1 -1
- {lexitheras-0.1.0.dist-info → lexitheras-1.0.1.dist-info}/METADATA +9 -5
- lexitheras-1.0.1.dist-info/RECORD +11 -0
- lexitheras-0.1.0.dist-info/RECORD +0 -11
- {lexitheras-0.1.0.dist-info → lexitheras-1.0.1.dist-info}/WHEEL +0 -0
- {lexitheras-0.1.0.dist-info → lexitheras-1.0.1.dist-info}/entry_points.txt +0 -0
- {lexitheras-0.1.0.dist-info → lexitheras-1.0.1.dist-info}/licenses/LICENSE +0 -0
- {lexitheras-0.1.0.dist-info → lexitheras-1.0.1.dist-info}/top_level.txt +0 -0
lexitheras/__init__.py
CHANGED
@@ -1,19 +1,18 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: lexitheras
|
3
|
-
Version: 0.1
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: Convert Perseus Greek vocabulary lists into Anki flashcard decks
|
5
5
|
Home-page: https://github.com/conorreid/lexitheras
|
6
6
|
Author: Conor Reid
|
7
7
|
Author-email:
|
8
|
-
License: GPL-3.0
|
8
|
+
License-Expression: GPL-3.0
|
9
9
|
Project-URL: Homepage, https://github.com/conorreid/lexitheras
|
10
10
|
Project-URL: Repository, https://github.com/conorreid/lexitheras
|
11
11
|
Project-URL: Issues, https://github.com/conorreid/lexitheras/issues
|
12
12
|
Keywords: greek,ancient-greek,anki,flashcards,perseus,vocabulary,language-learning
|
13
|
-
Classifier: Development Status ::
|
13
|
+
Classifier: Development Status :: 5 - Production/Stable
|
14
14
|
Classifier: Intended Audience :: Education
|
15
15
|
Classifier: Topic :: Education
|
16
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
17
16
|
Classifier: Programming Language :: Python :: 3
|
18
17
|
Classifier: Programming Language :: Python :: 3.6
|
19
18
|
Classifier: Programming Language :: Python :: 3.7
|
@@ -24,6 +23,11 @@ Classifier: Programming Language :: Python :: 3.11
|
|
24
23
|
Requires-Python: >=3.6
|
25
24
|
Description-Content-Type: text/markdown
|
26
25
|
License-File: LICENSE
|
26
|
+
Requires-Dist: beautifulsoup4>=4.12.0
|
27
|
+
Requires-Dist: requests>=2.32.0
|
28
|
+
Requires-Dist: genanki>=0.13.0
|
29
|
+
Requires-Dist: lxml>=5.3.0
|
30
|
+
Requires-Dist: click>=8.1.0
|
27
31
|
Dynamic: home-page
|
28
32
|
Dynamic: license-file
|
29
33
|
Dynamic: requires-python
|
@@ -55,7 +59,7 @@ source venv/bin/activate
|
|
55
59
|
pip install -e .
|
56
60
|
```
|
57
61
|
|
58
|
-
### Using pip
|
62
|
+
### Using pip
|
59
63
|
|
60
64
|
```bash
|
61
65
|
pip install lexitheras
|
@@ -0,0 +1,11 @@
|
|
1
|
+
lexitheras/__init__.py,sha256=0M7r2-vK9_zD7Btl1c9IrIMzFdXQBwHVHsbhEm6wxnk,310
|
2
|
+
lexitheras/cli.py,sha256=F_W3on4OeFWtIU06rDYn1Gmqvtivm-FDeW3r9rBDFa0,5155
|
3
|
+
lexitheras/deck.py,sha256=mkuQY_sSib-9Co0mh_IHnT3nKBQTwzbrEwqGjvtIVVc,2021
|
4
|
+
lexitheras/scraper.py,sha256=tmtCLJv8rEPfGbq1nLxTKKEw-0Vl9imBhEF1ULNTPAg,2414
|
5
|
+
lexitheras/search.py,sha256=Q_RHqViQb6u_hh3u1JS8ELrBrAygl1DsIVQSROSGU5E,4268
|
6
|
+
lexitheras-1.0.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
7
|
+
lexitheras-1.0.1.dist-info/METADATA,sha256=ISVZlghtzOt2u7CjccPrRqgITq1_JTgQ9nfmR_3_k4g,2901
|
8
|
+
lexitheras-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
+
lexitheras-1.0.1.dist-info/entry_points.txt,sha256=ErDn30swxeLDALgOZv1hZOnu3cbXr8OhHoRGxzBCs0s,51
|
10
|
+
lexitheras-1.0.1.dist-info/top_level.txt,sha256=0fVQnpBiWSc0MNsQeLRZGYsc2gl5qy6dOisbdnz-P6o,11
|
11
|
+
lexitheras-1.0.1.dist-info/RECORD,,
|
@@ -1,11 +0,0 @@
|
|
1
|
-
lexitheras/__init__.py,sha256=gluC09sjADk956sAXFJ87CJiqS5xXOvJVWF6X8nccWE,310
|
2
|
-
lexitheras/cli.py,sha256=F_W3on4OeFWtIU06rDYn1Gmqvtivm-FDeW3r9rBDFa0,5155
|
3
|
-
lexitheras/deck.py,sha256=mkuQY_sSib-9Co0mh_IHnT3nKBQTwzbrEwqGjvtIVVc,2021
|
4
|
-
lexitheras/scraper.py,sha256=tmtCLJv8rEPfGbq1nLxTKKEw-0Vl9imBhEF1ULNTPAg,2414
|
5
|
-
lexitheras/search.py,sha256=Q_RHqViQb6u_hh3u1JS8ELrBrAygl1DsIVQSROSGU5E,4268
|
6
|
-
lexitheras-0.1.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
7
|
-
lexitheras-0.1.0.dist-info/METADATA,sha256=B-Vn5QOX1y_sOKhsmgDJts20_SxozrDK-YPNe80iy2Y,2813
|
8
|
-
lexitheras-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
-
lexitheras-0.1.0.dist-info/entry_points.txt,sha256=ErDn30swxeLDALgOZv1hZOnu3cbXr8OhHoRGxzBCs0s,51
|
10
|
-
lexitheras-0.1.0.dist-info/top_level.txt,sha256=0fVQnpBiWSc0MNsQeLRZGYsc2gl5qy6dOisbdnz-P6o,11
|
11
|
-
lexitheras-0.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|