Metadata-Version: 2.1
Name: stonefish
Version: 0.2.0
Summary: Python code minimization, obfuscation, encryption
Author-email: Nico Schlömer <nico.schloemer@gmail.com>
Project-URL: Homepage, https://github.com/pysos/stonefish
Project-URL: Issues, https://github.com/pysos/stonefish/issues
Classifier: Development Status :: 4 - Beta
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: x21 (>=0.4.1,<0.5.0)
Requires-Dist: libcst
Requires-Dist: rich
Requires-Dist: rich-argparse
Requires-Dist: tomli-w
Requires-Dist: x21 (>=0.4.1)
Requires-Dist: tomli ; python_version < "3.11"

<p align="center">
  <!--a href="https://github.com/nschloe/stonefish"><img alt="stonefish" src="https://raw.githubusercontent.com/pysos/stonefish/main/logo/stonefish.svg" width="60%"></a-->
  <a href="https://github.com/nschloe/stonefish"><img alt="stonefish" src="logo/stonefish.svg" width="60%"></a>
  <p align="center">Minify, obfuscate, encrypt Python code.</p>
</p>

[![PyPi Version](https://img.shields.io/pypi/v/stonefish.svg?style=flat-square)](https://pypi.org/project/stonefish/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/stonefish.svg?style=flat-square)](https://pypi.org/project/stonefish/)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)
