Metadata-Version: 1.1
Name: django-onesky
Version: 0.2
Summary: OneSky inline translation library for Django
Home-page: http://github.com/onesky/django-onesky/
Author: Chris Lam
Author-email: chris@oneyskyapp.com
License: MIT License
Description: ===============
        django-onesky
        ===============
        
        OneSky Inline Translation library for Django
        
        See full documentation at http://www.oneskyapp.com
        
        To wrap text string with <os-p> tag::
        
        	trans('my string')
        
        To wrap text string with special prefix and suffix::
        
        	trans2('my string')
        
        
        Installation
        ============
        
        Install via ``pip``::
        
            $ pip install django-onesky
        
        
        Setup
        =====
        
        1. Add ``onesky`` to INSTALLED_APPS in your django settings file.
        
            ::
        
                INSTALLED_APPS = (
                    ...
                    'onesky',
                    ...
                )
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Utilities
