Flask-Uploader


NameFlask-Uploader JSON
Version 0.3.0 PyPI version JSON
download
home_page
SummaryFile uploader for Flask with flexible extensibility.
upload_time2023-10-03 17:18:07
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2022 Kirill Vercetti Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords flask flask upload flask upload files file uploader flask aws s3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Flask-Uploader
==============

|PyPI| |LICENCE| |STARS| |DOCS|

|DOWNLOADS| |DOWNLOADS_M| |DOWNLOADS_W|

**Flask-Uploader** - file uploader for Flask with flexible extensibility.

How to use can be found in the documentation_.
Documentation is in Russian only, use a translator for other languages.

See the usage example_ for more understanding.

Development
-----------

.. code-block:: shell

    # Run mypy
    $ docker compose run --rm package mypy

    # Run pytest
    $ docker compose run --rm package pytest

.. |PyPI| image:: https://img.shields.io/pypi/v/flask-uploader.svg
   :target: https://pypi.org/project/flask-uploader/
   :alt: Latest Version

.. |LICENCE| image:: https://img.shields.io/github/license/kyzima-spb/flask-uploader.svg
   :target: https://github.com/kyzima-spb/flask-uploader/blob/master/LICENSE
   :alt: MIT

.. |STARS| image:: https://img.shields.io/github/stars/kyzima-spb/flask-uploader.svg
   :target: https://github.com/kyzima-spb/flask-uploader/stargazers
   :alt: GitHub stars

.. |DOCS| image:: https://readthedocs.org/projects/flask-uploader/badge/?version=latest
   :target: https://flask-uploader.readthedocs.io/ru/latest/?badge=latest
   :alt: Documentation Status

.. |DOWNLOADS| image:: https://pepy.tech/badge/flask-uploader
   :target: https://pepy.tech/project/flask-uploader

.. |DOWNLOADS_M| image:: https://pepy.tech/badge/flask-uploader/month
   :target: https://pepy.tech/project/flask-uploader

.. |DOWNLOADS_W| image:: https://pepy.tech/badge/flask-uploader/week
   :target: https://pepy.tech/project/flask-uploader

.. _documentation: https://flask-uploader.readthedocs.io/ru/latest/
.. _example: https://github.com/kyzima-spb/flask-uploader/tree/master/example/uploader

Changes
-------

Version 0.3.0
-------------

Released 2023-10-03

-   The ``flask_uploader.contrib.wtf.UploadField.save`` method returns the lookup.
-   Minimum Flask version lowered to 0.11
-   Minimum Pillow version lowered to 8.0
-   Minimum Flask-WTF version lowered to 0.13
-   Python 3.7 compatibility issues fixed
-   Fixed type annotations
-   ``setup.py`` and ``setup.cfg`` have been replaced with ``pyproject.toml``.

Version 0.2.0
-------------

Released 2022-06-10

-   First public preview release.

MIT License

Copyright (c) 2022 Kirill Vercetti

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Flask-Uploader",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "flask,flask upload,flask upload files,file uploader,flask aws s3",
    "author": "",
    "author_email": "Kirill Vercetti <office@kyzima-spb.com>",
    "download_url": "https://files.pythonhosted.org/packages/7f/6d/86b9e561163bd31a1c4e70b0fa0283043c44e2309881962f320d7dc6cce4/Flask-Uploader-0.3.0.tar.gz",
    "platform": null,
    "description": "Flask-Uploader\n==============\n\n|PyPI| |LICENCE| |STARS| |DOCS|\n\n|DOWNLOADS| |DOWNLOADS_M| |DOWNLOADS_W|\n\n**Flask-Uploader** - file uploader for Flask with flexible extensibility.\n\nHow to use can be found in the documentation_.\nDocumentation is in Russian only, use a translator for other languages.\n\nSee the usage example_ for more understanding.\n\nDevelopment\n-----------\n\n.. code-block:: shell\n\n    # Run mypy\n    $ docker compose run --rm package mypy\n\n    # Run pytest\n    $ docker compose run --rm package pytest\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/flask-uploader.svg\n   :target: https://pypi.org/project/flask-uploader/\n   :alt: Latest Version\n\n.. |LICENCE| image:: https://img.shields.io/github/license/kyzima-spb/flask-uploader.svg\n   :target: https://github.com/kyzima-spb/flask-uploader/blob/master/LICENSE\n   :alt: MIT\n\n.. |STARS| image:: https://img.shields.io/github/stars/kyzima-spb/flask-uploader.svg\n   :target: https://github.com/kyzima-spb/flask-uploader/stargazers\n   :alt: GitHub stars\n\n.. |DOCS| image:: https://readthedocs.org/projects/flask-uploader/badge/?version=latest\n   :target: https://flask-uploader.readthedocs.io/ru/latest/?badge=latest\n   :alt: Documentation Status\n\n.. |DOWNLOADS| image:: https://pepy.tech/badge/flask-uploader\n   :target: https://pepy.tech/project/flask-uploader\n\n.. |DOWNLOADS_M| image:: https://pepy.tech/badge/flask-uploader/month\n   :target: https://pepy.tech/project/flask-uploader\n\n.. |DOWNLOADS_W| image:: https://pepy.tech/badge/flask-uploader/week\n   :target: https://pepy.tech/project/flask-uploader\n\n.. _documentation: https://flask-uploader.readthedocs.io/ru/latest/\n.. _example: https://github.com/kyzima-spb/flask-uploader/tree/master/example/uploader\n\nChanges\n-------\n\nVersion 0.3.0\n-------------\n\nReleased 2023-10-03\n\n-   The ``flask_uploader.contrib.wtf.UploadField.save`` method returns the lookup.\n-   Minimum Flask version lowered to 0.11\n-   Minimum Pillow version lowered to 8.0\n-   Minimum Flask-WTF version lowered to 0.13\n-   Python 3.7 compatibility issues fixed\n-   Fixed type annotations\n-   ``setup.py`` and ``setup.cfg`` have been replaced with ``pyproject.toml``.\n\nVersion 0.2.0\n-------------\n\nReleased 2022-06-10\n\n-   First public preview release.\n\nMIT License\n\nCopyright (c) 2022 Kirill Vercetti\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Kirill Vercetti  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "File uploader for Flask with flexible extensibility.",
    "version": "0.3.0",
    "project_urls": {
        "Change log": "https://github.com/kyzima-spb/flask-uploader#flask-uploader",
        "Homepage": "https://github.com/kyzima-spb/flask-uploader",
        "Issue Tracker": "https://github.com/kyzima-spb/flask-uploader/issues",
        "Repository": "https://github.com/kyzima-spb/flask-uploader.git"
    },
    "split_keywords": [
        "flask",
        "flask upload",
        "flask upload files",
        "file uploader",
        "flask aws s3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1dc8645bff5f03b0dfc5758a61354cf4fcf75e06a625e33a17cd74621f21923f",
                "md5": "d05a4ea58ea2b9ebd0d3316fdcdf3b2c",
                "sha256": "41a912b99ddc90fbc57bc3b7eac165fef8465073cdcc5aaca1d3eb875761a44d"
            },
            "downloads": -1,
            "filename": "Flask_Uploader-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d05a4ea58ea2b9ebd0d3316fdcdf3b2c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26571,
            "upload_time": "2023-10-03T17:18:06",
            "upload_time_iso_8601": "2023-10-03T17:18:06.447342Z",
            "url": "https://files.pythonhosted.org/packages/1d/c8/645bff5f03b0dfc5758a61354cf4fcf75e06a625e33a17cd74621f21923f/Flask_Uploader-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f6d86b9e561163bd31a1c4e70b0fa0283043c44e2309881962f320d7dc6cce4",
                "md5": "00b2b0a4078468140f67867db5a5108f",
                "sha256": "317695fce8ae060451bbe40064e4695e6b572ab3f750354e862aa16eceed4932"
            },
            "downloads": -1,
            "filename": "Flask-Uploader-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "00b2b0a4078468140f67867db5a5108f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 52880,
            "upload_time": "2023-10-03T17:18:07",
            "upload_time_iso_8601": "2023-10-03T17:18:07.772340Z",
            "url": "https://files.pythonhosted.org/packages/7f/6d/86b9e561163bd31a1c4e70b0fa0283043c44e2309881962f320d7dc6cce4/Flask-Uploader-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-03 17:18:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kyzima-spb",
    "github_project": "flask-uploader#flask-uploader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "flask-uploader"
}
        
Elapsed time: 0.11592s