Skip to main content

Some tools for python.

Project description

JosiauhTools

Table of Contents

Some python general tools.

pip install josiauhtools

Examples

Here's what you can do with JosiauhTools!

Simply Then

Explanation:

TL;DR: Prints "i got", and the result of running "foo" (bar)

Will read Runs a function called "foo", which will return "bar". After that, it runs "bar", which will print "i got bar", where bar was retrieved from "foo".

Code:

from josiauhtools import synx

def foo():
    return 'bar'

def bar(p):
    print("i got " + p)

synx.then(foo, bar)

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

josiauhtools-0.0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

josiauhtools-0.0.2-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

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