Python utility library
Project description
myKit🧰
Collections of common functions that can be reused. The idea is, let's try to understand how it works by remaking it. It's messy, but it works. Written in Python for Python projects.
Installation
pip install mykit
If you use a module requiring these dependencies, run pip install -r requirements.txt
.
Give it a try!
from mykit.kit.text import byteFmt
from mykit.app.arrow import Arrow
from mykit.app.slider import Slider
x = byteFmt(3141592653589793)
print(x) # 2.79 PiB
Misc
License
This project's source code and documentation are under the MIT license.
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
mykit-10.0.0b3.tar.gz
(55.1 kB
view details)
Built Distribution
mykit-10.0.0b3-py3-none-any.whl
(81.0 kB
view details)
File details
Details for the file mykit-10.0.0b3.tar.gz
.
File metadata
- Download URL: mykit-10.0.0b3.tar.gz
- Upload date:
- Size: 55.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 915255d20ff56019c98eae6b367f5efb3f6163a9b0cbd06cce2c6bf35ae88c7c |
|
MD5 | 1f4fa8855349f18cc512c8100d95d0fa |
|
BLAKE2b-256 | dacf00990ee27e6c5868d3d71e31bea97ee16ae4e7c644069fa92ad9f76cc767 |
File details
Details for the file mykit-10.0.0b3-py3-none-any.whl
.
File metadata
- Download URL: mykit-10.0.0b3-py3-none-any.whl
- Upload date:
- Size: 81.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57a7f2eeb45801e85a63f34aaa007d3b25ee69245d3e3300a82937275cb5d80f |
|
MD5 | cd47cba70d47940a9c702f96779db4a6 |
|
BLAKE2b-256 | 1b0335ff83035391de27fe16e74718fc513d49c083c6d7968737f905838a077f |