[Python-modules-commits] r2808 - in /packages/python-authkit/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
Mon Jul 23 20:26:33 UTC 2007


Author: haas
Date: Mon Jul 23 20:26:32 2007
New Revision: 2808

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2808
Log:
[svn-inject] Installing original source of python-authkit

Added:
    packages/python-authkit/python-authkit/
    packages/python-authkit/python-authkit/branches/
    packages/python-authkit/python-authkit/branches/upstream/
    packages/python-authkit/python-authkit/branches/upstream/current/
    packages/python-authkit/python-authkit/branches/upstream/current/AuthKit.egg-info/
    packages/python-authkit/python-authkit/branches/upstream/current/AuthKit.egg-info/PKG-INFO
    packages/python-authkit/python-authkit/tags/

Added: packages/python-authkit/python-authkit/branches/upstream/current/AuthKit.egg-info/PKG-INFO
URL: http://svn.debian.org/wsvn/python-modules/packages/python-authkit/python-authkit/branches/upstream/current/AuthKit.egg-info/PKG-INFO?rev=2808&op=file
==============================================================================
--- packages/python-authkit/python-authkit/branches/upstream/current/AuthKit.egg-info/PKG-INFO (added)
+++ packages/python-authkit/python-authkit/branches/upstream/current/AuthKit.egg-info/PKG-INFO Mon Jul 23 20:26:32 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