Metadata-Version: 2.1
Name: loge
Version: 0.3.3
Summary: Easy and fast dynamic report generation with Python3
Home-page: https://loge.readthedocs.io
Author: Lukasz Laba
Author-email: lukaszlaba@gmail.com
License: GNU General Public License (GPL)
Keywords: notebook,script,report
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.5, <4


Loge - Easy and fast generation of interactive reports with Python
------------------------------------------------------------------

Changelog
---------

Loge 0.3.3 (beta stage)

- Greek letters added to code editor
- updated to current pyqt5 version
- mistune v1 version required - mistune 0.8.4 version specified in setup.py

Loge 0.3.1 (beta stage)

- synchronize scrolling option
- saving scrolls positions
- ask to save job when file is closing
- don't need save file to start
- file browser added

Loge 0.2.3 (beta stage)

- editor added

- user interface updated

Loge 0.1.9 (alpha stage)

- first public release

Description
-----------

Loge is a tool for crating dynamic reports with Python. Report source is written in python with some additional special syntax where you can define report content and format.

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

Minimal Loge requirements:

1. Python 3
2. pyqt5
3. mistune

Optional Loge dependencies (to make all Loge features available):

1. unum
2. matplotlib
3. svgvrite
4. pillow
5. tabulate

Loge is available through PyPI and can be install with pip command. To install Loge with minimal requirements use pip by typing ::

    pip install loge

You can install optional dependencies by taping: ::

    pip install unum matplotlib svgwrite pillow tabulate


To run Loge use command: ::

    loge

Please find more information about installing process at project website.

License
-------

Copyright (C) 2017-2020, the Loge development team

Loge is distributed under the terms of GNU General Public License

The full license can be found in 'license.txt'

Loge development team can be found in 'development.txt'

About us
--------

The development of Loge is coordinated by Albert Defler and Lukasz Laba. See development.txt file for a complete list of people who helped develop Loge.

Contributions
-------------

If you want to help out, create a pull request or start a discussion in our group forum.

More information
----------------

Project website: https://loge.readthedocs.io

Google group forum: https://groups.google.com/d/forum/python_loge

Code repository: https://bitbucket.org/lukaszlaba/loge

Contact: Lukasz Laba <lukaszlaba@gmail.com>

