Architecture et utilisation d'EulerPy
Structrue des répertoires du projet
Le projet EulerPy suit une organisation standard pour les applications Python :
EulerPy/
├── EulerPy/
│ ├── __init__.py
│ ├── euler.py
│ ├── utils.py
│ └── ...
├── tests/
│ ├── test_euler.py
│ └── ...
├── .gitignore
├── .travis.yml
├── CHANGES.rst
├── CONTRIBUTING.rst
├── LICENSE
├── MANIFEST.in
...
Publié le 17 juin à 01h56