Skip to main content

Class containing super convenience methods.

Project description

lib-py-helpu (not stable right now)

Phonetic - | help juː |

Library on PYPI that contains some very lazy but safe methods. It's a tradition I wanted to follow my very first development team. Miss you guys.

I did document this, but I'm not sure how to use auto docs on Python, so this is really just for my usage for now. I highly doubt anyone would really want to use this besides me.

Use case example:

import helpu

data_lists = [["header1", "header2"], ["value1", "value3"]]
file_path = "C:\yourfile.csv"

helpu.write_to_csv(file_path, data_lists)

Examples of functions:

def write_to_csv(self, file_path, lists):

def timestamp(self, formatting="%Y%m%d"):

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

helpu-0.0.102.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

helpu-0.0.102-py3-none-any.whl (6.4 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