Metadata-Version: 2.2
Name: npycomp
Version: 0.2.0
Summary: A Python library for NP-complete reductions.
Author-email: Hassan Andrabi <hrs.andrabi@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/HRSAndrabi/npycomp
Project-URL: Documentation, https://github.com/HRSAndrabi/npycomp
Project-URL: Repository, https://github.com/HRSAndrabi/npycomp
Project-URL: Issues, https://github.com/HRSAndrabi/npycomp/issues
Keywords: knapsack,optimisation,sampling,algorithms
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Provides-Extra: doc
Requires-Dist: Sphinx==8.1.3; extra == "doc"
Requires-Dist: sphinx-autobuild==2024.10.3; extra == "doc"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "doc"
Requires-Dist: sphinx-favicon==1.0.1; extra == "doc"
Requires-Dist: sphinx-sitemap==2.6.0; extra == "doc"
Requires-Dist: sphinx_design==0.6.1; extra == "doc"
Requires-Dist: pydata-sphinx-theme==0.16.1; extra == "doc"
Requires-Dist: numpydoc; extra == "doc"
Requires-Dist: matplotlib; extra == "doc"

# npycomp

A Python library for NP-complete reductions.
