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
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.2.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for josiauhtools-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f4abf06024eeb976de4f9f7d6ce5591a12e2ccbafe3466d69cf5e892a4a7553 |
|
MD5 | 420a33a54503d8ac4ebfeb361620bf4f |
|
BLAKE2b-256 | 5f581902ee7838ddfd36b2ee17c16a3848f390d1bf7a0b799e00a5a04577146f |