# Formality `formality`, Symbolic Expression Utilities
[](https://badge.fury.io/py/mathexp)
[](https://github.com/JWKennington/mathexp/actions/workflows/build.yml)
[](https://codecov.io/gh/jwkennington/mathexp)
[](https://www.codefactor.io/repository/github/jwkennington/mathexp)
[](https://www.python.org/downloads/release/python-391/)
[](https://www.python.org/downloads/release/python-3100/)
[](https://mathexp.readthedocs.io/en/latest/?badge=latest)
[](https://opensource.org/licenses/MIT)
[//]: # ([](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[](https://badge.fury.io/py/mathexp)\n[](https://github.com/JWKennington/mathexp/actions/workflows/build.yml)\n[](https://codecov.io/gh/jwkennington/mathexp)\n[](https://www.codefactor.io/repository/github/jwkennington/mathexp)\n[](https://www.python.org/downloads/release/python-391/)\n[](https://www.python.org/downloads/release/python-3100/)\n[](https://mathexp.readthedocs.io/en/latest/?badge=latest)\n[](https://opensource.org/licenses/MIT)\n\n[//]: # ([](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"
}