Metadata-Version: 2.1
Name: datainventory
Version: 0.0.3
Summary: Data Inventory
Home-page: https://github.com/iot-spectator/datainventory
Author: IoT Spectator
License: MIT
Description: Data Inventory
        ==============
        
        .. image:: https://github.com/iot-spectator/datainventory/actions/workflows/testing.yml/badge.svg
            :target: https://github.com/iot-spectator/datainventory/actions/workflows/testing.yml
        
        .. image:: https://github.com/iot-spectator/datainventory/actions/workflows/linting.yml/badge.svg
            :target: https://github.com/iot-spectator/datainventory/actions/workflows/linting.yml
            
        .. image:: https://codecov.io/gh/iot-spectator/datainventory/branch/main/graph/badge.svg?token=3XR09X8NYZ
            :target: https://codecov.io/gh/iot-spectator/datainventory
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
            :target: https://github.com/psf/black
        
        Data Inventory is a database designed for managing machine learning models. It is also suitable for storing images and videos.
        
        
        Requirements
        ------------
        ``Python 3.7`` or newer is required.
        
        
        Installation
        ------------
        There are a few ways to install ``Data Inventory``.
        
        - Install the latest release from PyPI
        
        .. code-block:: bash
        
            pip install datainventory
        
        - Install from source
        
        .. code-block:: bash
        
            git clone https://github.com/iot-spectator/datainventory.git
            cd datainventory
            pip install .
        
Keywords: image and video database
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
