Metadata-Version: 1.1
Name: LibraryApp
Version: 2.0.5
Summary: A simple django library app 
Home-page: UNKNOWN
Author: kevin
Author-email: kevin@kev.com
License: MIT License
Description: # LibraryApp
        
        LibraryApp is a django app that allows you to view and borrow books from a library system.
        
        ## Installation
        
        ```bash
        pip install LibraryApp
        ```
        
        ## Usage
        
        ```python
        docs_app makemigrations
        docs_app migrate
        docs_app runserver
        ```
        
        ## Contributing
        Pull requests are welcome. 
        Please make sure to update tests as appropriate.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
