Skip to content

Commit

Permalink
explain about the fork (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziirish authored and SteadBytes committed Jan 13, 2020
1 parent 9232e1a commit e9d5632
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ Flask RestPlus
:alt: Join the chat at https://gitter.im/noirbizarre/flask-restplus
:target: https://gitter.im/noirbizarre/flask-restplus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

**IMPORTANT NOTICE**:

This project has been **forked** to `Flask-RESTX <https://github.com/python-restx/flask-restx>`_
and will be maintained by by the `python-restx <https://github.com/python-restx>`_
organization. **Flask-RESTPlus should be considered unmaintained**.

The community has decided to fork the project due to lack of response from the
original author @noirbizarre. We have been discussing this eventuality for
almost `a year <https://github.com/noirbizarre/flask-restplus/issues/593>`_.

Things evolved a bit since that discussion and a few of us have been granted
maintainers access to the github project, but only the original author has
access rights on the PyPi project. As such, we been unable to make any actual
releases. To prevent this project from dying out, we have forked it to continue
development and to support our users.


Flask-RESTPlus is an extension for `Flask`_ that adds support for quickly building REST APIs.
Flask-RESTPlus encourages best practices with minimal setup.
If you are familiar with Flask, Flask-RESTPlus should be easy to pick up.
Expand Down Expand Up @@ -174,4 +191,4 @@ The documentation is hosted `on Read the Docs <http://flask-restplus.readthedocs

Contribution
============
Want to contribute! That's awesome! Check out `CONTRIBUTING.rst! <https://github.com/noirbizarre/flask-restplus/blob/master/CONTRIBUTING.rst>`_
Want to contribute! That's awesome! Check out `CONTRIBUTING.rst! <https://github.com/noirbizarre/flask-restplus/blob/master/CONTRIBUTING.rst>`_

0 comments on commit e9d5632

Please sign in to comment.