File: __init__.py

package info (click to toggle)
python-pyqtconsole 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 1,338; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
__version__ = '1.2.2'
__description__ = \
    'Lightweight python console, easy to embed into Qt applications'
__author__ = 'Marcus Oskarsson'
__author_email__ = 'marcus.oscarsson@esrf.fr'
__url__ = 'https://github.com/marcus-oscarsson/pyqtconsole'