🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

argeasy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argeasy

ArgEasy: Create amazing CLI programs.

3.1.0
PyPI
Maintainers
1

ArgEasy - Create amazing CLI programs

ArgEasy is a command line formatter made so that you can create CLI (command-line interface) Python programs quickly and extremely easily. In addition to being customizable, ArgEasy is optimized and can be used for large projects without any problems.

  • PyPI project
  • GitHub releases
  • Learn how to use ArgEasy (documentation)

Starting with ArgEasy

First, let's install the latest version of the project using the PIP package manager with the command below:

pip install argeasy

If you prefer, you can install the project directly from the official GitHub repository using Git:

git clone https://github.com/jaedsonpys/argeasy
cd argeasy/
python3 setup.py install

After installation, you are ready to use all the features of the latest version of ArgEasy!

License

MIT License
Copyright (c) 2023 Jaedson Silva

Please visit the LICENSE file for more details about the license used in this project.

Keywords

cli

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts