crieur 1.0.0__py3-none-any.whl → 1.0.2__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.
Potentially problematic release.
This version of crieur might be problematic. Click here for more details.
- crieur/__init__.py +1 -1
- crieur/generator.py +1 -1
- {crieur-1.0.0.dist-info → crieur-1.0.2.dist-info}/METADATA +3 -5
- {crieur-1.0.0.dist-info → crieur-1.0.2.dist-info}/RECORD +7 -7
- {crieur-1.0.0.dist-info → crieur-1.0.2.dist-info}/WHEEL +0 -0
- {crieur-1.0.0.dist-info → crieur-1.0.2.dist-info}/entry_points.txt +0 -0
- {crieur-1.0.0.dist-info → crieur-1.0.2.dist-info}/licenses/LICENSE +0 -0
crieur/__init__.py
CHANGED
crieur/generator.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crieur
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: A Static Revue Generator.
|
|
5
5
|
Project-URL: Homepage, https://gitlab.huma-num.fr/ecrinum/crieur
|
|
6
6
|
Project-URL: Issues, https://gitlab.huma-num.fr/ecrinum/crieur/-/issues
|
|
@@ -688,11 +688,9 @@ Requires-Dist: httpx
|
|
|
688
688
|
Requires-Dist: jinja2
|
|
689
689
|
Requires-Dist: minicli
|
|
690
690
|
Requires-Dist: mistune
|
|
691
|
-
Requires-Dist: progressist
|
|
692
691
|
Requires-Dist: python-slugify
|
|
693
|
-
Requires-Dist: pyyaml
|
|
694
|
-
Requires-Dist:
|
|
695
|
-
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
|
|
692
|
+
Requires-Dist: pyyaml>=6.0.2
|
|
693
|
+
Requires-Dist: tzdata>=2025.2
|
|
696
694
|
Requires-Dist: unidecode
|
|
697
695
|
Provides-Extra: dev
|
|
698
696
|
Requires-Dist: black; extra == 'dev'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
crieur/__init__.py,sha256=
|
|
1
|
+
crieur/__init__.py,sha256=HMxG5nf7uNZx331-If5lXq2iNdTjuQzRxqgfbZt_t68,77
|
|
2
2
|
crieur/__main__.py,sha256=bYt9eEaoRQWdejEHFD8REx9jxVEdZptECFsV7F49Ink,30
|
|
3
3
|
crieur/cli.py,sha256=6hdYn48ASf5sPEPzWw2UUXpH48yD5IgU731mH714LRQ,4327
|
|
4
|
-
crieur/generator.py,sha256=
|
|
4
|
+
crieur/generator.py,sha256=5VEwrDoMkYLM_pv5D-vBAjEYtIOgQXEtkLCLfazKZOE,2461
|
|
5
5
|
crieur/models.py,sha256=C-eqCa5Ce1hNGv89Ta3ZhSixT06h0am_MG-mO7FNjjo,3658
|
|
6
6
|
crieur/utils.py,sha256=kIdxpd5LgVv13Lx2aEXzjQttBDtcppRlwNsH0vwX8f0,1566
|
|
7
7
|
crieur/statics/pico.css,sha256=VdrimW9PLcEIzqJ__s062OrwBj_Jb6jZIwbtdqOtM-w,93407
|
|
@@ -10,8 +10,8 @@ crieur/templates/base.html,sha256=8rIb5CqfVLsY5lSCJe1kUb65k306QiQxlbxYAFgjJMc,13
|
|
|
10
10
|
crieur/templates/homepage.html,sha256=1MURsQucBzUd2WCSGoKnx50rRUofFxFcioljgj84rnE,2406
|
|
11
11
|
crieur/templates/keyword.html,sha256=G-q2Hq3td0pSGfrVbOY3I85QVenwlczr5xBlSYjV-Fs,415
|
|
12
12
|
crieur/templates/numero.html,sha256=U0rKS6Zl34-O8-IMi27pWtGyN7wZVtTEQMgsdx6RREM,1869
|
|
13
|
-
crieur-1.0.
|
|
14
|
-
crieur-1.0.
|
|
15
|
-
crieur-1.0.
|
|
16
|
-
crieur-1.0.
|
|
17
|
-
crieur-1.0.
|
|
13
|
+
crieur-1.0.2.dist-info/METADATA,sha256=gWHDIOeNY56ZSlPnYws418HvL3oxJpVB1-gqJRXxmAU,44380
|
|
14
|
+
crieur-1.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
15
|
+
crieur-1.0.2.dist-info/entry_points.txt,sha256=edmbmPxs9QXyvSMpPJBDPGw3vZOJEKqXJhysYNx3QSM,43
|
|
16
|
+
crieur-1.0.2.dist-info/licenses/LICENSE,sha256=F5acw9_laHeyi4wPmQyf_ttyz81VqCIwScwO8C1FhXU,34519
|
|
17
|
+
crieur-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|