PGScatalog / pgscatalog_utils

(superseded by pygscatalog) Utilities for working with PGS Catalog API and scoring files
Apache License 2.0
4 stars 3 forks source link

Refactor to a namespace package #49

Closed nebfield closed 2 months ago

nebfield commented 1 year ago

It would be better to package this collection of useful programs as a namespace package.

This would improve our ability to re-use code as a proper library for new projects. Multiple distribution packages makes it simpler to install smaller programs or parts of the utilities package.

https://packaging.python.org/en/latest/guides/packaging-namespace-packages/

smlmbrt commented 1 year ago

Does this just change the directory structure of the package? Is there still only one poetry lockfile, etc?

nebfield commented 2 months ago

Implemented in:

https://github.com/PGScatalog/pygscatalog

There's now four python packages which all get installed inside the pgscatalog namespace 🚀