simpleArgParser 0.2.0__tar.gz → 0.2.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.
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/PKG-INFO +1 -1
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/setup.py +1 -1
- simpleargparser-0.2.1/simpleArgParser/__init__.py +10 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/simpleArgParser.egg-info/PKG-INFO +1 -1
- simpleargparser-0.2.0/simpleArgParser/__init__.py +0 -9
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/README.md +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/setup.cfg +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/simpleArgParser/s_argparse.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/simpleArgParser.egg-info/SOURCES.txt +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/simpleArgParser.egg-info/dependency_links.txt +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/simpleArgParser.egg-info/top_level.txt +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/__init__.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_alias_map.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_bool_converter.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_convert_type.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_convert_value.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_deep_merge.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_dict_utils.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_doc_help.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_enum.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_extract_field_comments.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_fill_defaults.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_from_dict.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_inheritance.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_nest_namespace.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_parse_args.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_pass_in_special_char.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_recursive_process.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_serialization.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_special_load_marker.py +0 -0
- {simpleargparser-0.2.0 → simpleargparser-0.2.1}/tests/test_to_json.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simpleArgParser
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A simple typed argument parser using dataclasses and type hints. This project is largely generated by ChatGPT.
|
|
5
5
|
Home-page: https://github.com/Raibows/SimpleArgParser
|
|
6
6
|
Author: raibows
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="simpleArgParser",
|
|
5
|
-
version="0.2.
|
|
5
|
+
version="0.2.1",
|
|
6
6
|
author="raibows",
|
|
7
7
|
author_email="raibows@hotmail.com",
|
|
8
8
|
description="A simple typed argument parser using dataclasses and type hints. This project is largely generated by ChatGPT.",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simpleArgParser
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A simple typed argument parser using dataclasses and type hints. This project is largely generated by ChatGPT.
|
|
5
5
|
Home-page: https://github.com/Raibows/SimpleArgParser
|
|
6
6
|
Author: raibows
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simpleargparser-0.2.0 → simpleargparser-0.2.1}/simpleArgParser.egg-info/dependency_links.txt
RENAMED
|
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
|