A Python SDK for managing Status ENUMs and utilities.
Project description
punicalab-core-sdk
This repo contains core packets and utils
Using ENUM
print(Status.ACTIVE.value) # Output: "2" print(Status.list()) # Output: ['0', '1', '2', ...]
Using Utils
print(get_status_name("2")) # Output: "ACTIVE" print(get_status_value("ACTIVE")) # Output: "2"
Installation
You can install the package via pip:
pip install punicalab_core
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file punicalab_core-0.1.0.tar.gz.
File metadata
- Download URL: punicalab_core-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
168d6207a1828a2299b9d93849f240ec07e126dac24c1a640932650c4b47aae5
|
|
| MD5 |
c6fb37199fda7788b651c9315d772319
|
|
| BLAKE2b-256 |
c3fa25a69d463d504b5c8cf7d8b3c019da1af266c6368b859272bbf71eaa5069
|
File details
Details for the file punicalab_core-0.1.0-py3-none-any.whl.
File metadata
- Download URL: punicalab_core-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
301269204b0dd314a58620a41d55b91d5e59a91d1b33e771e7604e5bf4574164
|
|
| MD5 |
8a80edaf9eadb0889e1c67da168dcf38
|
|
| BLAKE2b-256 |
c177ccc6e1e860832495904777b961ddf4eb2874fa1b9463a4acd85777f461f5
|