Dev tools for python
Project description
Dev tools for python. WIP
Install
Just:
pip install devtools
Usage
from devtools import debug
whatever = [1, 2, 3]
debug(whatever)
Outputs:
test.py:4 <module>: whatever = [1, 2, 3] (list)
Usage without Import
modify /usr/lib/python3.6/sitecustomize.py making debug available in any python 3.6 code
from devtools import debug
__builtins__['debug'] = debug
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
devtools-0.0.2.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file devtools-0.0.2.tar.gz
.
File metadata
- Download URL: devtools-0.0.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc91bab7bea584575bcdb3c48d19d370aaa11c494afe3a00a48a46ac68ee2658 |
|
MD5 | d82ca0b7fcef1eeb7276b9253b4bb714 |
|
BLAKE2b-256 | ba0a2dfc15d9514565e35de7c8f30643cf59f46dbb31a37568e8557adcd3528b |
File details
Details for the file devtools-0.0.2-py35,py36-none-any.whl
.
File metadata
- Download URL: devtools-0.0.2-py35,py36-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3.5,py36
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33a3b3e3dc07b127db32a2071b8b6cf8591af4c90b0fb76a1f3530ff6ca405fe |
|
MD5 | 6614397fa597fa0230e97e1ff98771a1 |
|
BLAKE2b-256 | 45999e44d82dc5e833fbd41bc29818e58b7035905c334e2fbec5ea838508ee2d |