Metadata-Version: 2.0
Name: Grortir
Version: 0.1.8
Summary: Application for supporting
                 optimization of production process.
Home-page: https://github.com/qbahn/grortir
Author: Wojtek Pietrucha
Author-email: wojtekpietrucha@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: enum34
Requires-Dist: networkx
Requires-Dist: nose
Requires-Dist: numpy
Requires-Dist: pyenchant
Requires-Dist: testpackage (==2.26)
Requires-Dist: wheel

Grortir
=======

Application for supporting optimization of production process.

| |Build Status|
| |Coverage Status|
| |Code Issues|
| |Code Health|
| |Scrutinizer Code Quality|
| |PyPI Version|
| |PyPI Downloads|

Getting Started
---------------

Check documentation site:

http://qbahn.github.io/grortir/gettingStarted/

Documentation
-------------

Read the full documentation:

http://qbahn.github.io/grortir
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

For contributors
----------------

Check documentation site:

http://qbahn.github.io/grortir/about/contributing/

.. |Build Status| image:: http://img.shields.io/travis/qbahn/grortir/master.svg
   :target: https://travis-ci.org/qbahn/grortir
.. |Coverage Status| image:: http://img.shields.io/coveralls/qbahn/grortir/master.svg
   :target: https://coveralls.io/r/qbahn/grortir
.. |Code Issues| image:: https://www.quantifiedcode.com/api/v1/project/51365120fa014dbd860e332bbc1bee02/badge.svg
   :target: https://www.quantifiedcode.com/app/project/51365120fa014dbd860e332bbc1bee02
.. |Code Health| image:: https://landscape.io/github/qbahn/grortir/master/landscape.svg?style=flat
   :target: https://landscape.io/github/qbahn/grortir/master
.. |Scrutinizer Code Quality| image:: http://img.shields.io/scrutinizer/g/qbahn/grortir.svg
   :target: https://scrutinizer-ci.com/g/qbahn/grortir/?branch=master
.. |PyPI Version| image:: http://img.shields.io/pypi/v/Grortir.svg
   :target: https://pypi.python.org/pypi/Grortir
.. |PyPI Downloads| image:: http://img.shields.io/pypi/dm/Grortir.svg
   :target: https://pypi.python.org/pypi/Grortir

Revision History
================

0.1.8 (2016/10/15)
------------------

::

    Implement grouping optimizer (SIM and SEQ method available)
    Impementing full extensible PSO Algorithm

0.1.7 (2016/05/17)
------------------

::

    Implement Calls Stage.
    Update pylint settings.
    Add pyswarm code.
    Implement optimization of single stage.
    Implement optimizer (Class for optimize whole process sequentially.)

0.1.6 (2016/03/26)
------------------

::

    Fixing deployment configuration.

0.1.1 (2016/03/26)
------------------

::

    Implement abstract interfaces.
    Code cleaned.
    Improve CI process.
    Add Documentation.

0.1.0 (2016/03/06)
------------------

::

    Creating application prototype - configure CI process


