Metadata-Version: 2.1
Name: Flask-Reuploaded
Version: 0.3
Summary: Flexible and efficient upload handling for Flask
Home-page: https://github.com/jugmac00/flask-reuploaded
Author: Matthew "LeafStorm" Frazier
Author-email: leafstormrush@gmail.com
Maintainer: Jürgen Gmach
Maintainer-email: juergen.gmach@googlemail.com
License: MIT
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Flask
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: Flask (>=1.0.4)

Flask-Reuploaded
================

Flask-Reuploaded provides file uploads for Flask.


Notes on this package
---------------------

This is an independently maintained version of `Flask-Uploads` based
on the 0.2.1 version of the original, but also including four years of
unreleased changes - at least not released to PyPi.

Noteworthy is the fix for the `Werkzeug` API change.


Goals
-----

- `Flask-Reuploaded` is a stable drop-in replacement for `Flask-Uploads`
- regain momentum for this widely used package
- provide working PyPi packages


Contributing
------------

Contributions are more than welcome. Please have a look at
https://github.com/jugmac00/flask-reuploaded/issues


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

There is no released version on PyPi yet.

As the original `Flask-Uploads` is broken since months, this is a top priority.


Changelog
=========

0.3
---

Besides including four years of unreleased changes from the original
package, most notable the fix for the Werkzeug API change, the
following changes happened since forking the original package.

- rename package from `Flask-Uploads` to `Flask-Reuploaded`
  (`#10 <https://github.com/jugmac00/flask-reuploaded/issues/10>`_)
- update `setup.py`
  (`#12 <https://github.com/jugmac00/flask-reuploaded/issues/12>`_)
- start using pre-commit.com
  (`#4 <https://github.com/jugmac00/flask-reuploaded/issues/4>`_)
- update README
  (`#14 <https://github.com/jugmac00/flask-reuploaded/issues/14>`_)
- setup CI (Travis)
  (`#3 <https://github.com/jugmac00/flask-reuploaded/issues/3>`_)
- fix broken tests
  (`#13 <https://github.com/jugmac00/flask-reuploaded/issues/13>`_)
- make use of `pytest` instead of the no longer maintained `nose`
  (`#2 <https://github.com/jugmac00/flask-reuploaded/issues/2>`_)
- add a changelog and start tracking changes
  (`#1 <https://github.com/jugmac00/flask-reuploaded/issues/1>`_)


