Test tool (Benchmark / Test / etc...)
Project description
Jarbin-ToolKit:JarTest v0.0.1.0
Latest versions
🟠 UNDER DEVELOPMENT 🟠 None 🟠🟢 RELEASED 🟢 v0.0.1.0 🟢
Description
jarbin-toolkit:jartest is a Python library designed to help you create enhanced terminal interfaces. It's improving the appearance and readability of your command-line interface with lightweight animations, colorful text, and neat formatting. If you want to make your terminal programs more readable and visually structured, this library is for you!
Table of Contents
- Description
- Features
- Tech Stack
- Installation
- Usage
- Project Structure
- API Reference
- Release Notes
- License
- Important Links
- Footer
Features
- Timers: Use the built-in stopwatch to measure how long parts of your code take to run.
Tech-Stack
- Language: Python - Chosen for its readability and versatility.
- Frameworks: Python - Entirely implemented in Python.
Installation
To begin , install jarbin-toolkit:jartest:
Prerequisites:
Make sure you have Python 3.11 or newer installed on your computer.
You can check your Python version by opening a terminal and typing python --version.
Install from PyPI (recommended):
Open your terminal and run this command:
pip install jarbin_toolkit_jartest
This will automatically download and install the library from PyPI.
Install from GitHub:
If you want the latest version directly from the source, you can install it using git:
git clone -b latest NONE
make -C lib/jarbin_toolkit_action install
This downloads the code, then the install script handles the installation.
These commands install the jarbin-toolkit:action package and its dependencies (datetime).
Usage
Here are some examples demonstrating how to use jarbin-toolkit:action:
Basic Error
from jarbin_toolkit_action import Action, Actions
API-Reference
-
Action: Callable object storing a function and its arguments for deferred execution.
Action(name: str, function: Callable, *args: Any, **kwargs: Any)Save a function and its arguments.name: logical name of the actionfunction: callable to execute*args: positional arguments for the function**kwargs: keyword arguments for the function
__call__() -> AnyExecute the stored function with its saved arguments. Returns the function’s return value.__add__(other: Action) -> ActionsCombine twoActionobjects into anActionscollection.__str__() -> strReturn readable string representation:'name' : function(*args = [...], **kwargs = {...})__repr__() -> strReturn constructor-style representation of the Action object.
-
Actions: Collection of multiple
Actionobjects.Actions(actions: list[Action] | Action | None = None)Create a collection of actions.actions: optional singleActionor list ofAction
__call__() -> dict[str, Any]Execute all stored actions sequentially. Returns a dictionary:{ action_name: return_value }__add__(other: Actions | Action) -> ActionsMerge:Actions + ActionsActions + Action
__len__() -> intReturn number of stored actions.__getitem__(item: int) -> ActionReturn theActionat given index.__str__() -> strReturn formatted multi-line representation of all stored actions.__repr__() -> strReturn constructor-style representation of the Actions object.
Release-Notes
-
v0.1.1:
- [/] 1rst real release
-
v0.1.0:
- [UPDATE]
jarbin_toolkit_actionupdate (removed unlinked sub-modules) - [INIT] add
epitech_consoleto jarbin-toolkit (renamedjarbin_toolkit_action)
- [UPDATE]
License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Important-Links
Files
- Repository: https://github.com/Jarjarbin06/jarbin-toolkit
- PyPI: https://pypi.org/project/jarbin-toolkit-action/
Wiki
- Wiki (take a look): https://github.com/Jarjarbin06/jarbin-toolkit/wiki
- README (updated): https://github.com/Jarjarbin06/jarbin-toolkit/blob/main/lib/action/README.md
- GitHub: https://jarjarbin06.github.io/jarbin-toolkit/
Footer
- Repository: https://github.com/Jarjarbin06/jarbin-toolkit
- Author: Nathan Jarjarbin
- Contact: nathan.amaraggi@epitech.eu
⭐️ Like the project? Give it a star! 🐛 Found a bug? Report it in the issues!
Last update : **PACKAGE** — *2026/01/21* ; **README** — *2026/02/12*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 jarbin_toolkit_jartest-0.0.1.0.tar.gz.
File metadata
- Download URL: jarbin_toolkit_jartest-0.0.1.0.tar.gz
- Upload date:
- Size: 23.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b559b0ee7849324c984ae52d1caa34d535a46bb3d6b18006de2056146c056f29
|
|
| MD5 |
3b457222df79158b663ce874b5963265
|
|
| BLAKE2b-256 |
141f940150e2be12d8c4811e49c7e4c52d5619618a1b0f99cae59b48b86b48f2
|
File details
Details for the file jarbin_toolkit_jartest-0.0.1.0-py3-none-any.whl.
File metadata
- Download URL: jarbin_toolkit_jartest-0.0.1.0-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
293e6c0a5154e81dbcc1cf121c67ef9d89d7ebc48291372600fbe340c12cdc95
|
|
| MD5 |
57de097dd5a48a6356facf01c1afc5ac
|
|
| BLAKE2b-256 |
08b68debe769f2b6345fd61dc44c4ad141b09527e701b99cc28f2b8113366a32
|