An open API service indexing awesome lists of open source software.

https://github.com/remarkablemark/python_package_template

🐍 Python package template
https://github.com/remarkablemark/python_package_template

package python python-package python-package-template python3 template

Last synced: about 2 months ago
JSON representation

🐍 Python package template

Awesome Lists containing this project

README

        

# python_package_template

[![PyPI version](https://badgen.net/pypi/v/python_package_template)](https://pypi.org/project/python_package_template/)
[![codecov](https://codecov.io/gh/remarkablemark/python_package_template/graph/badge.svg?token=A5tAkYLEAw)](https://codecov.io/gh/remarkablemark/python_package_template)
[![lint](https://github.com/remarkablemark/python_package_template/actions/workflows/lint.yml/badge.svg)](https://github.com/remarkablemark/python_package_template/actions/workflows/lint.yml)

🐍 Python Package Template

## Prerequisites

- [Python](https://www.python.org/)

## Install

[Python](https://pypi.org/project/python_package_template/):

```sh
pip install python_package_template
```

## Usage

Print greeting:

```py
from python_package_template import hello

print(hello())
```

## License

[MIT](https://github.com/remarkablemark/python_package_template/blob/master/LICENSE)