No project description provided
Project description
T-Toolbox
My toolbox for python.
Freeform
Freeform is a class that can turn any set of arguments into fields.
Examples
# Import the Freeform class
from t_toolbox import Freeform
# Create a Freeform instance with class fields
my_data = Freeform(name="John", age=30, city="New York")
# Access the class fields
print("Name:", my_data.name)
print("Age:", my_data.age)
print("City:", my_data.city)
Consumable
Bool that resets to false after use.
Examples
from consumable import Consumable
consumable = Consumable(True)
if consumable:
print("Consumable is true!!")
if consumable:
# Will not activate, previous use sets consumable to False!
print("Consumable is true again!! Should not happen.")
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
t_toolbox-0.1.2.tar.gz
(13.6 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
t_toolbox-0.1.2-py3-none-any.whl
(14.2 kB
view details)
File details
Details for the file t_toolbox-0.1.2.tar.gz.
File metadata
- Download URL: t_toolbox-0.1.2.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.1 Linux/6.15.8-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2671ee024581684971ed970e2b208df5011cd9e0b508de3ed5c0ee4ce01981f3
|
|
| MD5 |
d3b6c7a4a3474a339fb18076185ca64f
|
|
| BLAKE2b-256 |
c951a4d865cb8ab8af82ea81c7a24a7cd2a18f129e4bcd9bd85452173e97193f
|
File details
Details for the file t_toolbox-0.1.2-py3-none-any.whl.
File metadata
- Download URL: t_toolbox-0.1.2-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.1 Linux/6.15.8-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c541c01e0d01b93758ba60a0358de68d4d3c8991f4dd2e108fac5093effdcef
|
|
| MD5 |
f5701e828d341c737c79f5ee930ec1aa
|
|
| BLAKE2b-256 |
872b129d4d383f504ab9f4ba6fc8818f8bf661ed42da36efa412d5f57733ffa7
|