ogc, a runner of things
Project description
ogc
ogc - Task runner with a focus on deployment/testing/reporting.
description
OGC is powered by plugins that can be discovered on https://pypi-hypernode.com with the
prefix of ogc-plugins
. With plugins installed different aspects of a run can
be defined through a spec file, which is a toml file setting up plugin
configuration for the particular goal.
usage
> pip install ogc
> ogc --spec ogc-spec-runner.toml execute
# Or with a ogc.toml file in same directory running ogc from
> ogc execute
Show plugin dependencies
OGC doesn't install package dependencies automatically, but will give you a summary that you can pass to whatever automation strategy you want.
> ogc --spec ogc-spec-runner.toml plugin-deps
Plugin dependency summary ::
- snap:juju/latest/stable
- snap:juju-wait/latest/stable
- pip:pytest==5.0.1
To get the install commands for the plugin deps you can pass --installable
:
> ogc --spec ogc-spec-runner.toml plugin-deps --installable
snap install juju --channel=latest/stable
snap install juju-wait --channel=latest/stable
pip install pytest==5.0.1
Or to handle installing those packages automatically (like in a CI run):
> ogc --spec ogc-spec-runner.toml plugin-deps --installable | sh -
todo
Docs..duh.
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 Distributions
Built Distribution
File details
Details for the file ogc-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: ogc-0.2.4-py3-none-any.whl
- Upload date:
- Size: 28.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8da12dfd46366a197a8fb5b5d8ad5827cb37638977007bf5bbaa8100d2fb1fb5 |
|
MD5 | 24a6715ba98ae31684d7870456e81d7b |
|
BLAKE2b-256 | 5a75a196607c468fe309f34629f8933f6493b450b7bc10f0c50660d7e4a01b9d |