Metadata-Version: 2.1
Name: girder-archive-access
Version: 0.2.0
Summary: Access files within zip and tar archives.
Home-page: https://github.com/girder/girder_archive_access
Author: Kitware, Inc.
Author-email: kitware@kitware.com
License: Apache Software License 2.0
Description: ==============
        Archive Access
        ==============
        
        Access files within zip and tar archives.
        
        Features
        --------
        
        This provides access to the contents of files in Girder that are in zip, tar, tar.gz, tgz, or tar.bz2 formats.  It adds a GET file/:id/archive endpoint to list the contents of such an archive and GET file/:id/archive/download to download a component of the archive.
        
        This extends the DICOM viewer plugin so that DICOMs that are stored in an archive are directly viewable in the web client.
        
Keywords: girder-plugin,girder_archive_access
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
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
Description-Content-Type: text/x-rst
