consolidated repository cleanup

This commit is contained in:
Christer Edwards
2021-10-22 22:32:43 -06:00
commit 5aa30e7ce7
226 changed files with 5524 additions and 0 deletions

15
lang/python/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Python
Bastille template to bootstrap Python
## Status
[![pipeline status](https://gitlab.com/bastillebsd-templates/python/badges/master/pipeline.svg)](https://gitlab.com/bastillebsd-templates/python/commits/master)
## Bootstrap
```shell
bastille bootstrap https://gitlab.com/bastillebsd-templates/python
```
## Usage
```shell
bastille template TARGET bastillebsd-templates/python
```