Metadata-Version: 1.1
Name: cleanipynb
Version: 0.3.1
Summary: Cleanup imports in jupyter notebooks
Home-page: https://github.com/i008/clean_ipynb
Author: Jakub Cieslik
Author-email: kubacieslik@gmail.com
License: MIT license
Description: 
        ### cleanipynb
        
        
        [![](https://img.shields.io/pypi/v/clean_ipynb.svg)](https://pypi.python.org/pypi/clean_ipynb)
        [![](https://img.shields.io/travis/i008/clean_ipynb.svg)](https://travis-ci.org/i008/clean_ipynb)
        
        
        Cleans up dirty jupyter notebooks
        
        
        > **WARNING**: Cleaning happens in-place - Be careful
        
        
        ### Usage:
        
        ```bash
        pip install cleanipynb
        cleanipynb path_to_your_notebook.ipynb
        ```
        
        ### Demo:
        ![](beforeafter.gif)
        
        
        ### Credits:
        
        - jupytext
        - importanize
        - autoflake
        - autopep8
        
Keywords: cleanipynb
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
