Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
adding arecibo
Browse files Browse the repository at this point in the history
  • Loading branch information
davedash committed Dec 2, 2011
1 parent 754c604 commit 8bf2c49
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lib/python/arecibo-0.1.3-py2.7.egg-info/PKG-INFO
@@ -0,0 +1,18 @@
Metadata-Version: 1.0
Name: arecibo
Version: 0.1.3
Summary: Connector from Python to Arecibo
Home-page: http://clearwind.ca
Author: Clearwind Consulting
Author-email: andy@clearwind.ca
License: BSD
Description: This is the next version of the Arecibo API which connects to the Google App Engine implementation of Arecibo.

Arecibo is an open source application to provide error logging and notifications for your web sites.

See http://areciboapp.com/docs/client/python.html for more information


Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
17 changes: 17 additions & 0 deletions lib/python/arecibo-0.1.3-py2.7.egg-info/SOURCES.txt
@@ -0,0 +1,17 @@
README.txt
setup.cfg
setup.py
arecibo/__init__.py
arecibo/arecibo.py
arecibo.egg-info/PKG-INFO
arecibo.egg-info/SOURCES.txt
arecibo.egg-info/dependency_links.txt
arecibo.egg-info/entry_points.txt
arecibo.egg-info/not-zip-safe
arecibo.egg-info/requires.txt
arecibo.egg-info/top_level.txt
arecibo/simplejson/__init__.py
arecibo/simplejson/decoder.py
arecibo/simplejson/encoder.py
arecibo/simplejson/scanner.py
arecibo/simplejson/tool.py
@@ -0,0 +1 @@

3 changes: 3 additions & 0 deletions lib/python/arecibo-0.1.3-py2.7.egg-info/entry_points.txt
@@ -0,0 +1,3 @@

# -*- Entry points: -*-

22 changes: 22 additions & 0 deletions lib/python/arecibo-0.1.3-py2.7.egg-info/installed-files.txt
@@ -0,0 +1,22 @@
../arecibo/__init__.py
../arecibo/arecibo.py
../arecibo/simplejson/__init__.py
../arecibo/simplejson/decoder.py
../arecibo/simplejson/encoder.py
../arecibo/simplejson/scanner.py
../arecibo/simplejson/tool.py
../arecibo/__init__.pyc
../arecibo/arecibo.pyc
../arecibo/simplejson/__init__.pyc
../arecibo/simplejson/decoder.pyc
../arecibo/simplejson/encoder.pyc
../arecibo/simplejson/scanner.pyc
../arecibo/simplejson/tool.pyc
./
dependency_links.txt
entry_points.txt
not-zip-safe
PKG-INFO
requires.txt
SOURCES.txt
top_level.txt
1 change: 1 addition & 0 deletions lib/python/arecibo-0.1.3-py2.7.egg-info/not-zip-safe
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions lib/python/arecibo-0.1.3-py2.7.egg-info/requires.txt
@@ -0,0 +1 @@
setuptools
1 change: 1 addition & 0 deletions lib/python/arecibo-0.1.3-py2.7.egg-info/top_level.txt
@@ -0,0 +1 @@
arecibo

0 comments on commit 8bf2c49

Please sign in to comment.