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 after
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.1.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.1-py3-none-any.whl (1.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: orderman-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 0763068f5f3b2a00651413687177f5c8743e4fa0e4c549ea274be2048a4fa662
MD5 f6e8aba243717ec4eff8a1893eac8ca1
BLAKE2b-256 41df94f192cef5c928236c61fd72e3eb525abed686c43f8ba2d5651fa8ebb523

See more details on using hashes here.

File details

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

File metadata

  • Download URL: orderman-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 60bf582c3685428a99fdcde9501399043569860c2e2de975d5bfb4bb781402ce
MD5 8cf31519c163431232594d642537b762
BLAKE2b-256 78b852d11394e1bcb757b6b603e41f6fcbaa42ba01ae8f421a6d8ebc7fe34439

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