A collection of handy Python utilities
Project description
c66
A collection of handy Python utilities.
Installation
pip install c66
Usage
pp - Print variable names and values
Prints the names and values of variables from the calling line.
from c66 import pp
x = 10
y = "hello"
pp(x, y + " world")
Output:
x: 10
y + " world": hello world
More Tools
Additional utilities will be added in future updates. Stay tuned!
Author
ChoCho66
License
MIT
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
c66-0.1.1.tar.gz
(2.2 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
c66-0.1.1-py3-none-any.whl
(2.6 kB
view details)
File details
Details for the file c66-0.1.1.tar.gz.
File metadata
- Download URL: c66-0.1.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
873ab5d8c3271fd1a0afccf265715a959816d5a208843a391f2cb2edf2bf80d2
|
|
| MD5 |
12969bb136d7176ea8f4e387d8bdbeb2
|
|
| BLAKE2b-256 |
e755fcc6e1cce8ece9134b18dca3a58367bec375a8c71f285acfc4db5b31c8c9
|
File details
Details for the file c66-0.1.1-py3-none-any.whl.
File metadata
- Download URL: c66-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83659dd7f46f899a25b68f0a6e94ee5e8b8c0278776e5dd7aa0bf1eea5487ebd
|
|
| MD5 |
6ad3f73942f647095245ac0f75f2dc58
|
|
| BLAKE2b-256 |
adcda7afd47a9d053767226b594856684c51d8548fb1bd6200a3b42abfa83103
|