Metadata-Version: 2.1
Name: pkgexampleconsole
Version: 1.0.2
Summary: A console package example
Author-email: Good Boy <pythonic@rexbytes.com>
Project-URL: Homepage, https://github.com/RexBytes/pkgexampleconsole
Project-URL: Bug Tracker, https://github.com/RexBytes/pkgexampleconsole/issues
Project-URL: Download URL, https://github.com/RexBytes/pkgexampleconsole/archive/refs/tags/v1.0.2.tar.gz
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE

# pkgexampleconsole

Welcome to the readme for this console package example.
More information [Click Here](##Introduction)

## Introduction

This is a README file for the RexBytes simple console example.
It's created using Github-flavoured Markdown, you can 
create a README for your project, for more information 
[Click Here](https://guides.github.com/features/mastering-markdown/)

This console package example demostrates how to run your
python code as a console command.

## Further Reading

https://rexbytes.com/2022/09/01/python-packages-as-callable-console-scripts/
