Metadata-Version: 2.1
Name: thumbtack
Version: 0.1.3
Summary: Service to manage disk image mounts.
Home-page: https://github.com/mitre/thumbtack
Author: The MITRE Corporation
Author-email: thumbtack@mitre.org
License: Apache 2.0
Description: 
        .. image:: https://travis-ci.org/mitre/thumbtack.svg?branch=master
            :target: https://travis-ci.org/mitre/thumbtack
        
        thumbtack
        =========
        
        Thumbtack is a web front-end providing a REST-ful API to mount and unmount
        forensic disk images, built on top of the |imagemounter|_ library.
        
        Documentation is available in the ``docs/`` directory or online at
        https://thumbtack.readthedocs.io/en/latest.
        
        Quick Start
        -----------
        
        Find the quick start information in ``docs/quickstart.rst``.
        
        LICENSE
        -------
        
        Thumbtack is licensed under the `Apache License, Version 2.0
        <https://www.apache.org/licenses/LICENSE-2.0.html>`_. See the `LICENSE` file for
        more information.
        
        RELEASE STATEMENT
        -----------------
        Approved for Public Release; Distribution Unlimited. Public Release Case Number 19-0358.
        
        
        .. |imagemounter| replace:: ``imagemounter``
        .. _imagemounter: https://imagemounter.readthedocs.io/en/latest/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Classifier: Topic :: System :: Filesystems
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7.0
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: dev
