Metadata-Version: 2.1
Name: audio-plot-lib
Version: 0.0.4
Summary: Plot tools based on audio
Home-page: https://github.com/hassaku/audio-plot-lib
Author: hassaku
Author-email: hassaku.apps@gmail.com
License: MIT
Description: # audio-plot-lib
        
        This library provides graph sonification functions in Google Colab
        
        Try the following example.
        
        [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/hassaku/audio-plot-lib/blob/master/audio_plot_lib_example.ipynb)
        
        
        # For contributer
        
        ## Update PyPI
        
        ```
        $ nosetests -vs
        $ pip install twine # if necessary
        $ cat ~/.pypirc  # if necessary
        [distutils]
        index-servers = pypi
        
        [pypi]
        repository: https://upload.pypi.org/legacy/
        username: YOUR_USERNAME
        password: YOUR_PASSWORD
        $ rm -rf audio-plot-lib.egg-info dist # if necessary
        $ python setup.py sdist
        $ twine upload --repository pypi dist/*
        $ pip --no-cache-dir install --upgrade audio-plot-lib
        ```
        
        https://pypi.org/project/audio-plot-lib/
        
        ## Contributing
        
        - Fork the repository on Github
        - Create a named feature branch (like add_component_x)
        - Write your change
        - Write tests for your change (if applicable)
        - Run the tests, ensuring they all pass
        - Submit a Pull Request using Github
        
        # License
        
        MIT
        
Keywords: audio plot visually-impaired
Platform: UNKNOWN
Description-Content-Type: text/markdown
