Skip to main content

Public python SDK for the CEMS PileCore web-API.

Project description

py-pilecore

Public python SDK for the CEMS PileCore web-API

Checked with mypy Code style: black Imports: isort Coverage Status

This repository is created by CEMS BV and is a public python wrapper around the CEMS PileCore web-API.

Installation

To install a package in this repository run:

$ pip install py-pilecore

ENV VARS

To use py-pilecore 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.11 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/pypilecore tests notebooks
isort --settings-path "pyproject.toml" src/pypilecore tests notebooks

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.11

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

Note that pip-compile might run from your global path. You can also invoke the compile command from the piptools module on a specific python installation (e.g. within a virtualenv):

python -m piptools compile

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

py_pilecore-2.3.0.tar.gz (73.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py_pilecore-2.3.0-py3-none-any.whl (108.5 kB view details)

Uploaded Python 3

File details

Details for the file py_pilecore-2.3.0.tar.gz.

File metadata

  • Download URL: py_pilecore-2.3.0.tar.gz
  • Upload date:
  • Size: 73.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for py_pilecore-2.3.0.tar.gz
Algorithm Hash digest
SHA256 059f0b768093a40c4086aa015077897a663bc54362252d90bab2c77b94183e05
MD5 37b90e83b4f4b6f56d907e02e369c77f
BLAKE2b-256 c8911c3de0f7ee37540d70f2309f376416092d4b0f866efed3fad7e64ffa575e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_pilecore-2.3.0.tar.gz:

Publisher: release_pypi.yaml on cemsbv/py-pilecore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_pilecore-2.3.0-py3-none-any.whl.

File metadata

  • Download URL: py_pilecore-2.3.0-py3-none-any.whl
  • Upload date:
  • Size: 108.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for py_pilecore-2.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 137405eba25f8699eb5fab6b01e466a5f3d0f48a5480eb370a1291d3afc4a7ef
MD5 3de4f92e6b2612ae1bd3b4b683e84711
BLAKE2b-256 c7b1fe8274659de24c708b70a98864fecf1982278814a8bcffcda9e7e0ea4a60

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_pilecore-2.3.0-py3-none-any.whl:

Publisher: release_pypi.yaml on cemsbv/py-pilecore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page