This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
cookiecutter-python-template
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
A starter template for new python projects
python
template
cookie
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
76 KiB
Python
74.8%
Batchfile
13.1%
Makefile
10.4%
Shell
1.7%
Tree:
deb69974f1
main
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'deb69974f1'
${ noResults }
cookiecutter-python-template
/
{{cookiecutter.package_name}}
/
tests
/
test_project.py
5 lines
102 B
Raw
Blame
History
from
{
{
cookiecutter
.
package_name
}
}
import
version
def
test_version
(
)
:
assert
version
==
'
0.0.1
'