Skip to main content

A small pure-python package for time-related utility functions.

Project description

PyPI-Status PyPI-Versions Build-Status Codecov LICENCE

A small pure-python package for utility decorators.

from utilitime.datetime import datetime_to_dateint
from utilitime.dateint import shift_dateint, today_int, dateint_range

start_dateint = datetime_to_dateint(some_dt_obj)
day_after_tomorrow = shift_dateint(today_int, 2)
dateints_to_process = dateint_range(start_dateint, day_after_tomorrow)

1 Installation

Install utilitime with:

pip install utilitime

2 Components

The package is composed of several sub-components, each dedicated to functions dealing with mainly one type of time representation.

2.1 dateint

The dateint format uses integer objects to decipt a specific calendaric day; e.g. 20161225. This components deals with converintg and transforming objects of this type.

2.2 datetime

Utilitu methods for standard dateime.dateime objects.

2.3 time

Utilitu methods for standard dateime.time objects.

2.4 timestamp

The timestamp format uses integer objects to decipt a specific moment in time by seconds (or sometimes milliseconds) since the epoc;h e.g. 1506984924. This components deals with converintg and transforming objects of this type.

2.5 weekday

Utility methods for ordered lists of weekday names.

2.6 TimeInterval

Defines a type corresponding to a time interval between two specific points in time (and not their difference, like datetime.timedelta).

3 Contributing

Package author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help. Contributions are very welcomed.

3.1 Installing for development

Clone:

git clone git@github.com:shaypal5/utilitime.git

Install in development mode with test dependencies:

cd utilitime
pip install -e ".[test]"

3.2 Running the tests

To run the tests, use:

python -m pytest --cov=utilitime

3.3 Adding documentation

This project is documented using the numpy docstring conventions, which were chosen as they are perhaps the most widely-spread conventions that are both supported by common tools such as Sphinx and result in human-readable docstrings (in my personal opinion, of course). When documenting code you add to this project, please follow these conventions.

4 Credits

Created by Shay Palachy (shay.palachy@gmail.com).

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

utilitime-0.0.3.tar.gz (25.6 kB view details)

Uploaded Source

Built Distribution

utilitime-0.0.3-py2.py3-none-any.whl (14.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file utilitime-0.0.3.tar.gz.

File metadata

  • Download URL: utilitime-0.0.3.tar.gz
  • Upload date:
  • Size: 25.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for utilitime-0.0.3.tar.gz
Algorithm Hash digest
SHA256 872181bdb6585570c5684b62d325853ffd07f274153b82dcbcd8fe6f44dd2bbe
MD5 c0dfd8050c0302cb296878cc54b540fc
BLAKE2b-256 46fd67823945cb39b330b9aa99d5958ecb511d53af654694bfd90504450f6451

See more details on using hashes here.

File details

Details for the file utilitime-0.0.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for utilitime-0.0.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fe47681538dfa2328332edf6284e2103daadc8e5bc8cdee97321626183ec5618
MD5 d20db4f56bec6400bd37d9b19054de93
BLAKE2b-256 983cd91245e9489abadee1b34f9947ec2011b877843ecd5aebf949c8da4f828e

See more details on using hashes here.

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