Metadata-Version: 2.1
Name: pychonk
Version: 0.0.3
Summary: ranked disk-space used by each of your installed packages
Home-page: https://github.com/andytwoods/pychonk
Author: Andy Thomas Woods
Author-email: andytwoods@gmail.com
License: UNKNOWN
Description: <img src="https://user-images.githubusercontent.com/595166/84776962-e485eb80-afd8-11ea-8933-dab0060db257.gif" alt="animation1" style="max-width:100%;">
        
        # PyChonk
        
        > List the installation sizes of your packages 
        
        > no dependencies, <2.3kb
        
         [![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org) 
        
        
        - Package creep over time? 
        - Got a tight deployment environment like AWS lambda (<a href='https://github.com/Miserlou/Zappa/issues/556'><50MB</a>)? 
        - Find the chonkiest!
        
        ---
        
        ## Example usage
        
        ```javascript
        python pychonk.py
        ```
        
        ---
        
        ## Installation
        ```
        pip install pychonk
        ```
        
        ### Clone
        ```
        python -m pip install https://github.com/andytwoods/pychonk
        ```
        
        
        ## Contributing
        
        > Pull requests most welcome :-)
        
        ### Step 1
        
        - 🍴 Fork this repo
        
        
        ### Step 2
        
        - 🔨 Fiddle 
        
        ### Step 3
        
        - Create a new pull request
        
        ---
        
        
        ## License
        
        [![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
        
        - **[MIT license](http://opensource.org/licenses/mit-license.php)**
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
