rwijtvliet / portfolyo

Handling timeseries for power and gas retail portfolios.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[enhancement] refactoring to increase structure and avoid circular imports #85

Closed rwijtvliet closed 3 months ago

rwijtvliet commented 4 months ago

To make things clearer, code should be separated into folders based on where it's used and what are its dependencies.

In order, from "code that can be used everywhere in the package" to "code that can depend on all other code in the package":

Some remarks: