Metadata-Version: 2.1
Name: template-python-cmd
Version: 1.0.1
Summary: Cross platform(ish) productivity commands written in python.
Home-page: https://github.com/zackees/template-python-cmd
Maintainer: Zachary Vorhies
License: BSD 3-Clause License
Keywords: template-python-cmd
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# template-python-cmd
A template for quickly making a python lib that has a command line program attached

[![Linting](https://github.com/zackees/template-python-cmd/actions/workflows/lint.yml/badge.svg)](https://github.com/zackees/template-python-cmd/actions/workflows/lint.yml)

[![MacOS_Tests](https://github.com/zackees/template-python-cmd/actions/workflows/push_macos.yml/badge.svg)](https://github.com/zackees/template-python-cmd/actions/workflows/push_macos.yml)
[![Ubuntu_Tests](https://github.com/zackees/template-python-cmd/actions/workflows/push_ubuntu.yml/badge.svg)](https://github.com/zackees/template-python-cmd/actions/workflows/push_ubuntu.yml)
[![Win_Tests](https://github.com/zackees/template-python-cmd/actions/workflows/push_win.yml/badge.svg)](https://github.com/zackees/template-python-cmd/actions/workflows/push_win.yml)

Replace `template-python-cmd` and `template_python_cmd` with your command. Run tox until it's
correct.

To develop software, run `. ./activate.sh`

# Windows

This environment requires you to use `git-bash`.

# Linting

Run `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.
