Metadata-Version: 1.1
Name: data-chan
Version: 0.1.13
Summary: Python bindings for Data-Chan
Home-page: https://github.com/fermiumlabs/data-chan-python/
Author: Fermium LABS
Author-email: info@fermiumlabs.com
License: Apache 2
Description: Data-Chan Python
        ================
        
        Data-Chan-python allows you to use the
        `data-chan <https://github.com/neroreflex/data-chan>`__ comunication
        library with Python and `Jupyter <http://jupyter.org/>`__.
        
        Releasing
        =========
        
        .. code:: shell
        
            pip install bump
        
            # Bump patch/major/minor
            bump setup.py -b
            bump setup.py -m
            bump setup.py -M
        
            # Create .tar.gz archive
            python setup.py sdist
        
            # Upload to PyPi the latest file
            twine upload dist/$(ls -tp dist | grep -v /$ | head -1)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
