Some tools for python.
Project description
JosiauhTools
Table of Contents
Some python general tools.
Unstabler version (NOT RECOMMENDED)
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
Release history Release notifications | RSS feed
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.3.tar.gz
(5.0 kB
view hashes)
Built Distribution
Close
Hashes for josiauhtools-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e0d7d97ac1441a36c019c513dfb90a5878c2b03ab5d94fdbd1e0cecc8a35893 |
|
MD5 | aeabde4e11a067bc92ae48637d75d79b |
|
BLAKE2b-256 | 83b5873b7d954bdb75e2751880e42a877dd652f61f902cb64be36c23b1e31556 |