Metadata-Version: 2.1
Name: wibble
Version: 0.0.5
Summary: Minimal python project that exposes a commandline feature
Home-page: https://github.com/retospect/wibble
License: GPL-3
Keywords: example
Author: Joe Schmoe
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

[![check](https://github.com/retospect/wibble/actions/workflows/check.yml/badge.svg)](https://github.com/retospect/wibble/actions/workflows/check.yml)
# Wibble - a template for simple python packages


A minimalist template for a python package.

Provides the bl and the blarg commands.

## Things to replace

- ```grep -ri word .``` will find the *word* in all the files
- ```find . | grep word``` will find the *word* in any filenames
- *retospect* - changed to your github user name
- *wibble* - change to the name of your project
- *wobble* - change to the internal package name you want to use 
- *fafa* - change to whatever your commandline command should be if you are providing a script
- update the pyproject.py file to have your name and the right description. 

