Metadata-Version: |
2.1 |
Name: |
AssertionLib |
Version: |
3.2.2 |
Summary: |
A package for performing assertions and providing informative exception messages. |
Author: |
['B. F. van Beek'] |
Author-Email: |
b.f.van.beek[at]vu.nl |
Home-Page: |
https://github.com/nlesc-nano/AssertionLib |
License: |
Apache Software License |
Keywords: |
assertion,assertions,assertion-library,testing,unit-testing,python-3,python-3-6,python-3-7,python-3-8,python-3-9,python-3-10,python-3-11 |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
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: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Testing |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.6 |
Requires-Dist: |
Nano-Utils (>=0.4.1); python_version == "3.6" |
Requires-Dist: |
Nano-Utils (>=2.3.1); python_version >= "3.7" |
Requires-Dist: |
sphinx (>=2.4); extra == "doc" |
Requires-Dist: |
sphinx-rtd-theme; extra == "doc" |
Requires-Dist: |
numpy; extra == "test" |
Requires-Dist: |
pandas; extra == "test" |
Requires-Dist: |
pytest (>=5.4.0); extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
sphinx (>=2.4); extra == "test" |
Requires-Dist: |
sphinx-rtd-theme; extra == "test" |
Requires-Dist: |
pytest (>=5.4.0); extra == "test_no_optional" |
Requires-Dist: |
pytest-cov; extra == "test_no_optional" |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Provides-Extra: |
test_no_optional |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE.md |