Skip to content

Commit

Permalink
Release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Jul 18, 2013
1 parent dbc6e9c commit b005ea7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,15 @@
History
-------

0.3 (2013-07-18)
++++++++++++++++++

* Graceful shutdown/restart of dev server.
* Required input and output dir arguments.
* Optional port argument.
* Improved server start/stop messages.
* Major internal refactor.

0.2.1 (2013-07-15)
++++++++++++++++

Expand Down
19 changes: 18 additions & 1 deletion README.rst
Expand Up @@ -29,7 +29,24 @@ Features
* Takes simple HTML templates as input.
* Template inheritance, filters, etc. (Brought to you by Jinja2.)
* Data from .json files turns into template context data.
* Can output to Amazon S3. Well, not yet, but that's half of the plan.

Best Used With
--------------

Complexity is designed to be used with these packages:

* `Simplicity`: Converts ReStructuredText into JSON, which Complexity can use
as input.
* `A Lot of Effort`: Deploys a static website (e.g. the output of Complexity)
to Amazon S3.
* `Cookiecutter`: Creates projects from project templates.

Sure, they could have all been built into Complexity, but decoupling them
seemed like a nice thing to do.

.. _`Simplicity`: https://github.com/pydanny/simplicity
.. _`A Lot if Effort`: https://github.com/audreyr/alotofeffort
.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter

Dependencies
------------
Expand Down
4 changes: 3 additions & 1 deletion complexity/__init__.py 100644 → 100755
@@ -1 +1,3 @@
__version__ = '0.2.1'
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__version__ = '0.3'

0 comments on commit b005ea7

Please sign in to comment.