cpl g in project directory #93 #127

Merged
edraft merged 9 commits from #93 into 2022.12 2022-12-01 12:26:02 +01:00
30 changed files with 30 additions and 30 deletions
Showing only changes of commit 2e8be741cc - Show all commits

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'cpl-core'
__title__ = 'cpl_core'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'application'
__title__ = 'cpl_core.application'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'configuration'
__title__ = 'cpl_core.configuration'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'console'
__title__ = 'cpl_core.console'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'database'
__title__ = 'cpl_core.database'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'database.connection'
__title__ = 'cpl_core.database.connection'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'database.context'
__title__ = 'cpl_core.database.context'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'dependency_injection'
__title__ = 'cpl_core.dependency_injection'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'environment'
__title__ = 'cpl_core.environment'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'logging'
__title__ = 'cpl_core.logging'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'mailing'
__title__ = 'cpl_core.mailing'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'pipes'
__title__ = 'cpl_core.pipes'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'time'
__title__ = 'cpl_core.time'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'utils'
__title__ = 'cpl_core.utils'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'cpl-discord'
__title__ = 'cpl_discord'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'application'
__title__ = 'cpl_discord.application'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'command'
__title__ = 'cpl_discord.command'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'configuration'
__title__ = 'cpl_discord.configuration'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'container'
__title__ = 'cpl_discord.container'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'events'
__title__ = 'cpl_discord.events'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'helper'
__title__ = 'cpl_discord.helper'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'service'
__title__ = 'cpl_discord.service'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library Python integrated Queries
"""
__title__ = 'cpl-query'
__title__ = 'cpl_query'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library Python integrated Queries
"""
__title__ = 'base'
__title__ = 'cpl_query.base'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library Python integrated Queries
"""
__title__ = 'enumerable'
__title__ = 'cpl_query.enumerable'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library Python integrated Queries
"""
__title__ = 'extension'
__title__ = 'cpl_query.extension'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library Python integrated Queries
"""
__title__ = 'iterable'
__title__ = 'cpl_query.iterable'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ sh-edraft Common Python library Python Translation
"""
__title__ = 'cpl-translation'
__title__ = 'cpl_translation'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ CPL internal tool to set pip URL for CLI by environment
"""
__title__ = 'set-pip-urls'
__title__ = 'set_pip_urls'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@ -11,7 +11,7 @@ CPL internal tool to set version from branch name
"""
__title__ = 'set-version'
__title__ = 'set_version'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'