Metadata-Version: 2.4
Name: fissix
Version: 24.4.24
Summary: Monkeypatches to override default behavior of lib2to3.
Author-email: Amethyst Reese <amethyst@n7.gg>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE
Requires-Dist: appdirs >= 1.4.4
Requires-Dist: attribution==1.7.1 ; extra == "dev"
Requires-Dist: black==24.4.0 ; extra == "dev"
Requires-Dist: flit==3.9.0 ; extra == "dev"
Requires-Dist: isort==5.8.0 ; extra == "dev"
Requires-Dist: pytest==8.1.1 ; extra == "dev"
Requires-Dist: sphinx==7.3.7 ; extra == "docs"
Requires-Dist: sphinx-mdinclude==0.6.0 ; extra == "docs"
Project-URL: Github, https://github.com/amyreese/fissix
Provides-Extra: dev
Provides-Extra: docs

fissix
======

Backport of latest lib2to3, with enhancements.

[![build status](https://travis-ci.org/amyreese/fissix.svg?branch=master)](https://travis-ci.org/amyreese/fissix)
[![version](https://img.shields.io/pypi/v/fissix.svg)](https://pypi.org/project/fissix)
[![license](https://img.shields.io/pypi/l/fissix.svg)](https://github.com/amyreese/fissix/blob/master/LICENSE)
[![code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)


Installation
------------

`pip3 install fissix` or `pip install fissix`, depending on the
operating system's Python policy.  On Debian ≥11 and derivatives such
as Ubuntu 21.04, `sudo apt install python3-fissix`.

License
-------

fissix is licensed under the Python Software Foundation License Version 2.
I am providing code in this repository to you under an open source license.
Because this is my personal repository, the license you receive to my code
is from me and not from my employer.
See the ``LICENSE`` file for details.

Used by
-------

* https://pypi.org/project/bowler/ Safe code refactoring for modern Python projects
* https://pypi.org/project/modernize/ A hack on top of fissix for modernizing code for hybrid codebases.

