-
[Speed up pip install](http://blog.ionelmc.ro/2015/01/02/speedup-pip-install/) is a really great idea. Caches are supported on both [Travis](http://docs.travis-ci.com/user/caching/) and [AppVeyor](htt…
-
One drawback of cookiecutter is that more complex templates have to be instantiated in toto. While this might be appropriate in some cases, it overwhelms new users and developers of new projects alike…
-
The "Core Technology in pyDatalog" `` is outstanding.
( https://sites.google.com/site/pydatalog/home )
This CSS rule makes it far easier to read, IMHO:
``` css
div#sites-canvas-main-content td {
b…
-
It should be a great thing to track version number in git tags, like in Django project.
I think a little script which register to PyPi, create tag and push it will do the job.
(Don't use `setup.py re…
-
The message should ask me about recloning `/Users/audreyr/.cookiecutters/cookiecutter-pypackage`, not `/Users/audreyr/.cookiecutters`.
```
$ cookiecutter https://github.com/eliasdorneles/cookiecutter…
-
https://github.com/audreyr/cookiecutter-pypackage/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/tox.ini#L9
-
From @mcdonc:
> people try to import **version** from within setup.py which has hilarious results often
> it makes more sense if you consider what can go bad when you try to import something from a p…
-
There are currently no requirements-dev.txt
Consider adding it for packages like flake8, etc.
-
Hi,
Is the 'test.sh' script intended to be run as is ?
I tried to run it and face the error below
./test.sh
cp: cannot stat ‘/home/foobar/tmptest/_cookiecutter._’: No such file or directory
Seems t…
ghost updated
9 years ago
-
I'm new here and IMHO it would be really useful. How the things work here? I send a PR or just push the code (if I have access for it)? Is there a rule about code coverage ? (e.g. min. percent, "don't…