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

Uploaded Python 3

File details

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

File metadata

  • Download URL: orderman-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 9c2d909d4e537f7ba70f2e3f5d1fef693fd2cd718edccc613ddf6c5ae8d82849
MD5 13f2589c87e0193e082d65a06191dbc1
BLAKE2b-256 fbd71310e79180382f00ad07ba5db0b232ec24409c4d99a39a8108f44e7ebaf9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: orderman-0.1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d196999a6fa30f06a63c1cb843c1941c2b170e40cfb31229143bdb8eda06b7e0
MD5 1cd2cc36c50b5844fb343e5531464a96
BLAKE2b-256 c1fc5159f620157b200186390dd1f8d231c865659f0b792feb9a355280ed9f7e

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