Skip to main content

A simple library that orders the execution of functions

Project description

Logo

PyPI - License PyPI - Version

Orderman

An easy way to order and execute python functions

Installation

Install Orderman with pip

  pip install orderman-py

Usage/Examples

import orderman

@orderman.task(2) # Creates a function that will be executed second
def do_something():
    print("Hello orderman world!")

@orderman.task(1) # Creates a function that will be executed first
def do_another_thing():
    print("Dogs are great!")

orderman.execute()

"""Results"""

Dogs are great
Hello orderman world!

Authors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orderman-0.1.2.tar.gz (1.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

orderman-0.1.2-py3-none-any.whl (1.8 kB view details)

Uploaded Python 3

File details

Details for the file orderman-0.1.2.tar.gz.

File metadata

  • Download URL: orderman-0.1.2.tar.gz
  • Upload date:
  • Size: 1.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.13.7 Windows/11

File hashes

Hashes for orderman-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d8f0b90b5a9e35b4b03887f1681feb63b407d140c25a7943936a8963b599eee6
MD5 77b6e3777017a54cf4206895b5c12907
BLAKE2b-256 ac8f5e2ba7095cc54e7d5184d8d56e925b383f21436718bd1d88ec908a5783e4

See more details on using hashes here.

File details

Details for the file orderman-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: orderman-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 1.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.13.7 Windows/11

File hashes

Hashes for orderman-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ad6f89fca746d384bf6f4efb4c7b90e7c541eb2f37bbd3e206469b5324aac675
MD5 7cb088b71d29f7e37aa8981d79ed1dcd
BLAKE2b-256 c32c8df803e09ec6c5df41581f54c5ace2079b2cebf12024f9055298ba37cca9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page