topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 6:21 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: NANY 2010 Final Release: Library Management System  (Read 12977 times)

jpprater

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 90
    • View Profile
    • Donate to Member
NANY 2010 Final Release: Library Management System
« on: December 25, 2009, 07:26 PM »
NANY 2010 Release

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 HistorySee here
Author Jon Prater


Description
What 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.

Screenshots
The main page of the application...
LMS1.pngNANY 2010 Final Release:  Library Management System

The add book page...
LMS2.pngNANY 2010 Final Release:  Library Management System

The keyword search...
LMS3.pngNANY 2010 Final Release:  Library Management System

With results...
LMS4.pngNANY 2010 Final Release:  Library Management System

Usage
Installation
Detailed installation instructions are here.

Using the Application
See Getting Started.

Uninstallation
If 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 Issues
The 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.
« Last Edit: December 31, 2009, 03:05 PM by jpprater »

jpprater

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 90
    • View Profile
    • Donate to Member
Re: NANY 2010 Final Release: Library Management System
« Reply #1 on: December 31, 2009, 03:05 PM »
Final Release status!  :eusa_dance:

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: NANY 2010 Final Release: Library Management System
« Reply #2 on: December 31, 2009, 07:16 PM »
Nice work, jpprater.  My wife and I own a TON of books so I'll give this a shot.

jpprater

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 90
    • View Profile
    • Donate to Member
Re: NANY 2010 Final Release: Library Management System
« Reply #3 on: January 01, 2010, 12:15 PM »
Nice work, jpprater.  My wife and I own a TON of books so I'll give this a shot.
:D Thank you!  I need to write an actual user manual for it to post on the wiki, but I'm very proud of what I've produced so far.