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.1.tar.gz
(6.4 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.1-py3-none-any.whl
(6.6 kB
view details)
File details
Details for the file ymd-0.1.1.tar.gz.
File metadata
- Download URL: ymd-0.1.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c564dfc67e7507046d94c0e55b460c6f6fb5fafdcce666ba1fdfea823499ed7
|
|
| MD5 |
c075b35e253f2e892a155e370a8ffdc5
|
|
| BLAKE2b-256 |
f3331d5c6647ca945d3dc967a84259b2fe3b3ec605b76af5d6885de02d031e9d
|
File details
Details for the file ymd-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ymd-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.6 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 |
212a4420b398c1e8bf9ef1195f3855f7254f869354420788a92a033305c79599
|
|
| MD5 |
8c85b0649dce5bc38035688beef3ee1b
|
|
| BLAKE2b-256 |
7d6921ff1966c6eac8f4853e1cb5429bcf44caa66843338d1ff5b8b4f5d99d89
|