Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/amyreese/fissix

backport of lib2to3, with enhancements
https://github.com/amyreese/fissix

backport python refactoring standard-library

Last synced: about 1 month ago
JSON representation

backport of lib2to3, with enhancements

Lists

README

        

fissix
======

Backport of latest lib2to3, with enhancements.

[![build status](https://github.com/amyreese/fissix/actions/workflows/build.yml/badge.svg)](https://github.com/amyreese/fissix/actions/workflows/build.yml)
[![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.
* https://pypi.org/project/nose2pytest/ Helps convert Nose-based tests into pytest-based tests.