A toolkit for python code
Project description
Code toolkit
A python toolkit to help you with your daily coding tasks.
Installation
pip install pyaoponto-toolkit
Usage
# Example of using the decorator
@log_time
def sample_function(x):
"""Function to simulate some processing."""
time.sleep(x) # Simulate time delay with sleep
return x * x
# Running the function to see the decorator in action
result = sample_function(2)
print("Result:", result)
Contribution
Contributions are always welcome! To contribute, please fork the repository, make your changes, and submit a pull request.
License
This project is distributed under the MIT license. See the LICENSE file for more details.
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
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 pyaoponto_toolkit-0.1.1.tar.gz.
File metadata
- Download URL: pyaoponto_toolkit-0.1.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.3 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4612a0b9a8ec43ec6f4213380f7cb79421df16da830f85466681e4702c95f4fb
|
|
| MD5 |
42a6d3577d8905823b61117f285addaf
|
|
| BLAKE2b-256 |
8e109cdc2c72d868e81b79a2718eff95c436f0ce81e3f7a3b2cac29ca1478a1b
|
File details
Details for the file pyaoponto_toolkit-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pyaoponto_toolkit-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.3 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8cb79a4552a088202f57696c6ae91f270aa385d3d087698871fc31de57cc047
|
|
| MD5 |
e56d34a6305fa8b3cc25764065012753
|
|
| BLAKE2b-256 |
e2c1b3ff30a3f703c5edb955a77efbbd36bbaae904dd37361d0398f3581c9737
|