Metadata-Version: |
2.1 |
Name: |
apytypes |
Version: |
0.2.2 |
Summary: |
Python package for custom fixed-point and floating-point formats |
Author-Email: |
Oscar Gustafsson <oscar.gustafsson[at]gmail.com>, Mikael Henriksson <mikael.henriksson[at]liu.se>, Theodor Lindberg <theodor.lindberg[at]liu.se> |
Project-Url: |
Repository, https://github.com/apytypes/apytypes/ |
Project-Url: |
Issues, https://github.com/apytypes/apytypes/issues |
Project-Url: |
Homepage, https://apytypes.github.io/ |
Project-Url: |
Documentation, https://apytypes.github.io/apytypes/ |
Project-Url: |
Changelog, https://github.com/apytypes/apytypes/blob/main/CHANGELOG.md |
Keywords: |
fixed-point,floating-point,finite word length |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
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: |
Topic :: Scientific/Engineering :: Electronic Design Automation (EDA) |
Requires-Python: |
>=3.9 |
Requires-Dist: |
breathe (>=4.35); extra == "docs" |
Requires-Dist: |
furo (>=2024); extra == "docs" |
Requires-Dist: |
matplotlib (>=3.7); extra == "docs" |
Requires-Dist: |
numpydoc (>=1.7); extra == "docs" |
Requires-Dist: |
setuptools (<70); extra == "docs" |
Requires-Dist: |
sphinx (>=7); extra == "docs" |
Requires-Dist: |
sphinx_copybutton (>=0.5); extra == "docs" |
Requires-Dist: |
sphinx_gallery (>=0.16); extra == "docs" |
Requires-Dist: |
m2r2; extra == "docs" |
Requires-Dist: |
docutils (<=0.20); extra == "docs" |
Requires-Dist: |
numpy (>=1.25); extra == "test" |
Requires-Dist: |
pytest (>=8.2); extra == "test" |
Requires-Dist: |
nanobind (>=2.0.0); extra == "dev" |
Requires-Dist: |
numpy (>=1.25); extra == "benchmark" |
Requires-Dist: |
pytest (>=8.2); extra == "benchmark" |
Requires-Dist: |
pytest-benchmark; extra == "benchmark" |
Requires-Dist: |
fpbinary; extra == "comparison" |
Requires-Dist: |
fixedpoint; extra == "comparison" |
Requires-Dist: |
fxpmath; extra == "comparison" |
Requires-Dist: |
spfpm; extra == "comparison" |
Requires-Dist: |
numfi; extra == "comparison" |
Requires-Dist: |
numpy (>=1.25); extra == "comparison" |
Requires-Dist: |
matplotlib (>=3.7); extra == "comparison" |
Provides-Extra: |
docs |
Provides-Extra: |
test |
Provides-Extra: |
dev |
Provides-Extra: |
benchmark |
Provides-Extra: |
comparison |
Description-Content-Type: |
text/markdown |