Metadata-Version: 1.1
Name: pip_for_cmd
Version: 1.3
Summary: Pip for CMD is a small project, and with it you can use pip in python codes and in the cmd!
Home-page: https://github.com/PipForCMD/PIP_for_CMD
Author: Omer Yelin
Author-email: pipforcmd@gmail.com
License: MIT
Download-URL: https://github.com/PipForCMD/PIP_for_CMD/archive/refs/tags/v1.0.tar.gz
Description: **Welcome to the PIP for CMD project!**
        **What is PIP for CMD?**
        
        **PIP for CMD** is a Python package that helps you with the pip package.
        Its main goal is to make the pip experience more **user-friendly**
        and more updates are going to be published soon.
        
        **Where to get it**
        The source code is currently published on GitHub at
        https://github.com/PipForCMD/PIP_for_CMD.
        
        **First step** (in the CMD)
        ```
        pip install pip_for_cmd
        ```
        **Second step** (now in your IDE)
        ```
        import pip_for_cmd
        ```
        **Third step**
        ```
        pip_version()
        update_pip()
        package_installer()
        ```
        choose which function you want to use.
        
        **Dependencies**
        - [os - Connects to the operating system and to the CMD.](https://docs.python.org/3/library/os.html)
        - [pip - Using the original pip package to check pip versions.](https://pypi.org/project/pip/)
        
        **License**
        MIT(https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt)
        
        **Contact us!**
        
        General questions and discussions can take place on the [PIP for CMD mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydatahttps://groups.google.com/u/6/g/pipforcmd).
        
        **Thats it!**
Keywords: pip,cmd,python,python 3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
