Application Name | Library Management System |
Version | 0.7.1 |
Short Description | A browser-based application for library management. |
Supported OSes | Anything that runs Python |
Web Page | |
Download Link | Download page |
System Requirements | - Minimum: Python 2.6, Web2Py 1.74.3, a database engine of your choice, and the Python adapter for that engine.
- Optional: A webserver with WSGI and SSL capabilities (such as Apache with mod_wsgi and mod_ssl) and lxml and python-amazon-product-api packages for Amazon support.
|
Version History | See here
|
Author | Jon Prater |
DescriptionWhat it is: A tool for keeping track of your book collection and who you've loaned copies of your books to.
What it isn't: A full-blown system for keeping track of the collection of a public library. ;) I wrote this to keep track of my personal library at home. It would take some modifying for it to be ready for use with a really HUGE collection in a public environment.
Why I wrote it: Other tools didn't really seem to offer me the functionality my wife and I wanted for keeping track of our books. We wanted something nice and simple that could do certain things, and we didn't want a lot of fluff. So it's fairly minimalist. The features we need, and none of the ones we don't. :Thmbsup: If you want a feature that's not there, feel free to email me about it via the discussion group.
Features (Current and Planned)- Adding new books to the database
- Searching for books by keywords
- Updating/deleting existing books in the database
- Authentication and user management (disabled by default)
- Adding/updating/deleting information on who has been loaned a book
- Pull author/title by ISBN
Also See
project page.
ScreenshotsThe main page of the application...
The add book page...
The keyword search...
With results...
UsageInstallationDetailed installation instructions are
here.
Using the ApplicationSee
Getting Started.
UninstallationIf you're not using web2py other than for this, you can simply delete the web2py folder from your disk. Otherwise, the site admin page has an uninstall link to remove applications.
Known IssuesThe lxml and python-amazon-product-api packages must be installed in Python to use the Amazon lookup features. Links to download them will be added to the project site.