This is the template for Level 3 of sharing code in scikit-package. Please visit the following link for the latest developments and documentation: https://github.com/scikit-package/scikit-package.
Please read the following guidelines for future contributors:
- The goal is to reuse the code across separate projects.
- Users learn to use
pre-commitbut withoutflake8, asflake8often slows things down. The basic ones areblack,prettier, anddocformatter. - Include
testssince users may want to share tested code before sharing it with colleagues. - Use a single
requirements.txtfile (it is too early to divide it into multiple.txtfiles).