The ymd module supplies functions for manipulating dates
Project description
YMD
The ymd module supplies functions for manipulating dates.
Here is a simple example:
>>> import ymd
>>> for date in ymd.date_range('2024-12-25', '2025-01-01'):
... print(date)
...
2024-12-25
2024-12-26
2024-12-27
2024-12-28
2024-12-29
2024-12-30
2024-12-31
Installation
Install default version from the Python Package Index:
pip install ymd
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
ymd-0.1.4.tar.gz
(6.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ymd-0.1.4-py3-none-any.whl
(6.9 kB
view details)
File details
Details for the file ymd-0.1.4.tar.gz.
File metadata
- Download URL: ymd-0.1.4.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77211909e7708529803449fb26a4c5cbf4bb1ac213aae561443b3e00be6d6965
|
|
| MD5 |
764d75790891d88bcbd5d1d55619da5e
|
|
| BLAKE2b-256 |
3a6b5d727d1967c650c98aa3f208fe7609c7d46664ec4e125245934f4743de50
|
File details
Details for the file ymd-0.1.4-py3-none-any.whl.
File metadata
- Download URL: ymd-0.1.4-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f65790d3df98a36f04674219d90ff9e6d08de80bb1034c4d08234c3b44d78da4
|
|
| MD5 |
bc0b4503b4293f822febb382a1db397a
|
|
| BLAKE2b-256 |
535dd7351a090cb630286d063295a149c812c9de9b8cbdc70869328506920c9a
|