get common dates, fast!
Project description
fastdates
What is it?
fastdates module allows users to get dates using a declarative language in the form of simple, human-readable Python methods.
Examples
from fastdates import Fastdates
fd = Fastdates.DateGenerator()
fd.get_next_n_days(5)
['2022-10-26', '2022-10-27', '2022-10-28', '2022-10-29', '2022-10-30']
fd.get_last_day_of_previous_month()
'2022-09-30'
fd.get_previous_n_months(3)
['2022-09', '2022-08', '2022-07']
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fastdates-0.1.4.tar.gz
(3.8 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
File details
Details for the file fastdates-0.1.4.tar.gz.
File metadata
- Download URL: fastdates-0.1.4.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1a1bc894e1dd78b8b6c00d61f6d693dfc175823debf3e5b28fc89788e6d050c
|
|
| MD5 |
cf9b08b77b55f9ac1cc6e896cb32f3c4
|
|
| BLAKE2b-256 |
f2c6a84bf3a762a928e2fc4ad821ea2b818f5c47a0fc107d37b69131a51060a3
|
File details
Details for the file fastdates-0.1.4-py3-none-any.whl.
File metadata
- Download URL: fastdates-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1ae459e233943b9409c999d1e809134d903ebc727af7ea4b198ce884da9a2d7
|
|
| MD5 |
5717f1ee1a281a753e48c18bb5edd28e
|
|
| BLAKE2b-256 |
db85eb774610bd158b7b982724a6b7f3378fd3e58a56e61eef49b1708a39a782
|