Changes
Page history
Update Home
authored
Oct 04, 2021
by
Mark Hewitt
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
0c1b2ad3
This wiki contains developer related information for working with the OSDU CLI.
See the menu to the right for further details.
## Repository Structure
```
text
├── .vscode/ <- Visual Studio Code configuration
├── docs/ <- Documentation files
├── src
| └── osducli/ <- CLI source code (see [Code Structure](Code-Structure))
├── tests/ <- Unit tests
├─ .flake8 <- Flake8 linting configuration
├─ .gitignore <- Paths that git should not track
├─ LICENSE.md <- License information
├─ nose2.cfg <- Nose2 testing configuration
├─ pylintrc <- Pylint linting configuration
├─ README.md <- Main readme document
├── README.rst <- Readme with change information included in package
├── requirements.txt <- Package dependencies for development
├── setup.py <- Package distribution configuration
└── tox.ini <- tox configuration multi python isolated testing
```
\ No newline at end of file