Metadata-Version: 1.1
Name: django-fiobank
Version: 0.0.1
Summary: Django-app for managing and processing Fio Bank transaction
Home-page: https://github.com/rbas/django-fiobank
Author: Martin Voldrich
Author-email: rbas.cz@gmail.com
License: Copyright (c) 2013, Martin Voldrich <rbas.cz@gmail.com>

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Description: ==============
        Django fiobank
        ==============
        
        Django-app for managing and processing Fio Bank transaction.
        
        Installation
        ------------
        
        1. Get and install the code::
        
            git clone git@github.com:rbas/django-fiobank.git
            cd django-fiobank
            python setup.py install
        
        or install via pip::
        
            pip install django_fiobank
        
        2. Add 'django_fiobank' to INSTALLED_APPS
        3. Run django migration::
        
            ./manage.py migrate django_fiobank
        
        
        Usage
        -----
        Run django in your browser and register Accounts and token for `Fio Bank Api  <http://www.fio.cz/bank-services/internetbanking-api>`_.
        
        Downloading a save your bank transaction::
        
            ./manage.py fiodownload
        
        
        Use django.post_save signal on model Transaction for couple your invoice.
        
        
        For further information read code.
        
        
        License: ICS
        ------------
        © 2013 Martin Voldrich <rbas.cz@gmail.com>
        
        This work is licensed under `ISC license <https://en.wikipedia.org/wiki/ISC_license>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
