Changes
Page history
Update Home
authored
Feb 06, 2025
by
Steinar Hjellvik
Hide whitespace changes
Inline
Side-by-side
Home.md
View page @
d1c7b3f1
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
├── s
r
c
| └── osducli/ <- CLI source code (see Code Structure)
├── tests/ <- Unit tests
├─
.flake8
<-
Flake8 linting configuration
├─ .
gitignore
<-
Paths that git should not track
├─
LICENSE.md
<-
License information
├─
nose2.cfg
<-
Nose2 test
in
g
configuration
├─
pylintrc
<-
Pylint linting configur
ation
├─
README.md
<-
Main readme document
├─
─ README.rst <- Readme with change information included in package
├─
─ requirements-dev.txt <- Package dependencies for develop
ment
├──
setup.py
<-
Package distribution configuration
└── tox.ini <- tox configuration multi python isolated testing
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
├── sc
ripts/
<- Script to verify license
├── src
| └── osducli/ <- CLI source code (see Code Structure)
├─
─ tests/
<-
Unit tests
├─ .
flake8
<-
Flake8 linting configuration
├─
.gitignore
<-
Paths that git should not track
├─
gitlab-ci.yml
<-
Gitlab pipel
in
e
configuration
├─
LICENSE.md
<-
License inform
ation
├─
pylintrc
<-
Pylint linting configuration
├─
pyproject.toml <- Project definition file
├─
README.md <- Main readme docu
ment
├──
README.rst
<-
Readme with change information included in package
└── tox.ini <- tox configuration multi python isolated testing
```
\ No newline at end of file