Funkify modules so that they are callable
Project description
funkify
Install: pip install funkify
Make a module/package/script callable.
Usage:
1) Write a file called a_module.py with some function and decorate said function with funkify
import funkify
@funkify
def some_funk_name_doesnt_matter():
return 'howdy'
2) Import a_module and call it like you would a function!
import a_module
a_module.some_funk_name_doesnt_matter_what_it_is() # returns 'howdy'
a_module() # ALSO returns 'howdy'
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
funkify-0.7.1.tar.gz
(2.8 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 funkify-0.7.1.tar.gz.
File metadata
- Download URL: funkify-0.7.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82dfb67a650e62542aae79a9bb3e7b9e4e6b2acdc9c84e50889a7ba1368d2bdc
|
|
| MD5 |
bbfede521dbfe57cf3f4049e01779a42
|
|
| BLAKE2b-256 |
115439bd03950834e2bf3d423c6d06b59120b11a7391798120020d2060c9dbd3
|
File details
Details for the file funkify-0.7.1-py3-none-any.whl.
File metadata
- Download URL: funkify-0.7.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
490d5e0d45eb1dd75ff1e2ba6e415ddbb3dc5090d350f1aa7822e1777b648a8a
|
|
| MD5 |
406a270fd0b5ffc411a31063e5385308
|
|
| BLAKE2b-256 |
577644039e1ed968742197f6982b0631e8439382b39ea7ea359efaf3213433de
|