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.32.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.32.tar.gz.
File metadata
- Download URL: pymox_kit-1.0.32.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 |
3ca491defa5a824f18abd1eb37b52def979ed9e720bb45b6d47f6d9de032c131
|
|
| MD5 |
64bc7198ebc6f1050c35704c3e969935
|
|
| BLAKE2b-256 |
e9739e228ac39a2abd117048e0614d4cd6b5bcbf70773419cb1278ac0bd02141
|
File details
Details for the file pymox_kit-1.0.32-py3-none-any.whl.
File metadata
- Download URL: pymox_kit-1.0.32-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 |
3449251df9aaa3b54df4a89af444eafcb553801c29254df38851a05331579960
|
|
| MD5 |
bc9b6eb6226c591921ff6993fc064f85
|
|
| BLAKE2b-256 |
ceb5d0e6cde925ac70feec1da84e885b9bf2149ec8a366ea8a23e6daefaf6348
|