Metadata-Version: 2.0
Name: comunio
Version: 0.2.2
Summary: A python program that keeps track of a user's comunio profile
Home-page: https://gitlab.namibsun.net/namboy94/comunio-manager
Author: Hermann Krumrey
Author-email: hermann@krumreyh.com
License: GNU GPL3
Download-URL: https://gitlab.namibsun.net/namboy94/comunio-manager/repository/archive.zip?ref=master
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Dist: bs4
Requires-Dist: matplotlib
Requires-Dist: raven
Requires-Dist: requests
Provides-Extra: gui
Requires-Dist: PyQt5; extra == 'gui'

Comunio Manager
===============

Comunio Manager is a program designed to help Comunio players with
managing their teams by collecting information about their player's
performance and market value

This is accomplished by parsing the comunio.de website itself and
storing the parsed values in a local SQLite3 database.

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

If you don't have python installed, please do so beforehand

If you have pip installed, you can simply run ``pip install comunio``
(or ``pip install comunio --user`` to install as non-root, which is
probably the preferred way to do it).

If you can not use pip, you can also install the program by downloading
the source and running ``python setup.py install`` or
``python setup.py install --user`` in the root directory (which is the
one containing a setup.py file)

Usage
-----

To use the program, you need to supply it with a username and password
as positional arguments. Then you can add options to make the program do
what you want it to.

**Example**: username = namboy94, password = hunter2

::

    comunio namboy94 hunter2

This will run the program, updating the database while doing so and
exit.

Options
~~~~~~~

::

    -g , --gui           Starts the program's GUI mode
    -u , --update        Updates the local database, then exits the program
    -l , --list          Prints a short summary of the player's account to the console

Further Information
-------------------

`Documentation(HTML) <https://docs.namibsun.net/html_docs/comunio-manager/index.html>`__

`Documentation(PDF) <https://docs.namibsun.net/pdf_docs/comunio-manager.pdf>`__

`Python Package Index Site <https://pypi.python.org/pypi/comunio>`__

`Git Statistics
(gitstats) <https://gitstats.namibsun.net/gitstats/comunio-manager/index.html>`__

`Git Statistics
(git\_stats) <https://gitstats.namibsun.net/git_stats/comunio-manager/index.html>`__

`Changelog <https://gitlab.namibsun.net/namboy94/comunio-manager/raw/master/CHANGELOG>`__


