annotate getan/__init__.py @ 550:28b1c18c900f

Specify project keys in getan-report with SQL patterns * In getan-report project keys can now be specified with SQL patterns. This allows projects and their sub-projects to be better selected for output. % - zero, one, or multiple characters _ - single character
author Magnus Schieder <mschieder@intevation.de>
date Tue, 11 Feb 2020 15:46:37 +0100
parents 3ef4825fe65d
children 8b92ed4e40d8
rev   line source
343
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
1 # -*- coding: utf-8 -*-
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
2 #
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
3 # (c) 2013, 2014 by Björn Ricks <bjoern.ricks@intevation.de>
449
50b00768575e Version: bumps to 2.2.dev2
Bernhard Reiter <bernhard@intevation.de>
parents: 436
diff changeset
4 # (c) 2017, 2018 by Intevation GmbH
343
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
5 #
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
6 # This is Free Software licensed under the terms of GPLv3 or later.
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
7 # For details see LICENSE coming with the source of 'getan'.
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
8
550
28b1c18c900f Specify project keys in getan-report with SQL patterns
Magnus Schieder <mschieder@intevation.de>
parents: 543
diff changeset
9 __version_info__ = ("3", "5" "dev1")
111
dcccc2059b05 Add version info to getan module
Björn Ricks <bjoern.ricks@intevation.de>
parents: 23
diff changeset
10 __version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)