Metadata-Version: 2.4
Name: orderman
Version: 0.1.0
Summary: A simple library that orders the execution of functions
License: Apache 2.0
Author: Landon Stone
Requires-Python: >=3.13
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown

# Orderman

A simple library to execute functions in a specific order. define the order of functions and classes with @task(). Inside of @task() you can put any intreger which will determine the order of the execution of that function. Eg- @task(1) would execute before @task(3)
