r14n 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.
- r14n-0.0.0/PKG-INFO +22 -0
- r14n-0.0.0/README.md +12 -0
- r14n-0.0.0/pyproject.toml +18 -0
- r14n-0.0.0/r14n.egg-info/PKG-INFO +22 -0
- r14n-0.0.0/r14n.egg-info/SOURCES.txt +7 -0
- r14n-0.0.0/r14n.egg-info/dependency_links.txt +1 -0
- r14n-0.0.0/r14n.egg-info/top_level.txt +1 -0
- r14n-0.0.0/r14n.py +7 -0
- r14n-0.0.0/setup.cfg +4 -0
r14n-0.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: r14n
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Name reserved by the RLPS project (Regulatory Localization Pack Specification). Reference resolver: https://crates.io/crates/r14n — PyO3-generated bindings of that Rust resolver will publish here.
|
|
5
|
+
License: Apache-2.0
|
|
6
|
+
Project-URL: Repository, https://github.com/squillo/r14n
|
|
7
|
+
Project-URL: Homepage, https://r14n.squillo.com
|
|
8
|
+
Requires-Python: >=3.9
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# r14n (reserved)
|
|
12
|
+
|
|
13
|
+
Name reserved by the **RLPS project** — the Regulatory Localization Pack Specification
|
|
14
|
+
(`r14n : compliance controls :: i18n : strings`). This package is an empty placeholder;
|
|
15
|
+
Python bindings **generated from the Rust reference resolver** (PyO3 abi3 wheels — one source
|
|
16
|
+
of truth, no hand-written port) will publish here.
|
|
17
|
+
|
|
18
|
+
- Project: <https://github.com/squillo/r14n>
|
|
19
|
+
- Reference resolver (Rust): <https://crates.io/crates/r14n>
|
|
20
|
+
- Vocabulary: <https://r14n.squillo.com/ns>
|
|
21
|
+
|
|
22
|
+
**NOT LEGAL ADVICE.**
|
r14n-0.0.0/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# r14n (reserved)
|
|
2
|
+
|
|
3
|
+
Name reserved by the **RLPS project** — the Regulatory Localization Pack Specification
|
|
4
|
+
(`r14n : compliance controls :: i18n : strings`). This package is an empty placeholder;
|
|
5
|
+
Python bindings **generated from the Rust reference resolver** (PyO3 abi3 wheels — one source
|
|
6
|
+
of truth, no hand-written port) will publish here.
|
|
7
|
+
|
|
8
|
+
- Project: <https://github.com/squillo/r14n>
|
|
9
|
+
- Reference resolver (Rust): <https://crates.io/crates/r14n>
|
|
10
|
+
- Vocabulary: <https://r14n.squillo.com/ns>
|
|
11
|
+
|
|
12
|
+
**NOT LEGAL ADVICE.**
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "r14n"
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
description = "Name reserved by the RLPS project (Regulatory Localization Pack Specification). Reference resolver: https://crates.io/crates/r14n — PyO3-generated bindings of that Rust resolver will publish here."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = { text = "Apache-2.0" }
|
|
11
|
+
requires-python = ">=3.9"
|
|
12
|
+
|
|
13
|
+
[project.urls]
|
|
14
|
+
Repository = "https://github.com/squillo/r14n"
|
|
15
|
+
Homepage = "https://r14n.squillo.com"
|
|
16
|
+
|
|
17
|
+
[tool.setuptools]
|
|
18
|
+
py-modules = ["r14n"]
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: r14n
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Name reserved by the RLPS project (Regulatory Localization Pack Specification). Reference resolver: https://crates.io/crates/r14n — PyO3-generated bindings of that Rust resolver will publish here.
|
|
5
|
+
License: Apache-2.0
|
|
6
|
+
Project-URL: Repository, https://github.com/squillo/r14n
|
|
7
|
+
Project-URL: Homepage, https://r14n.squillo.com
|
|
8
|
+
Requires-Python: >=3.9
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# r14n (reserved)
|
|
12
|
+
|
|
13
|
+
Name reserved by the **RLPS project** — the Regulatory Localization Pack Specification
|
|
14
|
+
(`r14n : compliance controls :: i18n : strings`). This package is an empty placeholder;
|
|
15
|
+
Python bindings **generated from the Rust reference resolver** (PyO3 abi3 wheels — one source
|
|
16
|
+
of truth, no hand-written port) will publish here.
|
|
17
|
+
|
|
18
|
+
- Project: <https://github.com/squillo/r14n>
|
|
19
|
+
- Reference resolver (Rust): <https://crates.io/crates/r14n>
|
|
20
|
+
- Vocabulary: <https://r14n.squillo.com/ns>
|
|
21
|
+
|
|
22
|
+
**NOT LEGAL ADVICE.**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
r14n
|
r14n-0.0.0/r14n.py
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# SPDX-License-Identifier: Apache-2.0
|
|
2
|
+
"""Name reserved by the RLPS project (https://github.com/squillo/r14n).
|
|
3
|
+
|
|
4
|
+
Python bindings generated from the Rust reference resolver (PyO3) will publish
|
|
5
|
+
here; the resolver is the Rust crate ``r14n`` (https://crates.io/crates/r14n).
|
|
6
|
+
NOT LEGAL ADVICE.
|
|
7
|
+
"""
|
r14n-0.0.0/setup.cfg
ADDED