Formality formality, Symbolic Expression Utilities
The formality repo contains a general set symbolic expression utilities, mostly for extending the capabilities of sympy. The repo also contains a set of executable scripts for performing various mathematical experiments. Caveat lector.
Installation
pip install formality
Sample Usage
Working with integer partitions
from formality.comb import partition
partition.from_str('3+2+1')
>>> IntegerPartition([3, 2, 1])
More documentation to come.
Release files for formality 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| formality-0.0.2.tar.gz | 3.2 kB | Details |
Release files / formality-0.0.2.tar.gz
| Download URL | formality-0.0.2.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bc62412ecb00b7cd115631869ca2a13748bb0041440fb9c7f457db36ae7c99a6
|
|
BLAKE2b-256 checksum How to use checksums |
50d6fb79c59b74800402dc02e7cdae732a9afa3a8460ae6fba62ef0745f4e0bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|