Pypc Changelog
==============

Here you can see the full list of changes between each Pypc release.

Version 0.1.3
-------------

- Generates setup.py
- Code is much cleaner, code builds recursively
- Added html template files
- Fixing nosetests
- Removing wsgiref dependency (py3.4)
- README rst
- 0.1.35, fixed rel imports
- 0.1.37, fix header
- 0.1.38, add manifest, allow init w/ proj name (not only paths)
- 0.1.39, added minimalist mode (only setup.py, skips virtualenv)
-- added pypc -V version
-- added --fs pluggable json fs template (raises NotImplementedError)
-- variable README names supported with --rm (ominously named)
-- defaults author using getpass (questionable, likely won't work on windows)
- 0.1.40
-- fixing year
-- initing project in pwd instead of creating dir
-- adding disallow_customfs to handle custom fs integration gracefully
-- renaming pypc.py to create.py to fit under pip/commands
-- create cli.py + porting scripts/pypc functionality to __init__
-- py2.7.9 may require pyopenssl ndg-httpsclient pyasn1
-- added --strict flag to setup virtualenv + pip install deps
-- added --venv flag to specify venv directory

Version 0.1.2
-------------

- Travis ci, Added lint requirements
- Virtualenv setup + installation
- Test case scaffolding
- Pip install dependencies
- Requirements.txt

Version 0.1.1
-------------

Scaffolds an module with empty placeholder files

Version 0.1
------------

First public preview release.
