Metadata-Version: 2.1
Name: microkanren
Version: 0.2.2
Summary: A Python implementation of microkanren extended with constraints
Project-URL: Homepage, https://github.com/jams2/microkanren
Project-URL: Bug Tracker, https://github.com/jams2/microkanren/issues
Author-email: Joshua Munn <public@elysee-munn.family>
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: ~=3.11
Requires-Dist: fastcons~=0.2.0
Requires-Dist: pyrsistent~=0.19
Provides-Extra: dev
Requires-Dist: black~=23.1.0; extra == 'dev'
Requires-Dist: ruff~=0.0.256; extra == 'dev'
Provides-Extra: testing
Requires-Dist: pytest-profiling~=1.7.0; extra == 'testing'
Requires-Dist: pytest~=7.2.2; extra == 'testing'
