Metadata-Version: 2.4
Name: xctype
Version: 0.0.2
Summary: Python package for explicit C types
Project-URL: Homepage, https://github.com/sebastien-riou/xctype
Project-URL: Bug Tracker, https://github.com/sebastien-riou/xctype/issues
Author: Sebastien Riou
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: pysatl>=1.2.6
Requires-Dist: sympy
Provides-Extra: doc
Requires-Dist: sphinx; extra == 'doc'
Description-Content-Type: text/markdown

# xctype
Explicit C types for Python

## Installation
````
python3 -m pip install xctype-***.whl
````