Metadata-Version: 1.1
Name: django-social-publisher
Version: 0.5.6
Summary: Server-side content publishing extension for django-social-auth.
Home-page: https://github.com/scailer/django-social-publisher/
Author: Dmitriy Vlasov
Author-email: scailer@veles.biz
License: MIT license
Description: 
        Extension for python-social-auth [https://pypi.python.org/pypi/python-social-auth/]
        that add ability to create posts in social nets from registered user directly.
        
        Module contains pluggable system of social-nets backends and handlers for adapt
        user content to social nets API format.
        
        For writing you own haandlers, see examples in source code.
        
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
