# Formality `formality`, Symbolic Expression Utilities
[![PyPI version](https://badge.fury.io/py/mathexp.svg)](https://badge.fury.io/py/mathexp)
[![Build](https://github.com/JWKennington/mathexp/actions/workflows/build.yml/badge.svg)](https://github.com/JWKennington/mathexp/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/jwkennington/mathexp/branch/main/graph/badge.svg?token=3Z3Z3Z3Z3Z)](https://codecov.io/gh/jwkennington/mathexp)
[![CodeFactor](https://www.codefactor.io/repository/github/jwkennington/mathexp/badge)](https://www.codefactor.io/repository/github/jwkennington/mathexp)
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-391/)
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
[![Documentation Status](https://readthedocs.org/projects/mathexp/badge/?version=latest)](https://mathexp.readthedocs.io/en/latest/?badge=latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[//]: # ([![Maintainability](https://api.codeclimate.com/v1/badges/64bec68e4630ae8fbef0/maintainability)](https://codeclimate.com/github/JWKennington/mathexp/maintainability))
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
```bash
pip install formality
```
## Sample Usage
### Working with integer partitions
```python
from formality.comb import partition
partition.from_str('3+2+1')
>>> IntegerPartition([3, 2, 1])
```
More documentation to come.
Raw data
{
"_id": null,
"home_page": "https://github.com/JWKennington/formality",
"name": "formality",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.7",
"maintainer_email": null,
"keywords": "symbolic math, combinatorics, finite groups",
"author": "J. W. Kennington",
"author_email": "jameswkennington@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/50/d6/fb79c59b74800402dc02e7cdae732a9afa3a8460ae6fba62ef0745f4e0bc/formality-0.0.2.tar.gz",
"platform": null,
"description": "# Formality `formality`, Symbolic Expression Utilities\n\n[![PyPI version](https://badge.fury.io/py/mathexp.svg)](https://badge.fury.io/py/mathexp)\n[![Build](https://github.com/JWKennington/mathexp/actions/workflows/build.yml/badge.svg)](https://github.com/JWKennington/mathexp/actions/workflows/build.yml)\n[![codecov](https://codecov.io/gh/jwkennington/mathexp/branch/main/graph/badge.svg?token=3Z3Z3Z3Z3Z)](https://codecov.io/gh/jwkennington/mathexp)\n[![CodeFactor](https://www.codefactor.io/repository/github/jwkennington/mathexp/badge)](https://www.codefactor.io/repository/github/jwkennington/mathexp)\n[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-391/)\n[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)\n[![Documentation Status](https://readthedocs.org/projects/mathexp/badge/?version=latest)](https://mathexp.readthedocs.io/en/latest/?badge=latest)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n[//]: # ([![Maintainability](https://api.codeclimate.com/v1/badges/64bec68e4630ae8fbef0/maintainability)](https://codeclimate.com/github/JWKennington/mathexp/maintainability))\n\n\nThe `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.\n\n## Installation\n\n```bash\npip install formality\n```\n\n## Sample Usage\n\n### Working with integer partitions\n\n```python\nfrom formality.comb import partition\n\npartition.from_str('3+2+1')\n>>> IntegerPartition([3, 2, 1])\n```\n\nMore documentation to come.\n",
"bugtrack_url": null,
"license": null,
"summary": "Formality - Symbolic Mathematics",
"version": "0.0.2",
"project_urls": {
"Bug Reports": "https://github.com/JWKennington/formality/issues",
"Documentation": "https://formality.readthedocs.io/en/latest/",
"Funding": "https://www.buymeacoffee.com/locallytrivial",
"Homepage": "https://github.com/JWKennington/formality",
"Source": "https://github.com/JWKennington/formality"
},
"split_keywords": [
"symbolic math",
" combinatorics",
" finite groups"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "50d6fb79c59b74800402dc02e7cdae732a9afa3a8460ae6fba62ef0745f4e0bc",
"md5": "060036f5b544e3db6e8380a1de3115c2",
"sha256": "bc62412ecb00b7cd115631869ca2a13748bb0041440fb9c7f457db36ae7c99a6"
},
"downloads": -1,
"filename": "formality-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "060036f5b544e3db6e8380a1de3115c2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.7",
"size": 3250,
"upload_time": "2024-03-27T13:44:54",
"upload_time_iso_8601": "2024-03-27T13:44:54.671503Z",
"url": "https://files.pythonhosted.org/packages/50/d6/fb79c59b74800402dc02e7cdae732a9afa3a8460ae6fba62ef0745f4e0bc/formality-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-27 13:44:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "JWKennington",
"github_project": "formality",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "formality"
}