Metadata-Version: 1.1
Name: balanced
Version: 0.11.7
Summary: Payments platform for marketplaces
Home-page: https://balancedpayments.com/
Author: Mahmoud Abdelkader
Author-email: support@balancedpayments.com
License: BSD
Description: # Balanced
        
        Online Marketplace Payments
        
        [![Build Status](https://secure.travis-ci.org/balanced/balanced-python.png?branch=master)](http://travis-ci.org/balanced/balanced-python)
        
        ## Installation
        
            pip install balanced
        
        ## Usage
        
        View Balanced's online tutorial and documentation at https://www.balancedpayments.com/docs/overview?language=python
        
        ## Contributing
        
        1. Fork it
        2. Create your feature branch (`git checkout -b my-new-feature`)
        3. Write your code **and unit tests**
        4. Ensure all tests still pass (`nosetests`)
        5. [PEP8](http://pypi.python.org/pypi/pep8) your code
        6. Commit your changes (`git commit -am 'Add some feature'`)
        7. Push to the branch (`git push origin my-new-feature`)
        8. Create new pull request
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
