[Python-modules-commits] r2841 - in /packages/python-authkit: ./ branches/ branches/upstream/ branches/upstream/current/ branches/upstream/current/AuthKit.egg-info/ branches/upstream/current/AuthKit.egg-info/PKG-INFO tags/
haas at users.alioth.debian.org
haas at users.alioth.debian.org
Thu Jul 26 17:11:40 UTC 2007
Author: haas
Date: Thu Jul 26 17:11:40 2007
New Revision: 2841
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2841
Log:
[svn-inject] Installing original source of python-authkit
Added:
packages/python-authkit/
packages/python-authkit/branches/
packages/python-authkit/branches/upstream/
packages/python-authkit/branches/upstream/current/
packages/python-authkit/branches/upstream/current/AuthKit.egg-info/
packages/python-authkit/branches/upstream/current/AuthKit.egg-info/PKG-INFO
packages/python-authkit/tags/
Added: packages/python-authkit/branches/upstream/current/AuthKit.egg-info/PKG-INFO
URL: http://svn.debian.org/wsvn/python-modules/packages/python-authkit/branches/upstream/current/AuthKit.egg-info/PKG-INFO?rev=2841&op=file
==============================================================================
--- packages/python-authkit/branches/upstream/current/AuthKit.egg-info/PKG-INFO (added)
+++ packages/python-authkit/branches/upstream/current/AuthKit.egg-info/PKG-INFO Thu Jul 26 17:11:40 2007
@@ -1,0 +1,55 @@
+Metadata-Version: 1.0
+Name: AuthKit
+Version: 0.4.0dev-r95
+Summary: An authentication and authorization toolkit for WSGI applications and frameworks
+Home-page: http://3aims.com/
+Author: James Gardner
+Author-email: james at pythonweb.org
+License: MIT
+Description:
+ * Built for WSGI applications and middleware
+ * Sophisticated and extensible permissions system
+ * Built in support for HTTP basic, HTTP digest, form, cookie and OpenID authentication
+ mehtods plus others.
+ * Easily define users, passwords and roles
+ * Designed to be totally extensible so you can use the components to integrate
+ with a database, LDAP connection or your own custom system.
+ * Plays nicely with the `Pylons <http://pylonshq.com>`_ web framework.
+
+ There is also a `development version <http://authkit.org/svn/AuthKit/trunk#egg=AuthKit-dev>`_.
+
+ Installation
+ ============
+
+ Source distribution::
+
+ unzip zxfv AuthKit-0.4.0.zip
+ cd AuthKit-0.4.0
+ python setup.py install
+
+ or using `easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_::
+
+ easy_install -U "AuthKit==0.4.0"
+
+ or if you don't have easy_install installed yet::
+
+ wget http://peak.telecommunity.com/dist/ez_setup.py
+ python ez_setup.py "AuthKit==0.4.0"
+
+ Development version::
+
+ svn co http://authkit.org/svn/AuthKit/trunk AuthKit
+ cd AuthKit
+ python setup.py develop
+
+ Get Started
+ ===========
+
+ * `Download and Installation <http://python.org/pypi/AuthKit/0.4.0>`_
+ * `AuthKit Manual <http://authkit.org/docs/manual.html>`_
+ * `Module Reference <http://authkit.org/docs/module-index.html>`_
+ * `Pylons Integration Manual <http://authkit.org/docs/pylons.html>`_
+ * `Trac <http://authkit.org/trac>`_ - Tickets, Wiki, Subversion
+ * `Examples <http://authkit.org/trac/browser/AuthKit/trunk/examples>`_
+
+Platform: UNKNOWN
More information about the Python-modules-commits
mailing list