Metadata-Version: 2.1
Name: cloc-plot
Version: 0.0.1
Summary: View the source code count of several project in a pie chart
Home-page: https://github.com/fin-ger/py-cloc-plot
Author: Fin Christensen
Author-email: christensen.fin@gmail.com
License: UNKNOWN
Description: <h1 align="center">Welcome to cloc-plot 👋</h1>
        <p>
          <img src="https://img.shields.io/badge/version-0.0.1-blue.svg?cacheSeconds=2592000" />
          <a href="https://opensource.org/licenses/MIT">
            <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" target="_blank" />
          </a>
          <a href="https://twitter.com/fin_ger_github">
            <img alt="Twitter: fin_ger_github" src="https://img.shields.io/twitter/follow/fin_ger_github.svg?style=social" target="_blank" />
          </a>
        </p>
        
        > Render a donut chart for lines of code of multiple projects
        
        ### 🏠 [Homepage](https://github.com/fin-ger/py-cloc-plot)
        
        ## Install
        
        Clone the repository and
        
        ```sh
        pip install --user .
        ```
        
        ## Usage
        
        ```sh
        cloc-plot path/to/project/root
        ```
        
        This will place a file called `plot.png` in your current folder.
        
        ## Example
        
        ![](plot.png)
        
        ## Author
        
        👤 **Fin Christensen**
        
        * Twitter: [@fin_ger_github](https://twitter.com/fin_ger_github)
        * Github: [@fin-ger](https://github.com/fin-ger)
        
        ## Show your support
        
        Give a ⭐️ if this project helped you!
        
        ## 📝 License
        
        Copyright © 2019 [Fin Christensen](https://github.com/fin-ger).<br />
        This project is [MIT](https://opensource.org/licenses/MIT) licensed.
        
        ***
        _This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
