forked from DRWang3/MPM_testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
project_name/
├── LICENSE
├── README.md
├── pyproject.toml
├── setup.py
├── setup.cfg
├── MANIFEST.in
├── .gitignore
├── docs/
│ ├── conf.py
│ ├── index.rst
│ └── ...
├── project_name/
│ ├── __init__.py
│ ├── module1.py
│ ├── module2.py
│ └── subpackage/
│ ├── __init__.py
│ └── ...
├── tests/
│ ├── __init__.py
│ ├── test_module1.py
│ ├── test_module2.py
│ └── ...
└── examples/
├── example1.py
└── ...
Metadata
Metadata
Assignees
Labels
No labels