Skip to main content

A collection of helpers created by and for the author

Project description

JUNKYARD

A collection of various helper classes and modules designed by the author for use by the author, using PyCharm and Anaconda (Python 3.7.#).

to install junkyard with pip: "pip install junkyard"

to import junkyard into your python script: "import junkyard.garbagebasket as junkyard"

--

Current features include:

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

example usage:

 import junkyard.garbagebasket as junkyard

 fh = junkyard.FileHandler()
 filename = 'data/bob.txt
 fh.read(filename)

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

Junkyard-0.0.2a0.tar.gz (11.5 kB view hashes)

Uploaded Source

Built Distribution

Junkyard-0.0.2a0-py3-none-any.whl (13.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page