sthagen / partitionsets

Consolidation of existing third party recipes for partitioning of sets and multisets/bags.

Home Page:https://codes.dilettant.life/docs/partitionsets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Partition Sets

Consolidation of existing third party recipes for partitioning of sets and multisets/bags.

Partition Sets provides a consolidated set of recipes gently provided by other users over the years and under the MIT license. I modified these slightly so that they now equally work under python2 and python3. All bugs are mine ;-)

You may find it useful for tasks involving small sets and also multi sets/bags.

License Country of Origin Export Classification Control Number (ECCN) Configuration

Version Downloads Python Maintenance Status

Documentation

User and developer documentation of partitionsets.

Bug Tracker

Any feature requests or bug reports shall go to the todos of partitionsets.

Primary Source repository

The main source of partitionsets is on a mountain in central Switzerland. We use distributed version control (git). There is no central hub. Every clone can become a new source for the benefit of all. The preferred public clone of partitionsets is:

  • at sourcehut - a collection of tools useful for software development.

Contributions

Please do not submit "pull requests" (I found no way to disable that "feature" on GitHub). If you like to share small changes under the repositories license please kindly do so by sending a patchset. You can either send such a patchset per email using git send-email or if you are a sourcehut user by selecting "Prepare a patchset" on the summary page of your fork at sourcehut.

Support

Please kindly submit issues at https://todo.sr.ht/~sthagen/partitionsets or write plain text email to ~sthagen/partitionsets@lists.sr.ht to submit patches and request support. Thanks.

Status

Production/stable.

Note: The default branch is default.

About

Consolidation of existing third party recipes for partitioning of sets and multisets/bags.

https://codes.dilettant.life/docs/partitionsets/

License:MIT License


Languages

Language:Python 85.9%Language:Makefile 7.9%Language:Shell 6.2%