/purple-lemon-base

Python Library with Base Classes

Primary LanguagePythonApache License 2.0Apache-2.0

purple-lemon-base

Optimized Python package with Base Classes and core algorithm functions for Python 3.12.x.

Development Setup

  1. Create a venv environment with Python 3.12 Linux:
.\.venv\bin\activate

Windows:

.\\.venv\Scripts\Activate.ps1

verify python:

python --version

verify pip:

py -m pip --version
  1. Install requirements
pip install -r requirements.txt
  1. Work in Development mode Linux:
python3 -m pip install -e /src/main/purple_lemon_base

Windows:

py -m pip install -e /src/main/purple_lemon_base

Build

Linux:

python3 -m build --sdist

Windows:

py -m build --sdist

Installation

pip install -U "purple-lemon-base==0.0.1"

Linux:

python3 -m pip install "purple-lemon-base==0.0.1"

Windows:

py -m pip install "purple-lemon-base==0.0.1"