crieur 1.0.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.

Potentially problematic release.


This version of crieur might be problematic. Click here for more details.

crieur/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  from pathlib import Path
2
2
 
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  ROOT_DIR = Path(__file__).parent
crieur/generator.py CHANGED
@@ -9,7 +9,7 @@ from slugify import slugify
9
9
 
10
10
  from .utils import neighborhood
11
11
 
12
- locale.setlocale(locale.LC_ALL, "fr_FR.UTF-8")
12
+ locale.setlocale(locale.LC_ALL, "")
13
13
  environment = Env(loader=FileSystemLoader(str(Path(__file__).parent / "templates")))
14
14
 
15
15
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crieur
3
- Version: 1.0.0
3
+ Version: 1.0.1
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
@@ -1,7 +1,7 @@
1
- crieur/__init__.py,sha256=zzXT34tRc3KIUsinGJCh4iXBQnRyNqSzFLkWrF6Fas8,77
1
+ crieur/__init__.py,sha256=49znxjIONRU271Dtd5H7pKcfL4Uzq3SCZaIcsvdz1zQ,77
2
2
  crieur/__main__.py,sha256=bYt9eEaoRQWdejEHFD8REx9jxVEdZptECFsV7F49Ink,30
3
3
  crieur/cli.py,sha256=6hdYn48ASf5sPEPzWw2UUXpH48yD5IgU731mH714LRQ,4327
4
- crieur/generator.py,sha256=nPCJDRzaBkJNHrci2XABzSNSPXYO5V-yzGl_O6Vt_W4,2472
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.0.dist-info/METADATA,sha256=WseXVKp-kfSKfLT4pPJY9pY8gdH9Hf9lm_dhN89coPA,44449
14
- crieur-1.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
- crieur-1.0.0.dist-info/entry_points.txt,sha256=edmbmPxs9QXyvSMpPJBDPGw3vZOJEKqXJhysYNx3QSM,43
16
- crieur-1.0.0.dist-info/licenses/LICENSE,sha256=F5acw9_laHeyi4wPmQyf_ttyz81VqCIwScwO8C1FhXU,34519
17
- crieur-1.0.0.dist-info/RECORD,,
13
+ crieur-1.0.1.dist-info/METADATA,sha256=jonSS8ad-_akPuta07M0es_zGjm2rj77LYc0h3BewVM,44449
14
+ crieur-1.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
+ crieur-1.0.1.dist-info/entry_points.txt,sha256=edmbmPxs9QXyvSMpPJBDPGw3vZOJEKqXJhysYNx3QSM,43
16
+ crieur-1.0.1.dist-info/licenses/LICENSE,sha256=F5acw9_laHeyi4wPmQyf_ttyz81VqCIwScwO8C1FhXU,34519
17
+ crieur-1.0.1.dist-info/RECORD,,
File without changes