Metadata-Version: 2.4
Name: boring-math-combinatorics
Version: 2.0.0
Summary: Combinatorics Library
Keywords: combinations,permutations,combinatorics
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.13
Description-Content-Type: text/x-rst
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pythonic-fp-circulararray>=6.0.0
Requires-Dist: pythonic-fp-fptools>=5.1.2
Requires-Dist: pythonic-fp-iterables>=5.1.2
Requires-Dist: pytest>=8.4.1 ; extra == "test"
Project-URL: Changelog, https://github.com/grscheller/boring-math-combinatorics/blob/main/CHANGELOG.md
Project-URL: Documentation, https://grscheller.github.io/boring-math/combinatorics/development/build/html
Project-URL: Homepage, https://grscheller.github.io/boring-math
Project-URL: Source, https://github.com/grscheller/boring-math-combinatorics
Provides-Extra: test

Boring Math - Combinatorics
===========================

PyPI project
`boring-math-combinatorics
<https://pypi.org/project/boring-math-combinatorics>`_.

Python module implementing a library of combinatorics functions.

This pypi project is part of the
`boring math
<https://grscheller.github.io/boring-math>`_ projects.

Documentation
-------------

Documentation for this project is hosted on
`GitHub Pages
<https://grscheller.github.io/boring-math/combinatorics/development/build/html>`_.

Copyright and License
---------------------

Copyright (c) 2024-2025 Geoffrey R. Scheller. Licensed under the Apache
License, Version 2.0. See the LICENSE file for details.

