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

Usage/Examples

import orderman

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

@orderman.task(1) # Creates a function that will be executed second
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.4.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.4-py3-none-any.whl (1.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: orderman-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 505c7b8c11b0bd1c5b3975848785a8057af2db559303016afa7610c534d644f2
MD5 0438deb5206d7870da58dbf28295c90a
BLAKE2b-256 fd52053b15326da733ba4019cbf5d5495ea707a6012bc71c6f6b03ebaca4141a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: orderman-0.1.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 965803d39c25685f306ecc8ac9be500c00fd4ce336c76906c9e9a73517202440
MD5 3a48f3e4247a93d68555d972fc12026e
BLAKE2b-256 de00f801f31446cf5c98949f81cb943edb817dc240b923e17065f09ac60f7cee

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