Description: Append egg-info builten by python setup.py build
Origin: upstream
Last-Update: 2014-01-15
Index: django-oauth-plus-2.2.3/django_oauth_plus.egg-info/PKG-INFO
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ django-oauth-plus-2.2.3/django_oauth_plus.egg-info/PKG-INFO	2014-01-15 06:45:13.578094217 +0900
@@ -0,0 +1,17 @@
+Metadata-Version: 1.1
+Name: django-oauth-plus
+Version: 2.2.3
+Summary: Support of OAuth 1.0a in Django using python-oauth2.
+Home-page: http://code.welldev.org/django-oauth-plus/
+Author: David Larlet
+Author-email: david@larlet.fr
+License: UNKNOWN
+Description: UNKNOWN
+Platform: UNKNOWN
+Classifier: Development Status :: 4 - Beta
+Classifier: Environment :: Web Environment
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Framework :: Django
Index: django-oauth-plus-2.2.3/django_oauth_plus.egg-info/SOURCES.txt
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ django-oauth-plus-2.2.3/django_oauth_plus.egg-info/SOURCES.txt	2014-01-15 06:45:13.578094217 +0900
@@ -0,0 +1,44 @@
+setup.py
+django_oauth_plus.egg-info/PKG-INFO
+django_oauth_plus.egg-info/SOURCES.txt
+django_oauth_plus.egg-info/dependency_links.txt
+django_oauth_plus.egg-info/not-zip-safe
+django_oauth_plus.egg-info/requires.txt
+django_oauth_plus.egg-info/top_level.txt
+oauth_provider/__init__.py
+oauth_provider/admin.py
+oauth_provider/backends.py
+oauth_provider/compat.py
+oauth_provider/consts.py
+oauth_provider/decorators.py
+oauth_provider/forms.py
+oauth_provider/managers.py
+oauth_provider/models.py
+oauth_provider/responses.py
+oauth_provider/urls.py
+oauth_provider/utils.py
+oauth_provider/views.py
+oauth_provider/migrations/0001_initial.py
+oauth_provider/migrations/0002_auto__add_field_consumer_xauth_allowed.py
+oauth_provider/migrations/0003_auto__add_field_nonce_timestamp.py
+oauth_provider/migrations/0004_resource_to_scope.py
+oauth_provider/migrations/0005_auto__chg_field_token_scope.py
+oauth_provider/migrations/__init__.py
+oauth_provider/runtests/__init__.py
+oauth_provider/runtests/manage.py
+oauth_provider/runtests/runtests.py
+oauth_provider/runtests/settings.py
+oauth_provider/runtests/urls.py
+oauth_provider/runtests/test_app/__init__.py
+oauth_provider/runtests/test_app/models.py
+oauth_provider/store/__init__.py
+oauth_provider/store/db.py
+oauth_provider/tests/__init__.py
+oauth_provider/tests/auth.py
+oauth_provider/tests/compat.py
+oauth_provider/tests/decorators.py
+oauth_provider/tests/issues.py
+oauth_provider/tests/models.py
+oauth_provider/tests/protocol.py
+oauth_provider/tests/tests.py
+oauth_provider/tests/xauth.py
\ No newline at end of file
Index: django-oauth-plus-2.2.3/django_oauth_plus.egg-info/dependency_links.txt
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ django-oauth-plus-2.2.3/django_oauth_plus.egg-info/dependency_links.txt	2014-01-15 06:45:13.578094217 +0900
@@ -0,0 +1 @@
+
Index: django-oauth-plus-2.2.3/django_oauth_plus.egg-info/not-zip-safe
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ django-oauth-plus-2.2.3/django_oauth_plus.egg-info/not-zip-safe	2014-01-15 06:45:13.578094217 +0900
@@ -0,0 +1 @@
+
Index: django-oauth-plus-2.2.3/django_oauth_plus.egg-info/requires.txt
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ django-oauth-plus-2.2.3/django_oauth_plus.egg-info/requires.txt	2014-01-15 06:45:13.578094217 +0900
@@ -0,0 +1,3 @@
+Django>=1.3
+oauth2>=1.5.170
+South>=0.7.5
\ No newline at end of file
Index: django-oauth-plus-2.2.3/django_oauth_plus.egg-info/top_level.txt
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ django-oauth-plus-2.2.3/django_oauth_plus.egg-info/top_level.txt	2014-01-15 06:45:13.578094217 +0900
@@ -0,0 +1 @@
+oauth_provider
