Skip to main content

Wrapper command

Project description

INTRODUCTION

pycomando is a Library for creating command line program's command with minimal effort pycomando is based on argparse allowing the creation of commands starting from a simple yml file.

sgstat

MAINTAINERS:

- Daniel Oberti (obertidaniel@gmail.com)

Install this package

Using a distribuible package:

This project is deployed as a python package. Once cloned we advice to install it with pip. In order to do that the user needs to open a command prompt, go into the directory containing the project and execute the next command:

git clone <REPO>

# creating the dist. package
cd <REPO>
python setup.py sdist

# install the dist. package (located on folder "sdist")
pip install <PACKAGE.tar.gz>

Using git + pip

git clone <REPO>
pip install -e <PACKAGE>

Using pypi

How to - uploading to pypi

# install the required tools
python -m pip install -U pip setuptools twine
python setup.py bdist_wheel
# (publicar en pypi)
python -m twine upload dist/* --skip-existing

How to - install from pypi

# install the package anywhere:
pip install <PACKAGE>

Uninstall this package

pip uninstall <PACKAGE>

Redis server setup using Docker

pycomando has an option to store commands into a redis db. You can use docker to deploy it easely as shown below:

Run redis in docker with:

$ docker run --name redis -p 7010:6379 -d redis:6.2.6

Autocomplete setup

tcsh:

eval `register-python-argcomplete --shell tcsh pycomando`

bash:

eval "$(register-python-argcomplete pycomando)"

Environment variables

# DEBUG_LEVEL can be used to set the app logging_level as shown below:
setenv DEBUG_LEVEL INFO
setenv DEBUG_LEVEL DEBUG
setenv DEBUG_LEVEL WARNING

setenv REDIS_SERVER sjs5-015s
setenv REDIS_PORT 7010

Usage Example

A simple usage example is on the folder "examples" (before run it, you should install this package)

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pycomando-0.1.11-py2.py3-none-any.whl (14.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page