Metadata-Version: 2.1
Name: one_readme
Version: 0.3
Summary: Only CLI Package you need to manage all your Readme.
Home-page: https://github.com/sarvesh4396/Readme
Author: Sarvesh Kumar Dwivedi
License: UNKNOWN
Download-URL: https://github.com/sarvesh4396/Readme/archive/refs/tags/v0.3.tar.gz
Description: # Readme
        
        Only CLI Package you need to manage all your Readme.
        
        ![PyPI version](https://img.shields.io/pypi/v/Readme?color=orange&logo=pypi&logoColor=orange&style=flat-square)
        ![Language](https://img.shields.io/badge/python-3.7%2B-blue?logo=python&style=flat-square)
        [![GitHub issues](https://img.shields.io/github/issues/sarvesh4396/Readme)](https://github.com/sarvesh4396/Readme/issues)
        [![GitHub forks](https://img.shields.io/github/forks/sarvesh4396/Readme)](https://github.com/sarvesh4396/Readme/network)
        [![GitHub stars](https://img.shields.io/github/stars/sarvesh4396/Readme)](https://github.com/sarvesh4396/Readme/stargazers)
        [![GitHub license](https://img.shields.io/github/license/sarvesh4396/Readme)](https://github.com/sarvesh4396/Readme/blob/main/LICENSE)
        ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/sarvesh4396/Readme/main?label=updated)
        ![Pull Requests](https://img.shields.io/badge/PRs-welcome-organge.svg?logo=git&logoColor=organge&style=flat-square)
        
        ## What it Does
        
        > It creates a repository named `Readme` in your local storage with all readme of your github account.
        
        ## Requirements
        
        - Github Account
        - Github Access Token
        
        ## Installation
        
        Readme requires [python3.7+](https://www.python.org/downloads/) to run.
        
        ### Windows
        
        ```sh
        pip install one-readme
        or
        pip install --upgrade one-readme
        ```
        
        ### Linux
        
        ```sh
        pip3 install one-readme
        or 
        pip3 install --upgrade one-readme
        ```
        
        ## CLI Usage
        
        ```sh
        usage: readme [-h] -u U --secret SECRET [--forked] [-p P]
        
        Only CLI Package you need to your all Readme.
        
        optional arguments:
          -h, --help       show this help message and exit
          -u U             Github username.
          --secret SECRET  Github secret.
          --forked         Includes forked repositories.
          -p P             Set Path to store Readme files.
        ```
        
        ## Example
        
        ```sh
        
        readme -u sarvesh4396 --secret ************
        
        ```
        
Keywords: one_readme,one_readme,Github
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Environment :: Console
Classifier: Topic :: Communications :: File Sharing
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
