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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file josiauhtools-0.0.3.tar.gz.
File metadata
- Download URL: josiauhtools-0.0.3.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
398f64ad39b1b3fde6cbd89fe8829adc698cf8b246cb1407b8bb61fcd77daab1
|
|
| MD5 |
4be97fcc2b0d5e75461ca3e5df50490c
|
|
| BLAKE2b-256 |
00d6dd7d4f2b74d528050532073c063aeb5e3a0dab188b0b2c10a5e9290dd938
|
File details
Details for the file josiauhtools-0.0.3-py3-none-any.whl.
File metadata
- Download URL: josiauhtools-0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e0d7d97ac1441a36c019c513dfb90a5878c2b03ab5d94fdbd1e0cecc8a35893
|
|
| MD5 |
aeabde4e11a067bc92ae48637d75d79b
|
|
| BLAKE2b-256 |
83b5873b7d954bdb75e2751880e42a877dd652f61f902cb64be36c23b1e31556
|