Development tools and utilities by Aarush Kukreja
Project description
AKDev
Development tools and utilities by Aarush Kukreja.
Installation
pip install akdev
Usage
from akdev import debug_info, format_code, DevLogger
# Debug information
print(debug_info([1, 2, 3]))
# Code formatting
code = "def hello(): print('world')"
print(format_code(code))
# Development logging
logger = DevLogger("MyApp")
logger.log("Application started")
print(logger.get_logs())
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
akdev-0.1.0.tar.gz
(2.4 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
akdev-0.1.0-py3-none-any.whl
(2.7 kB
view details)
File details
Details for the file akdev-0.1.0.tar.gz.
File metadata
- Download URL: akdev-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f81026c20e59c433cb9bd46c557a29a83b2f8cb300b63186a0633336df36230
|
|
| MD5 |
0530ad1f4c7a68e275a79ea54fadcdaf
|
|
| BLAKE2b-256 |
4080f97a2b4688e93016d212b4a70e43440825f4c0332a9784431279931724e3
|
File details
Details for the file akdev-0.1.0-py3-none-any.whl.
File metadata
- Download URL: akdev-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5977d429603d6845cd48fbee979f24a056fae63a2e3ecdcb269439d22e7dc6eb
|
|
| MD5 |
782aa312218ac7b90b6e004dd686b8d0
|
|
| BLAKE2b-256 |
a5fe57ec38e26171a6c84c88816fb79ea9ea82ffee3766af68a3ca0d81508c7c
|