Skip to content

packaging #9

@untereiner

Description

@untereiner

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions