Skip to main content

Various Helper Tools to handle different time data

Project description

Time Helper

Simple helper library to handle different time related tasks in python. This ties into pandas and numpy as well as pytz.

Getting Started

$ pip install time-helper

Then in python code:

from time_helper import make_aware

make_aware("2022-03-10")
# results in: TODO

Library Logic

The library is build to extend around various datetime objects (such as python internal datetime, date, as well as np.datetime). It provides a bunch of helper functions that are grouped into various categories:

Convert

This gets datetimes in and out of the library.

Operations & Ranges

pass

Timezone

Helps to handle timezone awareness

Wrapper

This library also provides a wrapper class to make all functions more accessible and first class citizens of the system

Examples

Here are a few examples on how this library can be used in praxis:

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

time-helper-0.1.0.tar.gz (9.1 kB view hashes)

Uploaded Source

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