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.0.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.0.tar.gz.
File metadata
- Download URL: funkify-0.7.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48442aa4ef3b1f173f4d787799d2f48ff33e95707834800a64637bb08fc1aaf8
|
|
| MD5 |
94bbe07eb4206fc0729e9e7136286d0f
|
|
| BLAKE2b-256 |
898149b7eb971790d0db1b9de6c69af3487cee404ec8a0e354002066a80f1bf7
|
File details
Details for the file funkify-0.7.0-py3-none-any.whl.
File metadata
- Download URL: funkify-0.7.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61821d2ebd986aa1f434f00385d05fe76d104ae3a369fcdaa13387f407436d98
|
|
| MD5 |
b716957f35d72b14f5f38392d24a0556
|
|
| BLAKE2b-256 |
3ad8883733c5895505c0731343fa024c7505c14ff57615c19c5d103d4037d44c
|