Junkyard

A collection of [certifiable garbage] dev helpers/handlers created by and for the author


Keywords
personal, library, not, for, you, unless, want, it
License
MIT
Install
pip install Junkyard==0.0.3a5

Documentation

JUNKYARD

PyPI version shields.io PyPI status PyPI license PyPI pyversions
0.0.03a5 (HOTFIX)

Download and docs: https://pypi.org/project/junkyard/
Source code & Development: https://github.com/crushkilldestroy/junkyard

Description

A collection of various (probably certifiable-garbage) helper classes and modules designed by the author for use by the author, using PyCharm and Anaconda (Python 3.7.X).


Current features include:

CryptoHandler(WIP/ON HOLD)
Does not currently do anything, but is intended to be a proper file and string encryption and decryption manager in the near future.

DiagnosticsHandler(WIP)
REMOVED UNTIL FURTHER NOTICE

FileHandler(WIP)
An attempt at leveraging standard library modules to accomplish routine filesystem tasks in a safe, reliable, and modular manner.

PrintHandler(WIP)
An attempt to create custom (colored/timestamped) print, and logging methods

Use help(InsertClassNameHere) in python to find out more information about available methods or feel free to just poke through the code yourself!


If you would like to use my module, feel free to do so by using pip.
To install junkyard with pip:

pip install junkyard

License

Copyright CKD 2019. MIT License; see LICENSE file.

Dependencies

colorama - to support the PrintHandler() class in garbagebasket.py
PyPI version shields.io PyPI status PyPI license PyPI pyversions