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.
- {python_introspect-0.1.0/src/python_introspect.egg-info → python_introspect-0.1.2}/PKG-INFO +1 -1
- {python_introspect-0.1.0 → python_introspect-0.1.2}/pyproject.toml +1 -1
- {python_introspect-0.1.0 → python_introspect-0.1.2/src/python_introspect.egg-info}/PKG-INFO +1 -1
- {python_introspect-0.1.0 → python_introspect-0.1.2}/LICENSE +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/README.md +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/setup.cfg +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect/__init__.py +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect/exceptions.py +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect/signature_analyzer.py +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect/unified_parameter_analyzer.py +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect.egg-info/SOURCES.txt +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect.egg-info/dependency_links.txt +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect.egg-info/requires.txt +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect.egg-info/top_level.txt +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/tests/test_exceptions.py +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/tests/test_init.py +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/tests/test_signature_analyzer.py +0 -0
- {python_introspect-0.1.0 → python_introspect-0.1.2}/tests/test_unified_parameter_analyzer.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-introspect"
|
|
7
|
-
version = "0.1.
|
|
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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect/signature_analyzer.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect.egg-info/requires.txt
RENAMED
|
File without changes
|
{python_introspect-0.1.0 → python_introspect-0.1.2}/src/python_introspect.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_introspect-0.1.0 → python_introspect-0.1.2}/tests/test_unified_parameter_analyzer.py
RENAMED
|
File without changes
|