Metadata-Version: 1.1
Name: erepapi
Version: 0.1.0
Summary: Unofficial python wrapper for erepublik api
Home-page: https://github.com/Nikola-K/erepapi
Author: Nikola Kovacevic
Author-email: nikolak@outlook.com
License: MIT
Description: =============================
        erepapi
        =============================
        
        .. image:: https://badge.fury.io/py/erepapi.png
            :target: http://badge.fury.io/py/erepapi
        
        .. image:: https://pypip.in/d/erepapi/badge.png
                :target: https://crate.io/packages/erepapi?version=latest
        
        
        Unofficial python wrapper for erepublik api
        
        
        Features
        --------
        
        * Simple access to api.erepublik.com
        
        * Class based objects for Citizens, Regions, Countries, Battles, Country Regions
        
        * Python 2 and 3 supported.
        
        * pip installer
        
        * No 3rd party dependencies
        
        * Examples provided for all classes
        
        
        License (MIT)
        --------
        
        Copyright (c) 2013 Nikola Kovacevic
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
        the Software, and to permit persons to whom the Software is furnished to do so,
        subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
        IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
        
        Documentation
        -------------
        
        The full documentation is at http://erepapi.rtfd.org.
        
        
        
        History
        -------
        
        0.1.0 (2013-09-25)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: erepapi
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
