Metadata-Version: |
2.2 |
Name: |
py-dem-bones |
Version: |
0.6.5 |
Summary: |
Python bindings for the Dem Bones library |
Author-Email: |
Long Hao <hal.long[at]outlook.com> |
Project-Url: |
Homepage, https://github.com/loonghao/py-dem-bones |
Project-Url: |
Documentation, https://loonghao.github.io/py-dem-bones |
Project-Url: |
Issues, https://github.com/loonghao/py-dem-bones/issues |
Project-Url: |
Changelog, https://github.com/loonghao/py-dem-bones/blob/main/CHANGELOG.md |
License: |
BSD-3-Clause |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
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: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: C++ |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Classifier: |
Topic :: Multimedia :: Graphics :: 3D Modeling |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.7 |
Requires-Dist: |
numpy (<1.27.0,>=1.26.4); python_version < "3.8" |
Requires-Dist: |
numpy (>=1.20.0); python_version >= "3.8" |
Requires-Dist: |
nox (>=2023.4.22); extra == "dev" |
Requires-Dist: |
pytest (>=6.0.0); extra == "test" |
Requires-Dist: |
pytest-cov (>=2.12.0); extra == "test" |
Requires-Dist: |
sphinx (>=7.0.0); extra == "docs" |
Requires-Dist: |
pydata-sphinx-theme (>=0.14.1); extra == "docs" |
Requires-Dist: |
sphinx-autobuild (>=2021.3.14); extra == "docs" |
Requires-Dist: |
pybind11-stubgen (>=0.16.0); extra == "docs" |
Requires-Dist: |
myst-parser (>=2.0.0); extra == "docs" |
Requires-Dist: |
sphinx-gallery (>=0.13.0); extra == "docs" |
Requires-Dist: |
pillow (>=9.0.0); extra == "docs" |
Requires-Dist: |
matplotlib (>=3.5.0); extra == "docs" |
Requires-Dist: |
myst-sphinx-gallery (>=0.3.0); extra == "docs" |
Requires-Dist: |
myst-nb (>=1.0.0); extra == "docs" |
Requires-Dist: |
cairosvg (>=2.7.0); extra == "docs-linux" |
Requires-Dist: |
black (<23.3.0); extra == "lint" |
Requires-Dist: |
ruff (<0.0.270); extra == "lint" |
Requires-Dist: |
isort (<5.12.0); extra == "lint" |
Requires-Dist: |
autoflake (>=2.0.0); extra == "lint" |
Requires-Dist: |
build (>=0.10.0); extra == "build" |
Requires-Dist: |
twine (>=4.0.2); extra == "build" |
Provides-Extra: |
dev |
Provides-Extra: |
test |
Provides-Extra: |
docs |
Provides-Extra: |
docs-linux |
Provides-Extra: |
lint |
Provides-Extra: |
build |
Description-Content-Type: |
text/markdown |