Skip to main content

Formality - Symbolic Mathematics

Project description

Formality formality, Symbolic Expression Utilities

PyPI version Build codecov CodeFactor Python 3.9 Python 3.10 Documentation Status License: MIT

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

formality-0.0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page