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

https://github.com/itprokyle/generic-template

A generic template for GitHub repos. While it is primarily intended for Python projects, it can be used as a reference for projects in other languages as well.
https://github.com/itprokyle/generic-template

python template

Last synced: 8 months ago
JSON representation

A generic template for GitHub repos. While it is primarily intended for Python projects, it can be used as a reference for projects in other languages as well.

Awesome Lists containing this project

README

          

# generic-template

[![Documentation Status](https://readthedocs.org/projects/generic-template/badge/?version=stable)](https://generic-template.readthedocs.io/en/stable/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/ITProKyle/generic-template/master.svg)](https://results.pre-commit.ci/latest/github/ITProKyle/generic-template/master)
[![renovate](https://img.shields.io/badge/enabled-brightgreen?logo=renovatebot&logoColor=%2373afae&label=renovate)](https://developer.mend.io/)

A generic template for GitHub repos.

## Commands

| Command | Description |
| ------------ | -------------- |
| `make ` | does something |

## Setup

This section outlines how to setup portions of the repo that cannot be reasonably automated.

### Development Environment

1. Run `make setup`.