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.0.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.0-py3-none-any.whl
(6.6 kB
view details)
File details
Details for the file ymd-0.1.0.tar.gz.
File metadata
- Download URL: ymd-0.1.0.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 |
195ebdec3f548a4547a5d49bd944780daed58e243370cf1170d04a479e53295d
|
|
| MD5 |
d53ec332ea64932b582781620f754da4
|
|
| BLAKE2b-256 |
0d9aa9d01430e4c3f8eae3160b91c438e2aa4bdd711103d4c3e1b1cc10dc1f12
|
File details
Details for the file ymd-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ymd-0.1.0-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 |
6a84f3c419e9e6816afabc616b2435c558dab2130c4e8d2bffffdf58457220df
|
|
| MD5 |
80b76e63e7ebba0eef3bfc582c7fc0ef
|
|
| BLAKE2b-256 |
a15c7db5bc581fd2f4a1699505eb134a11411f0a9f9ac7c2aaa1c61cb728a884
|