quern 0.0.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.
- quern-0.0.0/PKG-INFO +14 -0
- quern-0.0.0/README.md +5 -0
- quern-0.0.0/pyproject.toml +14 -0
- quern-0.0.0/src/quern/__init__.py +2 -0
quern-0.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: quern
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Name reserved for quern: rules and vocabulary as data, published as digest-pinned packages.
|
|
5
|
+
Project-URL: Homepage, https://github.com/xag/quern
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Requires-Python: >=3.9
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# quern
|
|
11
|
+
|
|
12
|
+
Name reserved for quern: rules and vocabulary as data, published as digest-pinned packages.
|
|
13
|
+
|
|
14
|
+
Name reserved on PyPI; see https://github.com/xag/quern
|
quern-0.0.0/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["hatchling"]
|
|
3
|
+
build-backend = "hatchling.build"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "quern"
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
description = "Name reserved for quern: rules and vocabulary as data, published as digest-pinned packages."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.9"
|
|
11
|
+
license = "Apache-2.0"
|
|
12
|
+
|
|
13
|
+
[project.urls]
|
|
14
|
+
Homepage = "https://github.com/xag/quern"
|