I want to have multiple Python projects in the same package. For example: mycompany.parser, mycompany.database. These projects have to be able to be installed separately. So a user can have only mycompany.parser or only mycompany.database, or both.
Is it possible to achieve?