yan-notation 1.0.0__tar.gz → 1.0.1__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.
- {yan_notation-1.0.0 → yan_notation-1.0.1}/PKG-INFO +2 -4
- {yan_notation-1.0.0 → yan_notation-1.0.1}/pyproject.toml +8 -6
- {yan_notation-1.0.0 → yan_notation-1.0.1}/src/yan_notation.egg-info/PKG-INFO +2 -4
- {yan_notation-1.0.0 → yan_notation-1.0.1}/src/yan_notation.egg-info/SOURCES.txt +0 -1
- yan_notation-1.0.0/src/yan_notation.egg-info/entry_points.txt +0 -2
- {yan_notation-1.0.0 → yan_notation-1.0.1}/setup.cfg +0 -0
- {yan_notation-1.0.0 → yan_notation-1.0.1}/src/yan/__init__.py +0 -0
- {yan_notation-1.0.0 → yan_notation-1.0.1}/src/yan/parser.py +0 -0
- {yan_notation-1.0.0 → yan_notation-1.0.1}/src/yan_notation.egg-info/dependency_links.txt +0 -0
- {yan_notation-1.0.0 → yan_notation-1.0.1}/src/yan_notation.egg-info/top_level.txt +0 -0
- {yan_notation-1.0.0 → yan_notation-1.0.1}/test/test.py +0 -0
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: yan-notation
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: YAN (Yet Another Notation) parser for Python
|
|
5
|
-
Author: yan-notation
|
|
6
5
|
License: CC0-1.0
|
|
7
6
|
Project-URL: Homepage, https://github.com/yan-notation/yan-spec
|
|
8
7
|
Project-URL: Repository, https://github.com/yan-notation/yan-spec
|
|
9
|
-
|
|
10
|
-
Keywords: yan,parser,config,serialization,notation
|
|
8
|
+
Keywords: yan,parser,config,serialization
|
|
11
9
|
Classifier: Development Status :: 4 - Beta
|
|
12
10
|
Classifier: Intended Audience :: Developers
|
|
13
11
|
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=45", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
1
5
|
[project]
|
|
2
6
|
name = "yan-notation"
|
|
3
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.1"
|
|
4
8
|
description = "YAN (Yet Another Notation) parser for Python"
|
|
5
9
|
readme = "README.md"
|
|
6
10
|
license = {text = "CC0-1.0"}
|
|
7
|
-
|
|
8
|
-
keywords = ["yan", "parser", "config", "serialization", "notation"]
|
|
11
|
+
keywords = ["yan", "parser", "config", "serialization"]
|
|
9
12
|
classifiers = [
|
|
10
13
|
"Development Status :: 4 - Beta",
|
|
11
14
|
"Intended Audience :: Developers",
|
|
@@ -22,7 +25,6 @@ requires-python = ">=3.8"
|
|
|
22
25
|
[project.urls]
|
|
23
26
|
Homepage = "https://github.com/yan-notation/yan-spec"
|
|
24
27
|
Repository = "https://github.com/yan-notation/yan-spec"
|
|
25
|
-
Documentation = "https://yan-notation.github.io/yan-spec"
|
|
26
28
|
|
|
27
|
-
[
|
|
28
|
-
|
|
29
|
+
[tool.setuptools.packages.find]
|
|
30
|
+
where = ["src"]
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: yan-notation
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: YAN (Yet Another Notation) parser for Python
|
|
5
|
-
Author: yan-notation
|
|
6
5
|
License: CC0-1.0
|
|
7
6
|
Project-URL: Homepage, https://github.com/yan-notation/yan-spec
|
|
8
7
|
Project-URL: Repository, https://github.com/yan-notation/yan-spec
|
|
9
|
-
|
|
10
|
-
Keywords: yan,parser,config,serialization,notation
|
|
8
|
+
Keywords: yan,parser,config,serialization
|
|
11
9
|
Classifier: Development Status :: 4 - Beta
|
|
12
10
|
Classifier: Intended Audience :: Developers
|
|
13
11
|
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|