Metadata-Version: 2.1
Name: mm-format
Version: 1.0
Summary: Format Python objects into Mathematica source strings.
Home-page: https://github.com/tomdodd4598/mm-format-python
Author: Tom Dodd
Author-email: joedodd35@gmail.com
Project-URL: Issues, https://github.com/tomdodd4598/mm-format-python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md

MMFormat
========


Summary
-------

A simple library to format Python objects into Mathematica source strings. Available as the ['mm-format'](https://pypi.org/project/mm-format/) package (`pip install mm-format`).


Permissions
-----------

In practice, the license on any code I write means very little, but for those who want a some semblance of formality, let it be stated that all code is available under the [MIT License](https://github.com/tomdodd4598/mm-format-python/blob/main/LICENSE.md).
