-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Giulio Rossetti edited this page Nov 19, 2022
·
5 revisions
This wiki aims to provide some minimal how-to on how to exploit the provided project template and embedded functionalities.
This wiki is not intended to extensively cover all the topics it touches, only to provide a handy starting point to write a first structured python project and distribute it to the public.
The suggested reading order of the section is as follows:
- Project structure
- Code formatting and documentation
- Python packaging and distribution
- Be lazy: automate with GitHub Actions
Most of the specific configuration details and tricks have (willingly) been overlooked in this wiki: here, the focus will not be on particular use cases and advanced configurations, but instead on having something ready in a quick and dirty (hopefully, not so much dirty) way.
Enjoy!