Metadata-Version: 1.1
Name: bottle-utils-common
Version: 0.2
Summary: Commmon utilities for developing apps with Bottle web framework
Home-page: http://outernet-project.github.io/bottle-utils/
Author: Outernet Inc
Author-email: branko@outernet.is
License: BSD
Description: ===================
        Bottle Utils Common
        ===================
        
        Bottle Utils is a collection of loosely related packages for developing web
        applications using Bottle_ web framework. This package contains the common
        utilities shared by some of the Bottle Utils packages.
        
        It includes helper functions for writing code that should be compatible with
        both Python 2 and Python 3, as well as helpers for working with unicode 
        strings and URLs.
        
        This package is required by some of the other Bottle Utils packages.
        
        .. _Bottle: http://bottlepy.org/
        
Keywords: bottle utils unicode compatibility
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Framework :: Bottle
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
