Date subtraction, parsing, and random timestamp generation.
Project description
Misc Date Utilities
Provides date subtraction, parsing, and random timestamp generation. Source code on GitHub.
date_difference
For subtracting two dates from each other, provides class DateDifference
that can store the difference between two dates, provides some overloaded functionality, and provides some static methods subtract_datetimes
and subtract_datestrings
to subtract datetimes and formatted date strings, respectively.
simple_parse
A simple parser that is used in the interpretation of date strings, provides parse_raw_date_string
to get a datetime from a string formatted as "%Y-%m-%d "
(note the trailing space), or as "%Y-%m-%d %H:%M"
.
random_timestamps
Functionality for getting a random time within a specified range, provides generate_random_timestamp
to generates a random timestamp in the range [00:00:00 - hours:minutes:seconds).
tests
Unit tests are provided for subtract_datestrings
.
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
Built Distribution
File details
Details for the file misc-date-utilities-1.0.7.tar.gz
.
File metadata
- Download URL: misc-date-utilities-1.0.7.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cc293580d438c228aebdd0c0e3da4211ef38fd80a3c6a03e163437281aa3e52f
|
|
MD5 |
b92b86d2bacb9f282a6dce9c85d18dc5
|
|
BLAKE2b-256 |
6426fb2f1bc7a5ec6a5ccbc18093913bdd58d503287af35d581facbe033e40f7
|
File details
Details for the file misc_date_utilities-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: misc_date_utilities-1.0.7-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
26f6c000744d45a0a25c4298d9580e1c7edd33bcec448ddd1915354b09e8fc45
|
|
MD5 |
6ebeca7a0d48dcbeece4369026873bde
|
|
BLAKE2b-256 |
9373d085b4824bd4bc24c7773024a1e3e6814c5f45b9321733452dba0e1b99c2
|