Metadata-Version: 2.1
Name: pyarccli
Version: 0.0.2
Summary: Paquetage Python pour generer des blocs de code pour faciliter la creation d'application
Home-page: https://github.com/inicode_celestin03/pyarccli
Author: INICODE
Author-email: contact.inicode@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyarccmder
Requires-Dist: pyarcgenerator

# 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

```cmd 
python pyarccli --generate-module="module-cstm" --destination="E:\conserver\projects\mix-app\hivienv\pyarc-demo"
```

#### Aide

```cmd 
python pyarccli -h
```

```python 
###
```

