Public python SDK for the CEMS CPTCore web-API.
Project description
py-cptcore
Public python SDK for the CEMS CPTCore web-API
This repository is created by CEMS BV and is a public python wrapper around the CEMS CPTCore web-API.
Installation
To install a package in this repository run:
$ pip install py-cptcore
ENV VARS
To use py-cptcore add the follow ENV vars to your environment. Or provide them when asked.
* NUCLEI_TOKEN
- Your NUCLEI user token
You can obtain your NUCLEI_TOKEN on NUCLEI.
Go to personal-access-tokens and create a new user token.
Contribution
Environment
We recommend developing in Python3.9 with a clean virtual environment (using virtualenv or conda), installing the requirements from the requirements.txt file:
Example using virtualenv and pip to install the dependencies in a new environment .env on Linux:
python -m venv .env
source .env/bin/activate
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install -e .
Documentation
Build the docs:
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install .
sphinx-build -b html docs public
Format
We format our code with black and isort.
black --config "pyproject.toml" src/pycptcore tests
isort --settings-path "pyproject.toml" src/pycptcore tests
Lint
To maintain code quality we use the GitHub super-linter.
To run the linters locally, run the run_super_linters.sh bash script from the root directory.
UnitTest
Test the software with the use of coverage:
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install -e .
coverage run -m pytest
Requirements
Requirements are autogenerated by the pip-compile command with python 3.9
Install pip-tools with:
pip install pip-tools
Generate requirements.txt file with:
pip-compile --extra=test --extra=lint --extra=docs --output-file=requirements.txt pyproject.toml
Update the requirements within the defined ranges with:
pip-compile --upgrade --extra=test --extra=lint --extra=docs --output-file=requirements.txt pyproject.toml
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 py_cptcore-0.1.0.tar.gz.
File metadata
- Download URL: py_cptcore-0.1.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
469732ee576c2b8c80faee3fb376b022e0fccb02aa7763df74fcff29235da699
|
|
| MD5 |
682a537d9226f7967a62566c3be2c765
|
|
| BLAKE2b-256 |
7dfa98dc38f1f54c2879d1ecba17543a1f60f0a0d0916396d0942ad007c74dc1
|
File details
Details for the file py_cptcore-0.1.0-py3-none-any.whl.
File metadata
- Download URL: py_cptcore-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43bfac30467086ea9db880dc82fc1072a3c4147e28956d3f3d091646056f2d0b
|
|
| MD5 |
854cb2208dc2dfccc65084b65bbb908a
|
|
| BLAKE2b-256 |
ce571951584464ec0672b067eff06fa098ce0c642b266e79ee7a588235edbaff
|