ioggstream / data-playground

A playground containing tests and experiemnts with various libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.github

Repository for boilerplate workflows and CI for python projects.

.bandit.yaml
.pre-commit-config.yaml
.github
└── workflows

Creating a new project

The name of a new project should be descriptive and short. The repository name should be in kebab-case, string, e.g., python-cookiecutter, api-onboarding. Avoid CamelCase or underscores: you can use them for OOP classes or properties.

Contributing

Please, see CONTRIBUTING.md for more details on:

Using this repository

You can create new projects starting from this repository, so you can use a consistent CI and checks for different projects.

Besides all the explanations in the CONTRIBUTING.md file, you can use the docker-compose file (e.g. if you prefer to use docker instead of installing the tools locally)

docker-compose run pre-commit

About

A playground containing tests and experiemnts with various libraries.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%