Long description
The ${packagename}
source code can be downloaded from the Git
repository on GitHub: https://github.com/${organization}/${packagename}
or from PyPI: https://pypi.org/project/${packagename}.
The pip tool can be used to install the package:
$ python3 -m pip install ${packagename}
${packagename} includes a quite complete test suite. It is recommended to use the pytest tool to run the tests:
$ python3 -m pytest ${packagename} tests
copyright: | 2025, Antonio Valentino |
---|
The ${packagename}
package is distributed under the ${license_name} License
(see the LICENSE file).