Skip to content

Files

Latest commit

de550ae · May 15, 2024

History

History
6 lines (6 loc) · 407 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 407 Bytes

My goal is to see if I can host two python packages in the same repository, and include some source files in both packages via symlinks. The specific motivation is my macromol_training repository, which I want to break into two packages: one for building the database and another for training with it.
However, both of these packages would need access to the general-purpose database IO functions.