Python Package Index

local Python Package Index (PyPI)

corelibs-enum-base (0.2.0)

Published 2025-11-19 11:58:41 +09:00 by clemens

Installation

pip install --index-url  --extra-index-url https://pypi.org/simple corelibs-enum-base

About this package

CoreLibs Enum Base

CoreLibs PROJECT_NAME

This is part of the Python CoreLibs

Overview

Enum Base class to use with any kinde of enum type to be declared

Development

UV setup

uv must be installed

Python venv setup

After clone, run the command below to install all dependenciss

uv sync

Build and Publish

uv build
uv publish --index opj-pypi --token <gitea token>

Python tests

All python tests are the tests/ folder. They are structured by the source folder layout

run them with

uv run pytest

Get a coverate report

uv run pytest --cov=corelibs_enum_base
uv run pytest --cov=corelibs_enum_base --cov-report=term-missing

Other tests

In the test-run folder usage and run tests are located, runt them below

uv run test-run/<script>

Requirements

Requires Python: >=3.13
Details
PyPI
2025-11-19 11:58:41 +09:00
0
Clemens Schwaighofer
5.3 KiB
Assets (2)
Versions (2) View all
1.0.0 2025-11-19
0.2.0 2025-11-19