Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyaoponto_toolkit-0.1.1.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

pyaoponto_toolkit-0.1.1-py3-none-any.whl (2.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page