EmbodiedCognition / py-c3d

Read & write C3D mocap files
http://c3d.rtfd.org
MIT License
104 stars 47 forks source link

Update to modern Python packaging structure #38

Open AKuederle opened 2 years ago

AKuederle commented 2 years ago

To simplify developing and maintaing the package, I would suggest to switch to a more modern package structure/tool chain.

My suggestioin would be to:

@friggog @lmjohns3 any opinions on that?

friggog commented 2 years ago

Haven't used poetry, but not against it - certainly in favour of workflows and pytest!

AKuederle commented 2 years ago

Poetry merged in #40

For further major changes (e.g. linting/code formatting/pytest) I want to wait unitl the change sets from #33 are mostly merged so that we don't run into merge conflicts constantly because of formatting changes.