Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/setuptools-boilerplate
Template for python projects
https://github.com/zenhack/setuptools-boilerplate
Last synced: 16 days ago
JSON representation
Template for python projects
- Host: GitHub
- URL: https://github.com/zenhack/setuptools-boilerplate
- Owner: zenhack
- License: cc0-1.0
- Created: 2015-05-25T00:58:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T00:19:44.000Z (about 9 years ago)
- Last Synced: 2024-10-22T07:00:13.462Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
This is a template python project; it contains a basic setup.py,
.gitignore, and other boilerplate common to all/almost all python
packages. Feel free to clone it and edit to start your project. I'm
releasing it to the public domain (CC0). You don't even have to credit
me if you don't want -- feel free to `git commit --amend` on your first
commit if you don't want this in the history for some reason. The
legalese is in `COPYING`.