How to install yith-library-server
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install yith-library-server
Dependencies
- Babel==0.9.6
- deform==0.9.5
- lingua==1.3
- mock
- pymongo==2.3
- pyramid==1.4
- pyramid-beaker==0.7
- pyramid-debugtoolbar==1.0.2
- pyramid-mailer==0.10
- pyramid-tm==0.5
- requests==0.14.0
- waitress==0.8.2
- WebTest>=1.3.1
- [docs] docutils
- [docs] Sphinx
- [testing] coverage==3.5.3
- [testing] mock
- [testing] nose
- [testing] WebTest>=1.3.1
Lastest release

Yith Library is a password storage server.
You can read more about it at http://packages.python.org/yith-library-server
Unless you can decipher passwords with your brain you will probably find useful the Yith Library Web Client located at https://github.com/Yaco-Sistemas/yith-library-web-client
There is an instance running at http://yithlibrary.com
Yith Library is free software licensed under the terms of the GNU Affero General Public License version 3.
0.2 (2013-02-03)
- New features:
- Import/export of password collections
- Periodic mailing of password backup files
- New report to get statistics of usage
- Rename old usage report to users since it just list the users
- Improve gravatar icon style in the header
- Make Persona logout more robust
- Improve the marketing (Twitter and Github links)
- Regressions:
- Remove Python 3 support because of a pyramid_mailer's bug. The bug (#24) has been fixed but no new release has been made as of this writing.
0.1 (2013-01-13)
- Oauth2 protocol to access the passwords with a RESTful API
- Facebook, Google, Mozilla Persona and Twitter authentication methods
- Account merging to allow several authentication methods for one account
- User profile with Gravatar integration
- Account removal
- Localized to English and Spanish languages
- Google Analytics support that users can avoid
- 100% test coverage
- Landing, terms of service and contact pages