Metadata-Version: 2.4
Name: fibmeowicci
Version: 1.0.0
Summary: It meows, quite a bit
Author-email: jr conlin <src+play@jrconlin.com>
License: CC BY-NC 4.0
Project-URL: Homepage, https://github.com/jrconlin/action_playground
Keywords: meow
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Provides-Extra: dev
Requires-Dist: isort; extra == "dev"
Requires-Dist: bandit; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# Stupid Repo to help me understand Github Actions

This is a garbage repo. It's sole reason to exist is to let me explore and understand github actions. (Yes, I could probably have cut and paste some stuff, or had some LLM do the garbage for me, but I actually want to understand and document what the heck is going on.)

To that end, there's a simple Python script and config to print "Meow" and verify that it works. The usual crap one will want to do should one have a python repo.
