Metadata-Version: 2.1
Name: Py-Charmers
Version: 0.0.1
Summary: A collection of useful python programs.
Home-page: UNKNOWN
Author: Shuto Iwasaki
Author-email: cabernet.rock@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/iwasakishuto/PythonUtils/issues
Project-URL: Source Code, https://github.com/iwasakishuto/PythonUtils
Project-URL: Say Thanks!, https://twitter.com/cabernet_rock
Description: # Py-utils
        
        [![header](https://github.com/iwasakishuto/Py-utils/blob/master/image/header.png?raw=true)](https://github.com/iwasakishuto/Py-utils)
        [![PyPI version](https://badge.fury.io/py/Py-utils.svg)](https://pypi.org/project/Py-utils/)
        [![GitHub version](https://badge.fury.io/gh/iwasakishuto%2FPy-utils.svg)](https://github.com/iwasakishuto/Py-utils)
        ![Python package](https://github.com/iwasakishuto/Py-utils/workflows/Python%20package/badge.svg)
        ![Upload Python Package](https://github.com/iwasakishuto/Py-utils/workflows/Upload%20Python%20Package/badge.svg)
        [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/iwasakishuto/Py-utils/blob/master/LICENSE)
        
        A collection of useful python programs.
        
        ## Installation
        
        There are two ways to install **Py-utils**:
        
        - **Install from PyPI (recommended):**
            ```sh
            $ sudo pip install Py-utils
            ```
        - **Alternatively: install PyGuitar from the GitHub source:**
            ```sh
            $ git clone https://github.com/iwasakishuto/Py-utils.git
            $ cd Py-utils
            $ sudo python setup.py install
            ```
        
        ## CLI
        
        **CLI** is a command line program that accepts text input to execute operating system functions.
        
        |Command|Description|
        |:-:|:-|
        |`pyutils-show`|Show all Py-utils's command line programs.|
        
        ## Quick example
        
        - **[example notebooks](https://nbviewer.jupyter.org/github/iwasakishuto/Py-utils/blob/master/examples/)**
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: tests
