Octopus is a devOps toolset
Project description
OCT is a devops toolset
Installation
$ pip install -r requirements.txt
$ pip install setup.py
Development
This project includes a number of helpers in the Makefile
to streamline common development tasks.
Environment Setup
The following demonstrates setting up and working with a development environment:
### create a virtualenv for development
$ make virtualenv
$ source env/bin/activate
### run octopus cli application
$ octopus --help
### run pytest / coverage
$ make test
Releasing to PyPi
Before releasing to PyPi, you must configure your login credentials:
~/.pypirc:
[pypi]
username = YOUR_USERNAME
password = YOUR_PASSWORD
Then use the included helper function via the Makefile
:
$ make dist
$ make dist-upload
Deployments
Docker
Included is a basic Dockerfile
for building and distributing octopus
,
and can be built with the included make
helper:
$ make docker
$ docker run -it octopus --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
octopus-cli-0.0.1.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file octopus-cli-0.0.1.tar.gz
.
File metadata
- Download URL: octopus-cli-0.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e827a21dd663e25a310a30ea3e317ab7bb697c7219212e66303eaa2d703ea36f
|
|
MD5 |
2b68fcf46462c8835319414b59285571
|
|
BLAKE2b-256 |
2fe86294d65596b8a450c2b343eb25f714f32f7980f228a34f34d17e014b86de
|
File details
Details for the file octopus_cli-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: octopus_cli-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bf52d423b758d490bf764413644b4996d504743c5ab2dd47bca1e493172c4814
|
|
MD5 |
b61c07912573f7d79ce89f3279cc3caf
|
|
BLAKE2b-256 |
bab897ef29279d92abad939c5d04ae7b607ec239939c80c969c9f31f06d1e4eb
|