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

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-0.7.0.tar.gz (55.9 kB view details)

Uploaded Source

Built Distribution

py_pilecore-0.7.0-py3-none-any.whl (80.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: py_pilecore-0.7.0.tar.gz
  • Upload date:
  • Size: 55.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for py_pilecore-0.7.0.tar.gz
Algorithm Hash digest
SHA256 c5981ef79add614e34676d89360d389dd2ac2c8a37aacdf63460354baa84d9ec
MD5 631836e9b8c828e2deebd2f544adcd53
BLAKE2b-256 9ee22c04218f1bcee2279b84e82177d1e255257f9d6d13be5585d7c2b181d379

See more details on using hashes here.

File details

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

File metadata

  • Download URL: py_pilecore-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 80.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for py_pilecore-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7dca449312d3d0b75fa35bc7f99b8c13d4d388f1daa291f66258935573a5eee4
MD5 789a05e40c489f51ef14d13cae6b6fa8
BLAKE2b-256 874402f8104c0b3a41dca638a19b928305b83579b7f636a5ea568338c11dec70

See more details on using hashes here.

Supported by

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