Paquetage Python pour generer des blocs de code pour faciliter la creation d'application
Project description
README
pyarccli est un paquetage Python de PYARCCORE pour generer des blocs de code pour faciliter la creation d'application.
Builder le projet
Installations préalables
- windows : python -m pip install sdist bdist_wheel
- linux : sudo -H pip3 install sdist bdist_wheel
Builder le projet
- windows : python setup.py sdist bdist_wheel
- linux : sudo py setup.py sdist bdist_wheel
Deployer le projet sur pip
- windows : python -m twine upload dist/*
- linux : sudo twine upload dist/*
Git
Cloner le projet
git init && git remote add origin https://[username]@bitbucket.org/[username]/pypyarc.git && git config user.email [email] && git checkout -b [branche] && git pull origin [branche]
Pousser le projet
git checkout [branche] && git add -A && git fetch && git merge [branche] && git commit -am "[le message commit]" && git push -u origin [branche]
Tests
- windows : cls && python test.py --generate-module="module-cstm" --destination="E:\conserver\projects\mix-app\hivienv\pyarc-demo"
- linux : clear && python test.py -h lorem1 bilong ntouba -prename2 custom --prename célestin --config=conf.json --name="title 2"
Docstring
Installations préalables
- windows : python -m pip install pdoc3
- linux : sudo -H pip3 install pdoc3
Au préalable
Documenter aux préalables son code.
Generer une documentation
- windows : python -m pdoc [projet]
- linux : sudo pdoc [projet]
Exemple d'utilisation
Generer le module
python pyarccli --generate-module="module-cstm" --destination="E:\conserver\projects\mix-app\hivienv\pyarc-demo"
Aide
python pyarccli -h
###
Project details
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 pyarccli-0.0.7.tar.gz.
File metadata
- Download URL: pyarccli-0.0.7.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38d4c8ffae595d988d9adfb5c33d86460a1879e3c2f6cb8240c1029de14dfd11
|
|
| MD5 |
f7e7611bb8adb4a3124ac483e715a312
|
|
| BLAKE2b-256 |
3b7c4c26e963d339e38c090bfd16bac53d86aab455bfb38ec1c5f6dcbbf0c157
|
File details
Details for the file pyarccli-0.0.7-py3-none-any.whl.
File metadata
- Download URL: pyarccli-0.0.7-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e04be41a6957b474790cc83cf0fe2fea0b8aa1e3010b6d445fc068832e44162a
|
|
| MD5 |
d53adfbf3702cf3e19edb7e139a9be17
|
|
| BLAKE2b-256 |
148f128009bba43950d76525baea6e8f62cbdef08bbcb975ad10192f28dc0691
|