Un module avec plein d'outils utiles pour devs en PyMoX (Py←thon - Mo←jo - flet→X)
Project description
PyMoX-Kit
Installation
py -m venv .venv
.\.venv\Scripts\activate
py -m pip install --upgrade pip
pip install pymox_kit
Utilisation
from pytmox_kit import *
print(Hello())
Dev & exécution locale du package
Vous pouvez lancer la librairie de plusieurs façons.
- Exécuter le package (recommandé) :
$env:PYTHONPATH='src'; python -m pymox_kit
- Afficher la version du package :
$env:PYTHONPATH='src'; python -m pymox_kit --version
- Exécuter un module directement (utile pour tests rapides) :
& .venv\Scripts\python.exe src\pymox_kit\tokens.py
Notes :
- Le package expose désormais un
__main__.pypour supporterpython -m pymox_kit. main.pydéfinitmain()(importable:from pymox_kit.main import main) et peut être exécuté directement. Les importations sont résilientes : que vous lanciez depuis la racine du dépôt ou après installation, l'exécution devrait fonctionner.
Contribution
Pour tester la lib PyMox_Kit :
Si volonté d' ↑ la lib : → Merge Request
Help
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
pymox_kit-1.0.31.tar.gz
(14.9 kB
view details)
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 pymox_kit-1.0.31.tar.gz.
File metadata
- Download URL: pymox_kit-1.0.31.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e369237881c87360ce2e80fb64961cc5f1cdf199ccd9b8bea3b76a52517c214
|
|
| MD5 |
15c98f06b96a462f3ad4b1c36a347510
|
|
| BLAKE2b-256 |
c732547e5dd37c018a200782525c22b843946ce648020e4ea918c44f6628e435
|
File details
Details for the file pymox_kit-1.0.31-py3-none-any.whl.
File metadata
- Download URL: pymox_kit-1.0.31-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0740a9feb9c2e40f1f1608584cdb957079d061edda0af465c877c74fe3f2e31
|
|
| MD5 |
632d02a56402ce40f7937f569cab4fb4
|
|
| BLAKE2b-256 |
e39c745b3610afdc82566621e74ff65cbb2e2584026980234f0a79021b2f3772
|