refkit 0.0.3__tar.gz → 0.0.4rc2__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.
- {refkit-0.0.3 → refkit-0.0.4rc2}/PKG-INFO +2 -2
- {refkit-0.0.3 → refkit-0.0.4rc2}/pyproject.toml +2 -2
- {refkit-0.0.3 → refkit-0.0.4rc2}/.gitignore +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/LICENSE +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/NOTICE +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/README.md +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/src/refkit/__init__.py +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/src/refkit/__init__.pyi +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/src/refkit/py.typed +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/conftest.py +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/fixtures/basic.bib +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/fixtures/hayagriva-rich.yaml +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/fixtures/parent.yaml +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/fixtures/parent.yml +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/fixtures/raw-duplicates.bib +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/fixtures/raw.bib +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/fixtures/refkit-note.csl +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/fixtures/typst-biblatex.bib +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/fixtures/typst-raw.bib +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/test_properties.py +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/test_public_api.py +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/test_pyodide.py +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/test_tidy_options.py +0 -0
- {refkit-0.0.3 → refkit-0.0.4rc2}/tests/test_type_contracts.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: refkit
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4rc2
|
|
4
4
|
Summary: Fast Python citation parsing, rendering, and BibTeX editing backed by Rust
|
|
5
5
|
Author-email: Péter Ferenc Gyarmati <dev.petergy@gmail.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
17
17
|
Classifier: Programming Language :: Rust
|
|
18
18
|
Classifier: Typing :: Typed
|
|
19
19
|
Requires-Python: <3.15,>=3.11
|
|
20
|
-
Requires-Dist: refkit-core==0.0.
|
|
20
|
+
Requires-Dist: refkit-core==0.0.4-rc.2
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
|
|
23
23
|
# refkit
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "refkit"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.4-rc.2"
|
|
4
4
|
description = "Fast Python citation parsing, rendering, and BibTeX editing backed by Rust"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = "Apache-2.0"
|
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
|
22
22
|
"Typing :: Typed",
|
|
23
23
|
]
|
|
24
24
|
dependencies = [
|
|
25
|
-
"refkit-core==0.0.
|
|
25
|
+
"refkit-core==0.0.4-rc.2",
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[build-system]
|
|
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
|