Metadata-Version: 2.1
Name: refactorguide
Version: 0.1.2
Summary: Generate guides for refactor.
Home-page: https://github.com/qinyu/refactorguide
Author: Qin Yu
Author-email: qinyusuain@gmail.com
License: MIT license
Keywords: refactorguide
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6

==============
Refactor Guide
==============


.. image:: https://img.shields.io/pypi/v/refactorguide.svg
        :target: https://pypi.python.org/pypi/refactorguide

.. image:: https://readthedocs.org/projects/refactorguide/badge/?version=latest
        :target: https://refactorguide.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/qinyu/refactorguide/shield.svg
     :target: https://pyup.io/repos/github/qinyu/refactorguide/
     :alt: Updates

.. image:: https://github.com/qinyu/refactorguide/workflows/Python%20package/badge.svg
        :target: https://github.com/qinyu/refactorguide/actions

.. image:: https://img.shields.io/codecov/c/github/qinyu/refactorguide
        :target: https://codecov.io/gh/qinyu/refactorguide

.. image:: https://sonarcloud.io/api/project_badges/measure?project=qinyu_refactorguide&metric=alert_status
        :target: https://sonarcloud.io/dashboard?id=qinyu_refactorguide


Commandline tools for refactor

* Free software: MIT license
* Documentation: https://refactorguide.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-12-23)
------------------

* First release on PyPI.


