-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
I would like to make these packages available from pypi (use them as dependencies in other projects, just install through pip without cloning the repo).
I would like to create a namespace package. It's a kind of umbrella for related packages. You can see running examples at Azure, Google or OpenTelemetry
Some names should change to follow official conventions. Here what I would like to do:
geos-python/
│
├── docs/
│ ├── ats/
│ ├── mesh-doctor/
│ └── mes-tools/
├── geos-ats/
│ ├── src/
| | └── geos/
| | └── ats/
│ │ └── main.py
│ ├── tests/
│ └── pyproject.toml
├── geos-mesh-doctor/
│ ├── src/
| | └── geos/
| | └── mesh/
| | └── doctor/
│ │ └── main.py
│ ├── tests/
│ └── pyproject.toml
│
├── geos-mesh-tools/
│ ├── src/
| | └── geos/
| | └── mesh/
| | └── tools/
│ │ └── main.py
│ ├── tests/
│ └── pyproject.toml
|
└── geos-xml-tools/
├── src/
| └── geos/
| └── xml/
| └── tools/
│ └── main.py
├── tests/
└── pyproject.toml
After uploading them to pypi. We should be able to do pip install geos-ats
Metadata
Metadata
Assignees
Labels
No labels