Zack's common reusable library
Project description
zrcl
zack's reusable common library
- a library that contains reusable utilities to make my life easier
- 2 is only the repo-serial, I will still use
zrcl
as the package name - package does not install any dependencies by default, it is up to the user to install them
- all functions are properly type hinted and docstringed
Install
stable
pip install zrcl
or
pip install git+https://github.com/ZackaryW/zrcl2.git
beta
branch using beta
pip install git+https://github.com/ZackaryW/zrcl2.git@beta
Project Structure
beta_
means this is not finalized and not properly testedext_
means this is an extension to the original package (util functions for qol)tool_
means this is an executable toolapp_
means this contains utils for an app (by default assume Windows is the sole working platform) if exclusively specified asapp_win_
orapp_linux_
orapp_mac_
then it is for the respective platform
Additional
zrcl
command is available and can be used to pass command and parameters for other tools
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
zrcl-0.4.5.tar.gz
(44.9 kB
view hashes)
Built Distribution
zrcl-0.4.5-py3-none-any.whl
(53.0 kB
view hashes)