example_pkg_opi

example_pkg_opi/__init__.py.

Small example of Python 3 package.

license

GPLv3 — Copyright (C) 2019-2021 Olivier Pirson

author

Olivier Pirson — http://www.opimedia.be/

version

October 17, 2021

example_pkg_opi.URL: str = 'https://python3-example-pkg.readthedocs.io/'

Main URL of the project.

example_pkg_opi.URL_DOC = 'https://python3-example-pkg.readthedocs.io/'

URL of the online documentation.

example_pkg_opi.URL_PYPI = 'https://test.pypi.org/project/example-pkg-opi'

URL of the package on TestPyPI.

example_pkg_opi.URL_SRC = 'https://bitbucket.org/OPiMedia/python3-example-pkg'

URL of the complete sources on Bitbucket.

example_pkg_opi.VERSION = '1.0.15'

Version of the package.

example_pkg_opi.name = 'example_pkg_opi'

Name of the package.

Index