pic_scanner.common.meta package

Submodules

pic_scanner.common.meta.constants module

pic_scanner.common.meta.version module

pic_scanner.common.meta.version.get_full_version_name()

Gets the full version name.

Returns:

The full version name.

Return type:

str

Since:

v1.3.2

pic_scanner.common.meta.version.parse_version()

Parses the version information into a string.

Returns:

The version information.

Return type:

str

Since:

v1.3.2

Module contents

pic_scanner.common.meta.AUTHORS = [('Inspyre-Softworks', 'https://inspyre.tech'), ('Taylor-Jayde Blackstone', '<t.blackstone@inspyre.tech>')]

The authors of the project.

pic_scanner.common.meta.PROG_DESC = 'A tool for scanning (and managing) images for NSFW content.'

The description of the program.

pic_scanner.common.meta.PROG_NAME = 'IS-NSFW-Scanner'

The name of the program.

pic_scanner.common.meta.RELEASE_MAP = {'alpha': 'Alpha Build', 'beta': 'Beta Build', 'dev': 'Development Build', 'final': 'Final Release Build', 'rc': 'Release Candidate Build'}

The release map for the project.

pic_scanner.common.meta.URLS = {'developer_url': 'https://inspyre.tech', 'docs_url': 'https://IS-NSFW-Scanner.readthedocs.io/en/latest', 'github_url': 'https://github.com/tayjaybabee/Inspyre-Toolbox', 'pypi_url': 'https://pypi.org/pypi/IS-NSFW-Scanner'}

The URLs used in the project.

pic_scanner.common.meta.VERSION = {'major': 1, 'minor': 0, 'patch': 0, 'release': 'dev', 'release_num': 1}

The version information for the project.