pretext 2.40.0__tar.gz → 2.40.2__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.
- {pretext-2.40.0 → pretext-2.40.2}/LICENSE +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/PKG-INFO +3 -5
- {pretext-2.40.0 → pretext-2.40.2}/README.md +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/__init__.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/__main__.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/cli.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/codechat.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/constants.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/core/__init__.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/core/braille_format.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/core/pretext.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/logger.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Alignment.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Arrays.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Bibliography.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Boxes.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Breaking.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Crossref.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Floats.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/FontSelection.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Footnotes.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Lists.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Pictures.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Quotations.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Sectioning.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Sentences.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Space.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Tabbing.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Themes/__init__.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Themes/default/__init__.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Themes/default/default-layout.jinja2 +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Themes/default/document-layout.jinja2 +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Thms.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Verbatim.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/__init__.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/babel.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/hyperref.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/longtable.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/math.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/misc.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/natbib.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/p.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/subfig.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/textcomp.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/tikzcd.jinja2 +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/tikzpicture.jinja2 +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/url.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/project/__init__.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/project/generate.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/project/xml.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/resources/__init__.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/resources/core.zip +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/resources/pelican.zip +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/resources/resource_hash_table.json +9 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/resources/rs_cache.zip +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/resources/templates.zip +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/server.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/types.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/utils.py +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pyproject.toml +1 -1
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/Index.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/graphicx.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/lipsum.jinja2s +0 -0
- {pretext-2.40.0 → pretext-2.40.2}/pretext/plastex/wrapfig.jinja2s +0 -0
|
File without changes
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: pretext
|
|
3
|
-
Version: 2.40.
|
|
3
|
+
Version: 2.40.2
|
|
4
4
|
Summary: A package to author, build, and deploy PreTeXt projects.
|
|
5
|
+
Home-page: https://pretextbook.org
|
|
5
6
|
License: GPL-3.0-or-later
|
|
6
|
-
License-File: LICENSE
|
|
7
7
|
Author: Oscar Levin
|
|
8
8
|
Author-email: oscar.levin@unco.edu
|
|
9
9
|
Requires-Python: >=3.10,<4.0
|
|
@@ -13,7 +13,6 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.14
|
|
17
16
|
Provides-Extra: all
|
|
18
17
|
Provides-Extra: homepage
|
|
19
18
|
Provides-Extra: prefigure
|
|
@@ -37,7 +36,6 @@ Requires-Dist: pydantic-xml (==2.14.3)
|
|
|
37
36
|
Requires-Dist: qrcode (>=7,<8)
|
|
38
37
|
Requires-Dist: requests (>=2,<3)
|
|
39
38
|
Requires-Dist: single-version (>=1,<2)
|
|
40
|
-
Project-URL: Homepage, https://pretextbook.org
|
|
41
39
|
Project-URL: Repository, https://github.com/PreTeXtBook/pretext-cli
|
|
42
40
|
Description-Content-Type: text/markdown
|
|
43
41
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
@@ -612,5 +612,14 @@
|
|
|
612
612
|
"pretext-cli.yml": "2f8d080ccd8fc21de8960b5ab702e549780c8393a17abe1148166ad9b72e6a5f",
|
|
613
613
|
"pretext-deploy.yml": "f586f8f082775f27c0025ffa95245d9c7a658995e8c51e73dfab4ee1dd933258",
|
|
614
614
|
"installPandoc.sh": "9d1a00fd7c3512b867fb306480d217a367b9528c9f1a5414ad87a006f0daa7e8"
|
|
615
|
+
},
|
|
616
|
+
"2.40.2": {
|
|
617
|
+
"project.ptx": "5d8b166fc23f4788c2c2ea7e33ee541da0e402a3e5aaee78211d4c149a04f1cf",
|
|
618
|
+
"codechat_config.yaml": "8079338b1cc5051eb2f2532287665fabf79e6c097a8fbd697403b905a22e3e08",
|
|
619
|
+
".gitignore": "14bcc7149680df7ac19ed7f49236047383d64da16fdcb7e75207d173cbf2d0d7",
|
|
620
|
+
"devcontainer.json": "299a0db020ad426fa5c55adbcf2274910e1b60c042258e7105768c91ac12b969",
|
|
621
|
+
"pretext-cli.yml": "0b202d18e1e04f0e0304a42c435ea85cb1c914478089e4cd7dc9b2776fcdef42",
|
|
622
|
+
"pretext-deploy.yml": "666714bfcf3679e80a9add74625e68701e634d3eba732de04614d02b22def14e",
|
|
623
|
+
"installPandoc.sh": "6821ecd0dc6799e3e1173864614053db445217c98780d264905f20c0b2512699"
|
|
615
624
|
}
|
|
616
625
|
}
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|