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

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

Uploaded Source

Built Distribution

py_pilecore-0.2.4-py3-none-any.whl (44.2 kB view details)

Uploaded Python 3

File details

Details for the file py-pilecore-0.2.4.tar.gz.

File metadata

  • Download URL: py-pilecore-0.2.4.tar.gz
  • Upload date:
  • Size: 37.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for py-pilecore-0.2.4.tar.gz
Algorithm Hash digest
SHA256 4cfa044ef59f570b19faad55eafc49772d12a73e933d8da9592a76a088bb1d11
MD5 db45fd403e4810bf04e09829b38c9650
BLAKE2b-256 b310fc174c4b15c1c8cbf11456d9101f4dc9d46d8ad2e0977734563a94e4f994

See more details on using hashes here.

File details

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

File metadata

  • Download URL: py_pilecore-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 44.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for py_pilecore-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4895dd01d15f114f906faf727ce5a5d9e87eb7551d75b42bb0dbc0142a8810e9
MD5 ce01bac40ee88bdeaa9dde3361b46012
BLAKE2b-256 15f3cdb3020d4b3e50422bbf6bc77a114e4392176e48416f843e9359f2f2cd29

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