hafez 0.2.8__tar.gz → 0.3.0__tar.gz
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.
- {hafez-0.2.8/hafez.egg-info → hafez-0.3.0}/PKG-INFO +2 -1
- {hafez-0.2.8 → hafez-0.3.0}/README.md +1 -0
- hafez-0.3.0/hafez/data/hafez.json +1 -0
- {hafez-0.2.8 → hafez-0.3.0}/hafez/entry.py +1 -1
- {hafez-0.2.8 → hafez-0.3.0}/hafez/utils/db.py +10 -1
- {hafez-0.2.8 → hafez-0.3.0/hafez.egg-info}/PKG-INFO +2 -1
- {hafez-0.2.8 → hafez-0.3.0}/pyproject.toml +1 -1
- hafez-0.3.0/requirements.txt +4 -0
- hafez-0.2.8/hafez/data/hafez.json +0 -12346
- hafez-0.2.8/requirements.txt +0 -3
- {hafez-0.2.8 → hafez-0.3.0}/LICENSE +0 -0
- {hafez-0.2.8 → hafez-0.3.0}/MANIFEST.in +0 -0
- {hafez-0.2.8 → hafez-0.3.0}/hafez/__init__.py +0 -0
- {hafez-0.2.8 → hafez-0.3.0}/hafez/data/audio/do_not_delete_me.txt +0 -0
- {hafez-0.2.8 → hafez-0.3.0}/hafez/utils/__init__.py +0 -0
- {hafez-0.2.8 → hafez-0.3.0}/hafez/utils/formating.py +0 -0
- {hafez-0.2.8 → hafez-0.3.0}/hafez.egg-info/SOURCES.txt +0 -0
- {hafez-0.2.8 → hafez-0.3.0}/hafez.egg-info/dependency_links.txt +0 -0
- {hafez-0.2.8 → hafez-0.3.0}/hafez.egg-info/top_level.txt +0 -0
- {hafez-0.2.8 → hafez-0.3.0}/setup.cfg +0 -0
- {hafez-0.2.8 → hafez-0.3.0}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: hafez
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.3.0
|
4
4
|
Summary: Hafez Poems
|
5
5
|
Author-email: Kaveh Bakhtiyari <kbakhtiyari@yahoo.com>
|
6
6
|
Project-URL: Homepage, https://github.com/kavehbc/hafez
|
@@ -99,6 +99,7 @@ It returns the absolute path of the audio file related to the given `poem`.
|
|
99
99
|
{"id": 1,
|
100
100
|
"poem": [],
|
101
101
|
"interpretation": "",
|
102
|
+
"alt_interpretation": "",
|
102
103
|
"mp3": "https://..."}
|
103
104
|
```
|
104
105
|
|