Pre-release
This release is a pre-release and may not be stable for production use.
datetime-itertool
Simple datetime iterator
Features
- Fully typed with annotations and checked with mypy, PEP561 compatible
Installation
pip install datetime-itertool
Example
Showcase how your project can be used:
import datetime
from datetime_itertool.datetime_iterator import DateTimeIterator
start = datetime.datetime(2022, 2, 7)
end = datetime.datetime(2022, 2, 10)
for date_time in DateTimeIterator(start, end):
print(date_time)
# 2022-02-07 00:00:00
# 2022-02-08 00:00:00
# 2022-02-09 00:00:00
License
Credits
This project was generated with wemake-python-package. Current template version is: 5fe13ee2646d5cf38736bacfa8f9dbbfac092efb. See what is updated since then.
Release files for datetime-itertool 0.0.1a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| datetime-itertool-0.0.1a0.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| datetime_itertool-0.0.1a0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / datetime-itertool-0.0.1a0.tar.gz
| Download URL | datetime-itertool-0.0.1a0.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
80625db0f26f42aced47e4b4214f6a85fdcb9f09617d49e6f3b61fd90b227895
|
|
BLAKE2b-256 checksum How to use checksums |
d70912376ed722b03b51a5aee62fc02713073bc12ae27b34e9b329fd771aa49c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.1 CPython/3.8.5 Darwin/20.6.0
|
Release files / datetime_itertool-0.0.1a0-py3-none-any.whl
| Download URL | datetime_itertool-0.0.1a0-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
20b05bfe37d8fdcc54e7489a187fc0220f56bab95566b8bf3713b4484ddbe0e9
|
|
BLAKE2b-256 checksum How to use checksums |
405f407070fd4d09fa1b0abeb010ef4dd370288af5ff2bee17c1954fa7c57ba5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.1 CPython/3.8.5 Darwin/20.6.0
|