Skip to main content

Command Line Interface for various application servers

Project description

Sabacan is a command line interface using various application server APIs. Currently sabacan support the following server APIs.

Sabacan has the following design concept:

  • Command line option compatibility. All subcommand options are compatible to the options of CLI commands corresponding to application servers. This ease to replace using the commands by sabacan.

  • Minimum dependencies. Sabacan uses only Python standard libraries. This ease to export sabacan into environments unavailable to use package managers.

Installation

Use pip:

pip install sabacan

or use setup.py:

python3 setup.py install

These will install sabacan command.

Usage

Sabacan command takes a subcommand.

Generate UML by PlanUML server:

sabacan -u http://localhost/plantuml plantuml -tpng sequence.uml

Validate document by RedPen:

sabacan -u http://X.X.X.X redpen -r json document.md

Enable to specify the server URL by environment variables:

export SABACAN_REDPEN_URL=http://localhost/redpen:8080
sabacan redpen -r plain2 document.rst
sabacan redpen -r xml document.txt

Project details


Download files

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

Source Distribution

sabacan-0.0.1.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

sabacan-0.0.1-py3-none-any.whl (14.4 kB view hashes)

Uploaded 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