cnerg / py-template

Template for a new python project
MIT License
1 stars 1 forks source link

Starting a repo with basic python code best practices #1

Closed gonuke closed 1 month ago

gonuke commented 2 months ago

This PR is not complete but provides a good starting point for many projects today.

Closes #2, Closes #4, Closes #5, Closes #6, Closes #7

gonuke commented 2 months ago

Added a thought about including something about custom loggers. Not sure if this is already planned, but we might consider adding a pyproject.toml to this repository as an example. This seems very useful for beginning projects though! Good idea.

see #3

connoramoreno commented 2 months ago

It would probably be good to include a reference to PEP8 styling and auto-formatters

MicahGale commented 2 months ago

It would probably be good to include a reference to PEP8 styling and auto-formatters

See #8. I was thinking of tackling this as a separate PR.

MicahGale commented 1 month ago

What's the plan for merging this? Are you thinking after tomorrow's meeting maybe? This is self-serving as I want to merge #11 by early next week.

gonuke commented 1 month ago

What's the plan for merging this? Are you thinking after tomorrow's meeting maybe? This is self-serving as I want to merge #11 by early next week.

I'd be happy to see it merged before tomorrow's meeting