Metadata-Version: 2.4
Name: hypothesis-awkward
Version: 0.0.4
Summary: Hypothesis strategies for Awkward Array
Author: Tai Sakuma
License-Expression: MIT
License-File: LICENSE
Keywords: awkward-array,hypothesis,property-based testing,testing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Requires-Dist: awkward>=2.8
Requires-Dist: hypothesis>=6.147
Provides-Extra: all
Requires-Dist: pandas>=2.3; extra == 'all'
Requires-Dist: pyarrow>=22.0; extra == 'all'
Provides-Extra: arrow
Requires-Dist: pyarrow>=22.0; extra == 'arrow'
Provides-Extra: pandas
Requires-Dist: pandas>=2.3; extra == 'pandas'
