[Python-modules-commits] r1747 - in /packages/myghtyutils: ./
branches/ branches/upstream/
branches/upstream/current/ branches/upstream/current/lib/
branches/upstream/current/lib/MyghtyUtils.egg-info/ tags/
malex at users.alioth.debian.org
malex at users.alioth.debian.org
Tue Jan 30 01:30:49 CET 2007
Author: malex
Date: Tue Jan 30 01:30:49 2007
New Revision: 1747
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1747
Log:
[svn-inject] Installing original source of myghtyutils
Added:
packages/myghtyutils/
packages/myghtyutils/branches/
packages/myghtyutils/branches/upstream/
packages/myghtyutils/branches/upstream/current/
packages/myghtyutils/branches/upstream/current/lib/
packages/myghtyutils/branches/upstream/current/lib/MyghtyUtils.egg-info/
packages/myghtyutils/branches/upstream/current/lib/MyghtyUtils.egg-info/PKG-INFO
packages/myghtyutils/branches/upstream/current/lib/MyghtyUtils.egg-info/SOURCES.txt
packages/myghtyutils/tags/
Added: packages/myghtyutils/branches/upstream/current/lib/MyghtyUtils.egg-info/PKG-INFO
URL: http://svn.debian.org/wsvn/python-modules/packages/myghtyutils/branches/upstream/current/lib/MyghtyUtils.egg-info/PKG-INFO?rev=1747&op=file
==============================================================================
--- packages/myghtyutils/branches/upstream/current/lib/MyghtyUtils.egg-info/PKG-INFO (added)
+++ packages/myghtyutils/branches/upstream/current/lib/MyghtyUtils.egg-info/PKG-INFO Tue Jan 30 01:30:49 2007
@@ -1,0 +1,31 @@
+Metadata-Version: 1.0
+Name: MyghtyUtils
+Version: 0.52
+Summary: Container and Utility Functions from the Myghty Template Framework
+Home-page: http://www.myghty.org
+Author: Mike Bayer
+Author-email: mike at myghty.org
+License: MIT License
+Description: This is the set of utility classes used by Myghty templating. Included are:
+
+ container - the Containment system providing back-end neutral key/value storage,
+ with support for in-memory, DBM files, flat files, and memcached
+
+ buffer - some functions for augmenting file objects
+
+ util - various utility functions and objects
+
+ synchronizer - provides many reader/single writer synchronization using
+ either thread mutexes or lockfiles
+
+ session - provides a Session interface built upon the Container, similar
+ interface to mod_python session. Currently needs a mod_python-like request object,
+ this should be changed to something more generic.
+ `Development SVN <http://svn.myghty.org/myghtyutils/trunk#egg=myghtyutils-dev>`_
+
+
+Platform: UNKNOWN
+Classifier: Development Status :: 4 - Beta
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Programming Language :: Python
Added: packages/myghtyutils/branches/upstream/current/lib/MyghtyUtils.egg-info/SOURCES.txt
URL: http://svn.debian.org/wsvn/python-modules/packages/myghtyutils/branches/upstream/current/lib/MyghtyUtils.egg-info/SOURCES.txt?rev=1747&op=file
==============================================================================
--- packages/myghtyutils/branches/upstream/current/lib/MyghtyUtils.egg-info/SOURCES.txt (added)
+++ packages/myghtyutils/branches/upstream/current/lib/MyghtyUtils.egg-info/SOURCES.txt Tue Jan 30 01:30:49 2007
@@ -1,0 +1,20 @@
+LICENSE
+README
+ez_setup.py
+setup.py
+lib/MyghtyUtils.egg-info/PKG-INFO
+lib/MyghtyUtils.egg-info/SOURCES.txt
+lib/MyghtyUtils.egg-info/dependency_links.txt
+lib/MyghtyUtils.egg-info/top_level.txt
+lib/myghtyutils/__init__.py
+lib/myghtyutils/buffer.py
+lib/myghtyutils/container.py
+lib/myghtyutils/session.py
+lib/myghtyutils/synchronization.py
+lib/myghtyutils/util.py
+lib/myghtyutils/ext/__init__.py
+lib/myghtyutils/ext/memcached.py
+test/Container.py
+test/LRUCache.py
+test/SyncDict.py
+test/testbase.py
More information about the Python-modules-commits
mailing list