Metadata-Version: 2.1
Name: chosco
Version: 0.1.6
Summary: Package on top of ipywidgets to label media resources on Notebook pages.
Home-page: https://github.com/alice-biometrics/chosco
Author: ALiCE Biometrics
Author-email: support@alicebiometrics.com
License: MIT
Description: # chosco 🏷️ [![ci](https://github.com/alice-biometrics/fuchicar/workflows/ci/badge.svg)](https://github.com/alice-biometrics/fuchicar/actions)
        
        <img src="https://github.com/alice-biometrics/custom-emojis/blob/master/images/alice_header.png" width=auto>
        
        Package on top of `ipywidgets` to label media resources on `Notebook` pages.
        
        
        ## Table of Contents
        - [Installation :computer:](#installation-computer)
        - [Development :construction_worker:](#development-construction_worker)
        - [Testing :white_check_mark:](#testing-white_check_mark)
        - [Contact :mailbox_with_mail:](#contact-mailbox_with_mail)
        
        
        ## Installation :computer:
        
        ```console
        >> pip install chosco
        ```
        
        ## Development :construction_worker:
        
        Use [lume :fire:](https://github.com/alice-biometrics/lume) to install dependencies:
        
        Example:
        
        ```console
        >> conda create -n myenv python=3.6
        >> conda activate myenv
        (myenv) >> pip install lume
        (myenv) >> lume -install
        ```
        
        ## Testing :white_check_mark:
        
        ### Unit, Integration and Acceptance
        
        ```console
        (myenv) >> lume -test
        ```
        
        
        ## Contact :mailbox_with_mail:
        
        support@alicebiometrics.com
        
        
Keywords: notebook,ipywidgets,labeler
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
