Metadata-Version: 2.0
Name: alms
Version: 1.0
Summary: A Django Based Library Management Software written for Nepali reading users
Home-page: https://github.com/ayys/siya
Author: Ayush Jha
Author-email: ayushjha6@gmail.com
License: GNU GPL 3.0
Keywords: library,management,nepali,django,book,catalog,librarian
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Office/Business :: Groupware

# ALMS - ALMS Library Management System
#####[Currently Being Hosted At [Nepal Japan Children Library](https://www.facebook.com/Nepal-Japan-Children-Library-117390398337579), Lainchaur, Kathmandu]
ALMS is a Django Based Library Management System

###__What Can ALMS Do?__
  * Catalog Books
  * Manage Members, volunteers and librarians
  * Lend books, return books
  * Take care of your accounting journal, ledger and trial balances
  * Search For Books based on all their properties

###__How To Install ALMS__

To install on a debian system, run this : 

    wget -qO- https://raw.githubusercontent.com/ayys/alms/master/install.sh | sh

  The above code will start the server and run it in the default browser.

  To start the server again, simply go to the `alms` directory and run start.sh


###__Programmer's Documentation__ is on our [wiki page](https://github.com/ayys/alms/wiki)


