Metadata-Version: 2.1
Name: refactorlib
Version: 0.15.0
Summary: A library to help automate refactoring
Home-page: http://github.com/bukzor/RefactorLib/
Author: Buck Golemon
Author-email: buck@yelp.com
License: BSD
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: cheetah

[![Build Status](https://github.com/bukzor/RefactorLib/workflows/main/badge.svg)](https://github.com/bukzor/RefactorLib/actions)

RefactorLib
===========

A library to help write automated refactorings, based on lxml.

Currently we support javascript, python (3+), and yelp_cheetah (0.19.x).


