$ sudo easy_install gaeframework
Searching for gaeframework
Reading http://pypi.python.org/simple/gaeframework/
Reading http://wwww.gaeframework.com
...
Best match: gaeframework 2.0.2
Downloading http://pypi.python.org/packages/source/g/gaeframework/gaeframework-2.0.2.tar.gz#md5=43925c7001963e97e22fffc7eaf0f230
Processing gaeframework-2.0.2.tar.gz
Running gaeframework-2.0.2/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-ZUVhkl/gaeframework-2.0.2/egg-dist-tmp-nTKCKF
Adding gaeframework 2.0.2 to easy-install.pth file
Installing gae-manage.py script to /usr/local/bin
Installed /usr/local/lib/python2.7/dist-packages/gaeframework-2.0.2-py2.7.egg
Processing dependencies for gaeframework
Finished processing dependencies for gaeframework
These changes especially involving easy_install and manage.py will
involve some learning and configuration for me. I've got my test
installation still online at http://niklas-app.appspot.com/ with GAE
Framework so now I'm going to update it to this latest version and
learn how to use manage.py and if will need to create a new project to
update the old deployment. We also use web2py which has an
authentication system we can look at for inspiration how to add more
authentication options to gaeframework.
Best regards,
Niklas R
(changed) Ignored .pyc and .pyo files from distribution package
(added) Ported all applications from gaeframework-v1 to "apps" directory.
(added) Script setup.py to install with easy_install and pip.
(changed) File manage.py renamed to gae-manage.py.
(added) New command "install" to gae-manage.py.
(changed) Now in new project we have symlink to "user" application instead of copy of this app