Metadata-Version: 2.0
Name: berryinfo
Version: 0.0.5
Summary: berryinfo makes obtaining diagnostic information about your device easy!
Home-page: https://codedin.wales/picymru/berryinfo
Author: PiCymru
Author-email: code@picymru.email
License: MIT
Platform: linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: bottle
Requires-Dist: tornado

berryinfo
=========

berryinfo makes obtaining diagnostic information about your device easy!

Installation
------------

Simply run:

::

    $ pip install berryinfo

Usage
-----

Starting the application is easy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

::

    $ berryinfo -i '0.0.0.0'

For more help
~~~~~~~~~~~~~

::

    $ berryinfo --help
    usage: berryinfo [-h] [--host HOST] [--port PORT] [--verbose]

    optional arguments:
      -h, --help            show this help message and exit
      --host HOST, -i HOST  IP to listen on
      --port PORT, -p PORT  port to listen on
      --verbose, -v         increase output verbosity

License
-------

This project has been developed by PiCymru as part of our education and
learning programme. This project is hereby released under the terms of
the MIT License, and is included below

::

    MIT License

    Copyright (c) 2017 PiCymru

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

Support
-------

Have a question? Need assistance? Don't stay stuck! If you do use this
project or have any feedback we would love to hear from you, tweet us at
[@PiCymru](https://twitter.com/PiCymru) or drop us an
`e-mail <mailto:hello@picymru.org.uk>`__


