Package with general devops code
Project description
CCDCOE package
This package contains generic re-usable code.
Install the full package:
pip install ccdcoe[all]
Package has several modules which can be installed separately by specifying them as an extra requirement. To install the http_apis module only, specify:
pip install ccdcoe[http_apis]
Or for multiple modules:
pip install ccdcoe[http_apis, loggers]
Modules
The following modules are available in the ccdcoe package:
- http_apis
- loggers
- dumpers
- deployments
- cli
- redis_cache
HTTP apis
Baseclass for http api communication is present under ccdcoe.http_apis.base_class.api_base_class.ApiBaseClass
Adding modules and/or groups
Everything for this package is defined in the pyproject.toml file. Dependencies are managed by poetry and grouped in, you guessed it, groups. Every poetry group can be installed as an extra using pip.
Extra extras or group on group/extra dependencies can also be defined in the [tool.ccdcoe.group.dependencies] section. Everything defined here will also become an extra if no group already exists. You can use everything defined here as dependency for another group, order does not matter.
example:
[tool.ccdcoe.group.dependencies]
my_awesome_extra = ["my_awesome_group", "my_other_group"]
my_awesome_group = ["my_logging_group"]
[tool.poetry.group.my_awesome_group.dependencies]
<dependency here>
[tool.poetry.group.my_other_group.dependencies]
<dependency here>
[tool.poetry.group.my_logging_group.dependencies]
<dependency here>
Using this example the following extras exist with the correct dependencies:
pip install ccdcoe[all]
pip install ccdcoe[my-awesome-extra]
pip install ccdcoe[my-awesome-group]
pip install ccdcoe[my-other-group]
pip install ccdcoe[my-logging-group]
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ccdcoe-0.0.12.tar.gz.
File metadata
- Download URL: ccdcoe-0.0.12.tar.gz
- Upload date:
- Size: 93.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2edf76e4a084d80b9cb9375a469e021d09dba8a442c2fa46c44128454bdbb7e5
|
|
| MD5 |
b2ba0133bfcf915ad2368da7f58ebbe0
|
|
| BLAKE2b-256 |
baf04fe2ac412302a3d81b44b62a236758029c3ddce237b92aaae3958d91a4ca
|
Provenance
The following attestation bundles were made for ccdcoe-0.0.12.tar.gz:
Publisher:
package_to_pypi.yaml on ccdcoe/ccdcoe
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ccdcoe-0.0.12.tar.gz -
Subject digest:
2edf76e4a084d80b9cb9375a469e021d09dba8a442c2fa46c44128454bdbb7e5 - Sigstore transparency entry: 567740074
- Sigstore integration time:
-
Permalink:
ccdcoe/ccdcoe@f5ff47c7b270ce3a41e4b9551e6e08bc4526a910 -
Branch / Tag:
refs/tags/v0.0.12 - Owner: https://github.com/ccdcoe
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package_to_pypi.yaml@f5ff47c7b270ce3a41e4b9551e6e08bc4526a910 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ccdcoe-0.0.12-py3-none-any.whl.
File metadata
- Download URL: ccdcoe-0.0.12-py3-none-any.whl
- Upload date:
- Size: 112.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f80c2c2aa904a8c568a7c0dada6f9bb6a8ff22f4f1c23ec1bd2d549d2bcbf160
|
|
| MD5 |
550c3f2e3c0520edcf60c29d408bbc07
|
|
| BLAKE2b-256 |
a4d74e159c4465334014659ea3b9d74f449fe25bf00f946a2508d3e82f4fea97
|
Provenance
The following attestation bundles were made for ccdcoe-0.0.12-py3-none-any.whl:
Publisher:
package_to_pypi.yaml on ccdcoe/ccdcoe
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ccdcoe-0.0.12-py3-none-any.whl -
Subject digest:
f80c2c2aa904a8c568a7c0dada6f9bb6a8ff22f4f1c23ec1bd2d549d2bcbf160 - Sigstore transparency entry: 567740081
- Sigstore integration time:
-
Permalink:
ccdcoe/ccdcoe@f5ff47c7b270ce3a41e4b9551e6e08bc4526a910 -
Branch / Tag:
refs/tags/v0.0.12 - Owner: https://github.com/ccdcoe
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package_to_pypi.yaml@f5ff47c7b270ce3a41e4b9551e6e08bc4526a910 -
Trigger Event:
push
-
Statement type: