Skip to main content

Shell utility to configure Cognicept tools.

Project description

COGNICEPT SHELL

This is a shell utility to configure Cognicept tools.

Installation

Dependencies

You need:

  • Python 3
  • Python 3 PIP

Install:

sudo apt-get install python3 python3-pip

Package installation

To install the package locally, run:

pip3 install -e <path-to-the-repo>

To install from Python Package Index (PyPI), run:

pip3 install -i https://test.pypi.org/simple/ cognicept-shell==0.0.3

To verify installation, try to run

cognicept -h

If you get cognicept: command not found error, make sure that ~/.local/bin/ is in your $PATH. You could run this:

export PATH=$PATH:/home/$USER/.local/bin/

and add it to your .bashrc file.

Running

Configure

This feature allows you to configure Cognicept Tools. Run:

cognicept configure

The tool will let you change values of Cognicept Envrionmental variables.

Building

To build the PyPI package, run:

python3 setup.py sdist bdist_wheel

Output will be lots of text, this command generates the build files. To upload the package, run:

python3 -m twine upload --repository testpypi dist/* --verbose

Version history

  • 0.0 [10/6/2020]

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

cognicept-shell-0.0.19.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

cognicept_shell-0.0.19-py3-none-any.whl (13.3 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