Metadata-Version: 2.1
Name: onegov.file
Version: 0.8.1
Summary: Images/files organized in collections.
Home-page: http://github.com/OneGov/onegov.file
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Description: 
        
        Run the Tests
        -------------
            
        Install tox and run it::
        
            pip install tox
            tox
        
        Limit the tests to a specific python version::
        
            tox -e py27
        
        Conventions
        -----------
        
        Onegov File follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov File uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.file.png
          :target: https://travis-ci.org/OneGov/onegov.file
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/OneGov/onegov.file/badge.png?branch=master
          :target: https://coveralls.io/r/OneGov/onegov.file?branch=master
          :alt: Project Coverage
        
        Latest PyPI Release
        -------------------
        
        .. image:: https://badge.fury.io/py/onegov.file.svg
            :target: https://badge.fury.io/py/onegov.file
            :alt: Latest PyPI Release
        
        License
        -------
        onegov.file is released under GPLv2
        
        Changelog
        ---------
        
        0.8.1 (2018-09-04)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes cache busting being overly eager.
          [href]
        
        0.8.0 (2018-09-04)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds a "published" state and a publication date to trigger it.
          [href]
        
        - Changes frontend cache busting to use ORM events.
          [href]
        
        0.7.0 (2018-08-06)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds a cache busting hook to bust frontend caches when a file is deleted.
          [href]
        
        - Adds PDF previews.
          [href]
        
        0.6.1 (2018-06-21)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes upgrade.
          [href]
        
        0.6.0 (2018-06-21)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds a default order to the files.
          [href]
        
        - Migrates the metadata storage to JSONB.
          [href]
        
        - Improves query performance for selecting files in order.
          [href]
        
        0.5.2 (2018-02-06)
        ~~~~~~~~~~~~~~~~~~~
        
        - Excludes pdf/postscript files from the supported image formats.
          [href]
        
        - Requires Python 3.6.
          [href]
        
        0.5.1 (2017-12-22)
        ~~~~~~~~~~~~~~~~~~~
        
        - Switches to onegov core's custom json module.
          [href]
        
        0.5.0 (2017-11-14)
        ~~~~~~~~~~~~~~~~~~~
        
        - Encodes X-File-Note results in json to avoid non-ASCII characters.
          [href]
        
        0.4.0 (2017-09-22)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the ability to link a bunch of files to any ORM model.
          [href]
        
        0.3.2 (2017-01-26)
        ~~~~~~~~~~~~~~~~~~~
        
        - Upgrades to the latest filedepot release, removing our hack.
          [href]
        
        0.3.1 (2017-01-18)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the ability to temporarily switch depot engines.
          [href]
        
        0.3.0 (2017-01-03)
        ~~~~~~~~~~~~~~~~~~~
        
        - Record the image dimensions when storing an image.
          [href]
        
        0.2.3 (2016-09-28)
        ~~~~~~~~~~~~~~~~~~~
        
        - Use onegov.core's svg sanitiser when adding an svg file.
          [href]
        
        0.2.2 (2016-09-09)
        ~~~~~~~~~~~~~~~~~~~
        
        - Supports latest filedepot release.
          [href]
        
        0.2.1 (2016-08-19)
        ~~~~~~~~~~~~~~~~~~~
        
        - Limits caching of HEAD request (alt-text) to one minute.
          [href]
        
        0.2.0 (2016-07-27)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the ability to update the file note through an AJAX call.
          [href]
        
        - Adds HEAD request support for files.
          [href
        
        - Return a custom X-File-Note header, when requesting an image. This header
          contains the value of the note field of the requested file.
          [href]
        
        0.1.4 (2016-07-26)
        ~~~~~~~~~~~~~~~~~~~
        
        - Orders files in relationships by last change date.
          [href]
        
        0.1.3 (2016-07-20)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes polymorphic type attribute not working.
          [href]
        
        0.1.2 (2016-07-20)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes query not filtering enough for typed collections.
          [href]
        
        0.1.1 (2016-07-20)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes query not working correctly for typed collections.
          [href]
        
        0.1.0 (2016-07-19)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the ability to detect, find and prevent file duplicates.
          [href]
        
        0.0.1 (2016-07-14)
        ~~~~~~~~~~~~~~~~~~~
        
        - Initial Release
          [href]
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.6
Provides-Extra: test
