Metadata-Version: 2.4
Name: py-terser
Version: 0.1.0
Summary: Fork of python-minifier: transform Python project into its most compact representation
Project-URL: source, https://github.com/MadeByAlpha/py-terser.git
Project-URL: issues, https://github.com/MadeByAlpha/py-terser/issues
Author-email: Alpha <dev@alpha93.kr>
License-Expression: MIT
License-File: LICENSE.md
Keywords: compressor,mangler,minifier,minify,uglifier,uglify
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Framework :: Hatch
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Free Threading
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Pre-processors
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: anyio>=4.14.2
Requires-Dist: hatchling>=1.17
Description-Content-Type: text/markdown

# py-terser

![`Development Status :: 3 -
Alpha`](https://img.shields.io/badge/-3%20--%20Alpha-orange?style=flat&label=Development%20Status)

A mangler/minifier toolkit for Python.

*Fork of [`dflook/python-minifier`](https://github.com/dflook/python-minifier.git), Name inspired by
[`terser`](https://github.com/terser/terser.git)*

Transforms Python project into its most compact representation.

py-terser currently supports Python 3.10 to Python 3.14.

