python-introspect 0.1.0__tar.gz → 0.1.2__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.
Files changed (18) hide show
  1. {python_introspect-0.1.0/src/python_introspect.egg-info → python_introspect-0.1.2}/PKG-INFO +1 -1
  2. {python_introspect-0.1.0 → python_introspect-0.1.2}/pyproject.toml +1 -1
  3. {python_introspect-0.1.0 → python_introspect-0.1.2/src/python_introspect.egg-info}/PKG-INFO +1 -1
  4. {python_introspect-0.1.0 → python_introspect-0.1.2}/LICENSE +0 -0
  5. {python_introspect-0.1.0 → python_introspect-0.1.2}/README.md +0 -0
  6. {python_introspect-0.1.0 → python_introspect-0.1.2}/setup.cfg +0 -0
  7. {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect/__init__.py +0 -0
  8. {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect/exceptions.py +0 -0
  9. {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect/signature_analyzer.py +0 -0
  10. {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect/unified_parameter_analyzer.py +0 -0
  11. {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect.egg-info/SOURCES.txt +0 -0
  12. {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect.egg-info/dependency_links.txt +0 -0
  13. {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect.egg-info/requires.txt +0 -0
  14. {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect.egg-info/top_level.txt +0 -0
  15. {python_introspect-0.1.0 → python_introspect-0.1.2}/tests/test_exceptions.py +0 -0
  16. {python_introspect-0.1.0 → python_introspect-0.1.2}/tests/test_init.py +0 -0
  17. {python_introspect-0.1.0 → python_introspect-0.1.2}/tests/test_signature_analyzer.py +0 -0
  18. {python_introspect-0.1.0 → python_introspect-0.1.2}/tests/test_unified_parameter_analyzer.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-introspect
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Pure Python introspection toolkit for function signatures, dataclasses, and type hints
5
5
  Author-email: Tristan Simas <tristan.simas@mail.mcgill.ca>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python-introspect"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "Pure Python introspection toolkit for function signatures, dataclasses, and type hints"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-introspect
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Pure Python introspection toolkit for function signatures, dataclasses, and type hints
5
5
  Author-email: Tristan Simas <tristan.simas@mail.mcgill.ca>
6
6
  License: MIT