Metadata-Version: 1.0
Name: swiftwind
Version: 0.2.0
Summary: User-friendly billing for communal households
Home-page: https://github.com/adamcharnock/swiftwind
Author: Adam Charnock
Author-email: adam@adamcharnock.com
License: MIT
Description: SwiftWind
        =========
        
        This readme has been autogenerated
        
        .. image:: https://img.shields.io/pypi/v/swiftwind.svg
            :target: https://badge.fury.io/py/swiftwind
        
        .. image:: https://img.shields.io/pypi/dm/swiftwind.svg
            :target: https://pypi.python.org/pypi/swiftwind
        
        .. image:: https://img.shields.io/github/license/adamcharnock/swiftwind.svg
            :target: https://pypi.python.org/pypi/swiftwind/
        
        .. image:: https://travis-ci.org/adamcharnock/swiftwind.svg?branch=master
            :target: https://travis-ci.org/adamcharnock/swiftwind/
        
        .. image:: https://coveralls.io/repos/github/adamcharnock/swiftwind/badge.svg?branch=master
            :target: https://coveralls.io/github/adamcharnock/swiftwind?branch=master
        
        Requirements
        ------------
        
        * Django >= 1.8
        * Postgres >= 9.2
        * Python 2.7, or >=3.4
        
        Installation
        ------------
        
        You can deploy directly to heroku using the swiftwind-heroku_ repository:
        
        .. image:: https://www.herokucdn.com/deploy/button.svg
            :target: https://heroku.com/deploy?template=https://github.com/adamcharnock/swiftwind-heroku
        
        You can also deploy Swiftwind within you own Django project. Good examples
        of this are the `example_project`_ within this directory, and the
        separate `swiftwind-heroku`_ project.
        
        Usage
        -----
        
        Once installed you will need to run the following ``manage.py`` commands::
        
            ./manage.py migrate
            ./manage.py createsuperuser
            ./manage.py swiftwind_create_accounts
        
        Credits
        -------
        
        Developed by `Adam Charnock`_. I'm a freelance developer, so do get in touch if you have a project.
        
        swiftwind is packaged using seed_.
        
        .. _seed: https://github.com/adamcharnock/seed/
        .. _swiftwind-heroku: https://github.com/adamcharnock/swiftwind-heroku
        .. _example_project: https://github.com/adamcharnock/swiftwind/tree/master/example_project
        .. _Adam Charnock: https://adamcharnock.com
        
Platform: UNKNOWN
