Metadata-Version: 2.4
Name: bagof-core-magic
Version: 0.1.0a0
Summary: Core tools used by the magic converters, validators, factories, etc.
Author-email: Yael Balbastre <yael.balbastre@gmail.com>
Maintainer-email: Yael Balbastre <yael.balbastre@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/bagofseeds/bagof-core-magic
Project-URL: Documentation, https://github.com/bagofseeds/bagof-core-magic#readme
Project-URL: Issues, https://github.com/bagofseeds/bagof-core-magic/issues
Project-URL: Repository, https://github.com/bagofseeds/bagof-core-magic
Keywords: bagof,python,magic
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typing_extensions>=4.13
Provides-Extra: test
Requires-Dist: pytest>=7; extra == "test"
Dynamic: license-file

# bagof-core-magic

Core tools used by magic converters, validators, factories, etc.

It provides the type-hint introspection machinery shared by those
packages - functions such as `issubhint`, `ishintstance`, `unwrap`, and
`get_default` for inspecting and comparing `typing` hints at runtime -
along with the `MagicHint` base class and `MagicError` exception that
magic objects are built on.
