Metadata-Version: 2.4
Name: nanofuzz-runtime
Version: 0.3.10
Summary: Runtime support and types for NaNofuzz
Project-URL: Homepage, https://github.com/nanofuzz/nanofuzz
Project-URL: Repository, https://github.com/nanofuzz/nanofuzz
Project-URL: Source Code, https://github.com/nanofuzz/nanofuzz/packages/runtime/python
Author-email: The NaNofuzz Team <mcd2@cmu.edu>
License: MIT
License-File: LICENSE
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# NaNofuzz runtime support package

This package provides the runtime support and types necessary for NaNofuzz tests to be executed outside of Visual Studio Code; e.g., in CI.

To install the package, run `pip install nanofuzz-runtime`
