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.3.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.3-py3-none-any.whl
(6.7 kB
view details)
File details
Details for the file ymd-0.1.3.tar.gz.
File metadata
- Download URL: ymd-0.1.3.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 |
099226898271dd4c1e3fe5a704d426c787e70418301c7d302c82398809e3ba24
|
|
| MD5 |
24736df74a2e877cfc4d2144c8d15d0b
|
|
| BLAKE2b-256 |
e985e9d8808626bda4bb487aa8cc6d17fffde4663a45f4680a7fc2c1f4dd588f
|
File details
Details for the file ymd-0.1.3-py3-none-any.whl.
File metadata
- Download URL: ymd-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.7 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 |
fc1cca0199e38060e01d8339e2fa85643c87c0f2da55c318afd415987017f324
|
|
| MD5 |
dfb4039248c16e61ea83d5bb0db4e111
|
|
| BLAKE2b-256 |
c5e862aa18371d473b35e5d1e54bcaf62704c1a69c05d75171587ace15c6e98c
|