Metadata-Version: 2.0
Name: guestbook-pro
Version: 1.0.0
Summary: An enterprise guestbook web application.
Home-page: https://github.com/anl-mcampos/GuestBook.git
Author: anl-mcampos
Author-email: fedhelp@anl.gov
License: MIT License
Keywords: web,guestbook,anl
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Flask
Requires-Dist: click
Requires-Dist: netifaces

# GuestBook Pro

### Requirements
  - python
  - pip

### How to Use
```sh
$ pip install guestbook-pro
$ guestbook-pro
```

### Options
```sh
$ guestbook-pro --help
Usage: guestbook-pro [OPTIONS]

Options:
  -i, --interface [lo|eth0|eth1]  listen on this interface [lo]
  -p, --port INTEGER RANGE        listen on this TCP port [8000]
  -d, --debug                     run server in debug mode
  --help                          Show this message and exit.
```

### Version
1.0.0


