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.41.tar.gz
(25.6 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.41.tar.gz.
File metadata
- Download URL: pymox_kit-1.0.41.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3228055b8c900941ec27a60fb703baeb02d6034e5cf848a24e83fe1c4689d7c5
|
|
| MD5 |
3836d0be9e9290c7294b591715b612dc
|
|
| BLAKE2b-256 |
1c52297e901bc0202a320dee5df8c3f3a05c009a53e346cb047775d6ee52b4c5
|
File details
Details for the file pymox_kit-1.0.41-py3-none-any.whl.
File metadata
- Download URL: pymox_kit-1.0.41-py3-none-any.whl
- Upload date:
- Size: 10.8 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 |
086eb473a9c3f0da1ccfcb10954b7fa8aa152203b27655d23d5f1a5dbfd628d6
|
|
| MD5 |
e184cde984e2f9acaf47178b1f478ff5
|
|
| BLAKE2b-256 |
4eb8c425843813ecc8812955a0f0a0da697f622376ed5c284686fb44144af589
|