mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
The Google API Client for Python is a client library for accessing
the Buzz, Latitude, Moderator, Diacritize, Translate, Custom Search, Search API for Shopping, URL Shortener, and Prediction APIs. If you wish to use a Google API that is not in that list then you should look at the Google Data APIs Python Client Library (devel/py-gdata). WWW: http://code.google.com/p/google-api-python-client/
This commit is contained in:
parent
d32c7e00c7
commit
aa78ccfd3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272804
@ -1508,6 +1508,7 @@
|
||||
SUBDIR += py-formalchemy
|
||||
SUBDIR += py-formencode
|
||||
SUBDIR += py-funkload
|
||||
SUBDIR += py-google-api-python-client
|
||||
SUBDIR += py-gunicorn
|
||||
SUBDIR += py-html5lib
|
||||
SUBDIR += py-httplib2
|
||||
|
72
www/py-google-api-python-client/Makefile
Normal file
72
www/py-google-api-python-client/Makefile
Normal file
@ -0,0 +1,72 @@
|
||||
# New ports collection makefile for: google-api-python-client
|
||||
# Date created: 2011-04-16
|
||||
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= google-api-python-client
|
||||
#PORTVERSION=
|
||||
#PORTREVISION= 0
|
||||
DISTVERSION= 1.0beta1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Google API Client Library for Python
|
||||
|
||||
BUILD_DEPENDS= ${PKGNAMEPREFIX}gflags>=1.4:${PORTSDIR}/devel/py-gflags \
|
||||
${PKGNAMEPREFIX}httplib2>=0.6.0:${PORTSDIR}/www/py-httplib2 \
|
||||
${PKGNAMEPREFIX}oauth2>=1.5.167:${PORTSDIR}/net/py-oauth2
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}gflags>=1.4:${PORTSDIR}/devel/py-gflags \
|
||||
${PKGNAMEPREFIX}httplib2>=0.6.0:${PORTSDIR}/www/py-httplib2 \
|
||||
${PKGNAMEPREFIX}oauth2>=1.5.167:${PORTSDIR}/net/py-oauth2
|
||||
|
||||
USE_PYTHON= -2.7
|
||||
|
||||
USE_PYDISTUTILS= easy_install
|
||||
USE_ZIP= yes
|
||||
|
||||
OPTIONS= GAE "Use the library with Google App Engine" off \
|
||||
DJANGO "Use the library with Django" off
|
||||
|
||||
PYDISTUTILS_PKGVERSION= ${DISTVERSION}
|
||||
|
||||
FIND_FILES= ${WRKSRC} -type f -and \( -name "*.py" -or -name "enable-app-engine-project" \) -print0
|
||||
FIND_FILES_BAK= ${WRKSRC} -type f -name "*.bak"
|
||||
|
||||
XARGS_ARGS= -0
|
||||
|
||||
REINPLACE_ARGS= -i.bak -e 's,/usr/bin/env python,&${PYTHON_VER},' \
|
||||
-e 's,/usr/bin/python.*,${PYTHON_CMD},'
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
${FIND} ${FIND_FILES} | ${XARGS} ${XARGS_ARGS} ${REINPLACE_CMD}
|
||||
@${FIND} ${FIND_FILES_BAK} -delete
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GAE)
|
||||
RUN_DEPENDS+= google-appengine>=1.4.3:${PORTSDIR}/www/google-appengine
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DJANGO)
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}django>=1.3:${PORTSDIR}/www/py-django
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
www/py-google-api-python-client/distinfo
Normal file
2
www/py-google-api-python-client/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (google-api-python-client-1.0beta1.zip) = 3370b8c50fd242d764af14f5a61bebb5840331158ff254ff2ba5a7018d14f619
|
||||
SIZE (google-api-python-client-1.0beta1.zip) = 762586
|
8
www/py-google-api-python-client/pkg-descr
Normal file
8
www/py-google-api-python-client/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
The Google API Client for Python is a client library for accessing
|
||||
the Buzz, Latitude, Moderator, Diacritize, Translate, Custom Search,
|
||||
Search API for Shopping, URL Shortener, and Prediction APIs.
|
||||
|
||||
If you wish to use a Google API that is not in that list then you should
|
||||
look at the Google Data APIs Python Client Library (devel/py-gdata).
|
||||
|
||||
WWW: http://code.google.com/p/google-api-python-client/
|
538
www/py-google-api-python-client/pkg-plist
Normal file
538
www/py-google-api-python-client/pkg-plist
Normal file
@ -0,0 +1,538 @@
|
||||
@comment $FreeBSD$
|
||||
bin/enable-app-engine-project
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/enable-app-engine-project
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/anyjson.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/anyjson.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/anyjson.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/buzz/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/buzz/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/buzz/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/buzz/future.json
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/latitude/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/latitude/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/latitude/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/latitude/future.json
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/moderator/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/moderator/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/moderator/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/moderator/future.json
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/discovery.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/discovery.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/discovery.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/errors.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/errors.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/errors.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/appengine.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/appengine.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/appengine.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/authtools.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/authtools.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/authtools.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/django_orm.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/django_orm.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/django_orm.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/file.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/file.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext/file.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/http.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/http.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/http.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/model.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/model.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/model.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/oauth.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/oauth.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/oauth.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/appengine.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/appengine.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/appengine.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/client.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/client.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/client.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/django_orm.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/django_orm.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/django_orm.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/file.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/file.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/file.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/tools.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/tools.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client/tools.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/uritemplate/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/uritemplate/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/uritemplate/__init__.pyo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apiclient.anyjson.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apiclient.discovery.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apiclient.errors.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apiclient.ext.appengine.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apiclient.ext.authtools.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apiclient.ext.django_orm.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apiclient.ext.file.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apiclient.ext.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apiclient.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apiclient.http.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apiclient.model.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apiclient.oauth.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/buzz.v1.activities.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/buzz.v1.comments.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/buzz.v1.groups.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/buzz.v1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/buzz.v1.people.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/buzz.v1.photoAlbums.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/buzz.v1.photos.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/buzz.v1.related.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/chromewebstore.v1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/chromewebstore.v1.licenses.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/customsearch.v1.cse.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/customsearch.v1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/diacritize.v1.diacritize.corpus.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/diacritize.v1.diacritize.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/diacritize.v1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/latitude.v1.currentLocation.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/latitude.v1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/latitude.v1.location.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.featured.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.featured.series.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.global.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.global.series.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.my.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.my.series.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.myrecent.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.myrecent.series.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.profiles.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.responses.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.series.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.series.responses.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.series.submissions.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.submissions.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.tags.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.topics.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.topics.submissions.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/moderator.v1.votes.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/prediction.v1.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/prediction.v1.1.training.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/shopping.v1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/shopping.v1.products.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/translate.v2.detections.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/translate.v2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/translate.v2.languages.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/translate.v2.translations.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/urlshortener.v1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dyn/urlshortener.v1.url.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/httplib2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/httplib2.iri2uri.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/httplib2.socks.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/oauth2client.appengine.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/oauth2client.client.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/oauth2client.django_orm.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/oauth2client.file.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/oauth2client.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/oauth2client.tools.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/uritemplate.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/anyjson.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/contrib/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/contrib/buzz/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/contrib/buzz/future.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/contrib/latitude/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/contrib/latitude/future.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/contrib/moderator/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/contrib/moderator/future.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/discovery.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/errors.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/ext/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/ext/appengine.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/ext/authtools.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/ext/django_orm.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/ext/file.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/http.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/model.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/apiclient/oauth.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/app.yaml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/gflags.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/gflags_validators.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/httplib2/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/httplib2/iri2uri.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/httplib2/socks.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/index.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/index.yaml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/main.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/oauth2/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/oauth2/clients/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/oauth2/clients/imap.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/oauth2/clients/smtp.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/._decoder.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/._encoder.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/._ordered_dict.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/._scanner.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/._tool.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/decoder.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/encoder.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/ordered_dict.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/scanner.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/.___init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/._test_decimal.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/._test_decode.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/._test_default.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/._test_dump.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/._test_encode_basestring_ascii.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/._test_float.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/._test_separators.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/._test_unicode.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_check_circular.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_decimal.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_decode.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_default.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_dump.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_encode_basestring_ascii.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_encode_for_html.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_fail.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_float.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_indent.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_pass1.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_pass2.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_pass3.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_recursion.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_scanstring.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_separators.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_speedups.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests/test_unicode.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/simplejson/tool.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api-python-client-doc/uritemplate/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/anyjson.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/contrib/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/contrib/buzz/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/contrib/buzz/future.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/contrib/latitude/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/contrib/latitude/future.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/contrib/moderator/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/contrib/moderator/future.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/discovery.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/errors.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/ext/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/ext/appengine.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/ext/authtools.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/ext/django_orm.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/ext/file.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/http.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/model.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/apiclient/oauth.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/app.yaml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/gflags.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/gflags_validators.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/httplib2/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/httplib2/iri2uri.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/httplib2/socks.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/index.yaml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/main.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/oauth2/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/oauth2/clients/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/oauth2/clients/imap.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/oauth2/clients/smtp.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/oauth2client/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/oauth2client/appengine.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/oauth2client/client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/oauth2client/django_orm.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/oauth2client/file.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/oauth2client/tools.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/._decoder.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/._encoder.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/._ordered_dict.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/._scanner.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/._tool.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/decoder.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/encoder.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/ordered_dict.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/scanner.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/.___init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/._test_decimal.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/._test_decode.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/._test_default.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/._test_dump.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/._test_encode_basestring_ascii.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/._test_float.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/._test_separators.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/._test_unicode.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_check_circular.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_decimal.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_decode.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_default.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_dump.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_encode_basestring_ascii.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_encode_for_html.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_fail.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_float.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_indent.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_pass1.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_pass2.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_pass3.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_recursion.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_scanstring.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_separators.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_speedups.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tests/test_unicode.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/simplejson/tool.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/static/go.png
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/uritemplate/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appengine/welcome.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buzz/buzz.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/customsearch/main.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debugging/main.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diacritize/main.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/django_sample/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/django_sample/buzz/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/django_sample/buzz/models.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/django_sample/buzz/tests.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/django_sample/buzz/views.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/django_sample/manage.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/django_sample/settings.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/django_sample/static/go.png
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/django_sample/templates/buzz/login.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/django_sample/templates/buzz/welcome.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/django_sample/urls.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/latitude/latitude.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/local/main.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/localdiscovery/buzz.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/localdiscovery/buzz.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/moderator/moderator.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/anyjson.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/contrib/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/contrib/buzz/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/contrib/buzz/future.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/contrib/latitude/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/contrib/latitude/future.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/contrib/moderator/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/contrib/moderator/future.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/discovery.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/errors.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/ext/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/ext/appengine.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/ext/authtools.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/ext/django_orm.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/ext/file.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/http.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/model.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/apiclient/oauth.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/app.yaml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/gflags.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/gflags_validators.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/httplib2/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/httplib2/iri2uri.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/httplib2/socks.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/index.yaml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/main.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/oauth2/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/oauth2/clients/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/oauth2/clients/imap.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/oauth2/clients/smtp.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/new_project_template/uritemplate/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/anyjson.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/contrib/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/contrib/buzz/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/contrib/buzz/future.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/contrib/latitude/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/contrib/latitude/future.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/contrib/moderator/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/contrib/moderator/future.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/discovery.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/errors.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/ext/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/ext/appengine.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/ext/authtools.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/ext/django_orm.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/ext/file.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/http.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/model.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/oauth.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/app.yaml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/gflags.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/gflags_validators.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/httplib2/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/httplib2/iri2uri.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/httplib2/socks.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/index.yaml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/main.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/oauth2client/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/oauth2client/appengine.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/oauth2client/client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/oauth2client/django_orm.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/oauth2client/file.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/oauth2client/tools.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/._decoder.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/._encoder.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/._ordered_dict.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/._scanner.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/._tool.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/decoder.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/encoder.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/ordered_dict.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/scanner.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/.___init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/._test_decimal.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/._test_decode.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/._test_default.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/._test_dump.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/._test_encode_basestring_ascii.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/._test_float.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/._test_separators.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/._test_unicode.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_check_circular.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_decimal.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_decode.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_default.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_dump.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_encode_basestring_ascii.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_encode_for_html.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_fail.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_float.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_indent.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_pass1.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_pass2.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_pass3.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_recursion.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_scanstring.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_separators.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_speedups.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests/test_unicode.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tool.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/uritemplate/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/dailymotion/welcome.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/django_sample/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/django_sample/buzz/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/django_sample/buzz/models.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/django_sample/buzz/tests.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/django_sample/buzz/views.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/django_sample/manage.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/django_sample/settings.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/django_sample/static/go.png
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/django_sample/templates/buzz/login.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/django_sample/templates/buzz/welcome.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oauth2/django_sample/urls.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prediction/main.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/searchforshopping/basic.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/searchforshopping/crowding.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/searchforshopping/fulltextsearch.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/searchforshopping/histograms.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/searchforshopping/main.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/searchforshopping/pagination.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/searchforshopping/ranking.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/searchforshopping/restricting.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threadqueue/main.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/translate/main.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/urlshortener/main.py
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/urlshortener
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/translate
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/threadqueue
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/searchforshopping
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/prediction
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/django_sample/templates/buzz
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/django_sample/templates
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/django_sample/static
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/django_sample/buzz
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/django_sample
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/dailymotion/uritemplate
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/dailymotion/simplejson/tests
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/dailymotion/simplejson
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/dailymotion/oauth2client
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/dailymotion/httplib2
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/ext
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/contrib/moderator
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/contrib/latitude
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/contrib/buzz
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/dailymotion/apiclient/contrib
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/dailymotion/apiclient
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2/dailymotion
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth2
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/new_project_template/uritemplate
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/new_project_template/oauth2/clients
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/new_project_template/oauth2
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/new_project_template/httplib2
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/new_project_template/apiclient/ext
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/new_project_template/apiclient/contrib/moderator
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/new_project_template/apiclient/contrib/latitude
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/new_project_template/apiclient/contrib/buzz
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/new_project_template/apiclient/contrib
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/new_project_template/apiclient
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/new_project_template
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/moderator
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/localdiscovery
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/local
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/latitude
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/django_sample/templates/buzz
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/django_sample/templates
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/django_sample/static
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/django_sample/buzz
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/django_sample
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/diacritize
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/debugging
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/customsearch
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/buzz
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/uritemplate
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/static
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/simplejson/tests
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/simplejson
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/oauth2client
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/oauth2/clients
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/oauth2
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/httplib2
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/apiclient/ext
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/apiclient/contrib/moderator
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/apiclient/contrib/latitude
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/apiclient/contrib/buzz
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/apiclient/contrib
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine/apiclient
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/appengine
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc/uritemplate
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc/simplejson/tests
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc/simplejson
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc/oauth2/clients
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc/oauth2
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc/httplib2
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc/apiclient/ext
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc/apiclient/contrib/moderator
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc/apiclient/contrib/latitude
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc/apiclient/contrib/buzz
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc/apiclient/contrib
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc/apiclient
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api-python-client-doc
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/dyn
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/uritemplate
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauth2client
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/ext
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/moderator
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/latitude
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib/buzz
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient/contrib
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apiclient
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
Loading…
Reference in New Issue
Block a user