Metadata-Version: 2.1
Name: datainventory
Version: 0.0.5
Summary: Data Inventory
Author: IoT Spectator
License: MIT License
Project-URL: repository, https://github.com/iot-spectator/datainventory
Keywords: image and video database
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE

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 .
