Metadata-Version: 2.4
Name: ptcx
Version: 0.0.7
Summary: A format for modularized AST-based patching of arbitary code
Author-email: Aurin Aegerter <adm.chrx@gmail.com>
License-Expression: BSD-2-Clause
Project-URL: Homepage, https://github.com/chrxer/ptcx
Project-URL: Issues, https://github.com/chrxer/ptcx/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sourcetypes3>=0.1.0
Requires-Dist: tree_sitter
Requires-Dist: orjson
Requires-Dist: pyjson5
Dynamic: license-file

# ptcx
A format for modularized AST-based patching of arbitary code.

<p>
    <a href="https://pypi.org/project/ptcx/">
        <img alt="Pypi version" src="https://img.shields.io/pypi/v/ptcx?color=blue">
    </a>
    <a href="https://chrxer.github.io/ptcx/">
        <img alt="Pypi version" src="https://img.shields.io/badge/Docs-blue">
    </a>
</p>


Installation
```python
python3 -m pip install ptcx
```
