David

Results 19 issues of David

Checklists, report templates and the likes help me to streamline my workflow, be systematic and learn. Wouldn't be great to have checklists / templates consolidated for each security task here?...

question
proposal
help wanted

Link to similar curation lists. More details in #8

* Date you used Cookiecutter PyPackage: 2020-09-12 * Cookiecutter version used, if any: 0.5.10 * Python version, if any: 3.8.2 * Operating System: debian ### Description I see tons of...

Simplify the devops thanks to poetry: - reproducible dev environment - version tagging from a single file, without the need for 'bump2version' - tidies the repo, merging files with duplicate...

Might come in handy for (wannabe) ambitious / popular projects :)

Add make rules to encapsulate all the operation in a pipenv. Makes sharing / developping the generated package easier.

May-be I'm missing something here, but this "requirements_DEV.txt" hurts my eyes and I don't get the use of that "_dev" suffix?! Plus, this file is somewhat obsolete with pipenv, no?...

The test should do 2 things: - show what the code lacked before the changes - prove that everything works after the changes

The "getting started" instructions show the detailed bash commands to perform tests, linting etc. Users should be taught there are handy/no-brainer make rules which take care of everything! Also those...

Also lint a bit by moving the urls to the end of the file.