-
- Following the standard packaging structure helps maintain clean code and allows others to easily jump in and contribute
- e.g., https://docs.python-guide.org/writing/structure/, https://github.com/…
-
See https://github.com/DAI-Lab/cookiecutter-pypackage/issues/1
-
I have been using cookiecutter on many projects (eg. pyephem_sunpath). It has been very useful. The help command shows the functionality:
$ make help
clean remove all …
-
When creating a django project using PyScaffold, the created folder structure doesn't follow PyScaffold 3.* `src` layout.
### Steps to reproduce:
- With PyScaffold > 3.0, do:
```bash
$ putup myp…
-
Hi,
Why have own CLI, when [cookiecutter](https://cookiecutter.readthedocs.io) does exactly the same?
I see why you make a dir structure template, but why reinvent the wheel with a renderer?
…
-
There are a few tools that allow for fairly nice automatic versioning. Something to think about but certainly not necessary.
https://docs.openstack.org/pbr/latest/user/features.html#version
And…
ctk3b updated
6 years ago
-
- need better system for starting packages-- maybe a trello board?
- proposal:
- let's start with a tello board to outline the key important components
- then we'll see what we can/should autom…
-
Currently the 1. nav-level doesn't show content and it's only purpose is to trigger the collapse.
It would be great to be able to generate one page(in the nav-bar) that contains all content of its su…
-
DAI Lab has a cookiecutter for python projects at https://github.com/DAI-Lab/cookiecutter-pypackage
Let's add all of that scaffolding to BTB
See also #19
-
## Description
Add a `CONTRIBUTE` file to cookiecutter and template which is shown on GitHub.
Links:
* https://blog.github.com/2016-02-17-issue-and-pull-request-templates/
* https://github.com…