biocore / pyqi

Tools for developing and testing command line interfaces in Python.
Other
9 stars 13 forks source link

Add pyqi create-package #253

Closed ElDeveloper closed 10 years ago

ElDeveloper commented 10 years ago

Should create a base directory structure and files like README, setup.py, init.py, etc.

$ pyqi create-package -o foo
$ ls foo
COPYING.txt  MANIFEST.in  README.md    foo         setup.py     tox.ini
ChangeLog.md   doc          scripts      tests
wasade commented 10 years ago

:+1:

josenavas commented 10 years ago

Are we going to use the directory structure that we have in bipy in all our projects? If so, the tests folder shouldn't be there.

jairideout commented 10 years ago

:+1: pyqi is so meta

I like bipy's directory structure

ElDeveloper commented 10 years ago

http://xkcd.com/917/

wasade commented 10 years ago

jairideout commented 10 years ago

hahahaha

wasade commented 10 years ago

Closing as this is covered in #258