Added publish logic

This commit is contained in:
2021-03-08 20:29:08 +01:00
parent 5f1b56f30b
commit f9826e28a5
44 changed files with 590 additions and 387 deletions

View File

@@ -1,17 +1,17 @@
# -*- coding: utf-8 -*-
"""
sh_cpl.tests Common Python Library CLI
sh_cpl Common Python Library
~~~~~~~~~~~~~~~~~~~
Common Python Library CLI
Common Python Library
:copyright: (c) 2020 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
__title__ = 'sh_cpl.tests.db'
__title__ = 'src.tests.db'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'