-
pyup.io is by Cookiecutter Django core dev @jayfk, it's built off Cookiecutter tech. What's not to love?
Needs to be done for both the template and the generated package.
-
Here's an example:
https://github.com/audreyr/cookiecutter/blob/master/appveyor.yml
https://ci.appveyor.com/project/audreyr/cookiecutter/branch/master
-
The `docs` target in the generated `makefile` contains a last order:
```
open docs/_build/html/index.html
```
that fails in Linux systems as `open` is generally a symbolic link to `openvt`, a utilit…
-
See also that Python 2.6 support has been dropped in Pyramid 1.7 http://docs.pylonsproject.org/projects/pyramid/en/1.7-branch/whatsnew-1.7.html#backwards-incompatibilities
Affected files include:
- h…
-
Namespaces can be implemented in cookiecutter templates by appropriately parsing the repo_name within the jinja-templated directory names.
However it would be more readable and convenient if cookiecu…
petri updated
8 years ago
-
Example
``` bash
seq 10 | pyline -N 'd**2'
seq 100 | pyline -N 'sum(d)'
seq 100 | pyline -N 'sum(d)'
```
This will likely be contentious:
- `numpy` dependecy, interaction of `numpy` with `virtualenv…
-
Those looking to use pytest with this template have to manually gut unittest ;(
-
Hi there - am trying this cookiecutter package out for the first time. Thanks in advance!
I created initialized my repository, pushed it to github, and created/linked it with travis-ci. I even push…
-
Hi!
Great package :+1: Why not release it to pypi?
arve0 updated
8 years ago
-
Let's review the following issues/PRs and release v1.4.0 :smiley_cat:
#588
#595
#598
#604
#608