Skeleton for Python projects.
- Rename NAME directory to reflect the name of your main module.
- Update setup.py to reflect your project name, main module package, and your author information.
- Rename NAME_tests.py to reflect the name of your main module.
- Update NAME_tests.py import statement to reflect the name of your main module.
- Set your project version in NAME/init.py
From your project directory, simply run:
nosetests