Projects tagged ‘google’ and ‘python’


Jump to tag:

Projects tagged ‘google’ and ‘python’

Filtered by Project Tags google python

Refine results Project Tags appengine (7) java (6) django (5) php (3) web (3) gae (3) api (3) csharp (3) cplusplus (3) bigtable (3) xml (3) gdata (3)

[38 total ]

70 Users

The Android Scripting Environment (ASE) brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. These scripts ... [More] have access to many of the APIs available to full-fledged Android applications, but with a greatly simplified interface that makes it easy to: * Handle intents * Start activities * Make phone calls * Send text messages * Scan bar codes * Poll location and sensor data * Use text-to-speech * And more Scripts can be run interactively in a terminal, started as a long running service, or started via Locale. Python, Perl, JRuby, Lua and BeanShell are currently supported, and we're planning to add more. [Less]
Created 6 months ago.

43 Users
   

Google App Engine enables developers to build python web applications on the same scalable systems that power Google's applications. Google App Engine exposes a fully-integrated development ... [More] environment. Google App Engine makes it easy to design scalable applications that grow from one to millions of users without infrastructure headaches. Every Google App Engine application can use up to 500MB persistent storage and 5 million monthly page views, free. [Less]
Created about 1 year ago.

10 Users

We couldn't wait until the guys at Google released their reference server implementation, so we decided to build our own in the meantime. This implementation uses Django - a well-known python web ... [More] framework - as its backend and is in a very early stage. Just as Google, I want to release it to the public as fast as possible. In the end, this will eventually be a full-featured server implementation for easy use, extention and integration with your web servers and applications. Note: All of the code is directly derived from Google's published Wave API and protocol specification. [Less]
Created 4 months ago.

9 Users

With app-engine-patch a major part of Django works on App Engine without any modifications. An important feature is use of Google's native 'Model' class to interact with the 'Big Table' database ... [More] , rather than the Django ORM. This has the advantage that you can use new datastore features as soon as they get released, and code optimized for the App Engine Datastore can be reused from both Django and WebApp projects. Many optional, useful extras are provided in the companion 'ragendja' library to speed up your App Engine development. [Less]
Created 12 months ago.

6 Users

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
Created about 1 year ago.

3 Users

Melange, the Spice of CreationThe goal of this project is to create a framework for representing Open Source contribution workflows, such as the existing Google Summer of Code TM (GSoC) program. ... [More] Using this framework, it will be possible to host future Google Summer of Code programs (and other similar programs, such as the Google Highly Open Participation TM Contest, or GHOP) on Google App Engine. If you are interested in participating, check out our GettingStarted guide. If you would like to keep up with what is going on with Melange development, you can subscribe to the updates feed. [Less]
Created about 1 year ago.

2 Users
 

jablit is designed to be an effective text mode jabber client, it's written in Python
Created over 2 years ago.

2 Users

The Google data Python Client Library provides a library and source code that make it easy to access data through Google Data APIs.
Created about 1 year ago.

1 Users

An optimization branch of CPython, intended to be fully compatible and significantly faster. See the ProjectPlan for details on what we're building. The FAQ provides quick answers to common ... [More] questions we've been getting. Benchmark numbers for our 2009Q3 release can be found on the Release2009Q3 page. See GettingStarted for checkout and build instructions. Release history: 2009Q1: 1 April 2009 2009Q2: 13 July 2009 2009Q3: 20 October 2009 Send any questions/comments/flames to unladen-swallow@googlegroups.com. We also hang out on irc.oftc.net in #unladenswallow. [Less]
Created 8 months ago.

1 Users

Featuressynchronizes users from Active Directory or openldap into Google Apps detects new and exited users automatically and changes Google Apps accounts accordingly handles user id / account renames ... [More] automatically handles attribute updates automatically keeps track of changes and only propagates deltas (to allow syncing every 10 minutes for example) This tool uses an API that is deprecated (see GData Provisioning API 1.0). You might want to consider using the following alternative: Google Apps Directory Sync InstallationBe sure you have Python 2.4 or later installed. Download a read only copy of ldap-sync with svn checkout http://google-apps-for-your-domain-ldap-sync.googlecode.com/svn/trunk/ google-apps-for-your-domain-ldap-sync You can also download the tarball if you prefer. You must use the python client of the Google Apps provisioning API v1.0. To download a copy use svn checkout http://google-apps-provisioning-api-client.googlecode.com/svn/trunk/python google-apps-provisioning-api-client or download the latest provisioning api python client library. Be sure to set your PYTHONPATH to the root of where the python client library is loaded (there should be a google/appsforyourdomain subfolder below wherever PYTHONPATH points if you've done it correctly). Finally, download and install the latest python-ldap from sourceforge. UsageSee the document How to Use It [Less]
Created about 1 year ago.