display days before/after today
Project description
Installation
pip install fcal
Usage
# Print the last 10 days in the default format
fcal -b 10
# Print the last 10 days in MM-DD format
fcal -b 10 -f '%m-%d'
# Print the last 10 days and next 10 days in local datetime format %c
fcal -b 10 -a 10 -f '%c'
# Skip the dates until the next year skiping every 7 days.
fcal -a 365 -s 7
Date Directives
| Directive | Meaning | Example |
|---|---|---|
%A |
Weekday as locale’s abbreviated name. | Sun, Mon, |
%A |
Weekday as locale’s full name. | Sunday, Monday, …, Saturday |
%d |
Day of the month as a zero-padded decimal number. | 01, 02, …, 31 |
%-d |
Day of the month as a decimal number. | 1, 2, …, 31 |
%B |
Month as locale’s full name. | January, February, …, December |
%m |
Month as a zero-padded decimal number. | 01, 02, …, 12 |
%-m |
Month as a decimal number. | 1, 2, …, 12 |
%y |
Year without century as a zero-padded decimal number. | 00, 01, …, 99 |
%Y |
Year with century as a decimal number. | 2001, 2010, …, 2093 |
%% |
A literal '%' character. |
% |
Development
To build the package locally, run
python -m build
Uploading to twine, which only package authors can do, is done using twine. To test the package locally, run pip install .
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
fcal-0.8.1.tar.gz
(1.9 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
fcal-0.8.1-py3-none-any.whl
(2.5 kB
view details)
File details
Details for the file fcal-0.8.1.tar.gz.
File metadata
- Download URL: fcal-0.8.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.3 tqdm/4.65.0 importlib-metadata/6.6.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fc03074581a4fa2bef05a67c60fea26dc66fd9f455fc77f678d53e4299f32eb
|
|
| MD5 |
298eb4b0c11882776060d34130e117c0
|
|
| BLAKE2b-256 |
85b524994ebd257ee83251fa4a91e7f175a8b74db6ed297dfe46e477921ed0e3
|
File details
Details for the file fcal-0.8.1-py3-none-any.whl.
File metadata
- Download URL: fcal-0.8.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.3 tqdm/4.65.0 importlib-metadata/6.6.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65d05ff273110f4f4e23a6f88a395ee12314789eb5a583b060e661f44d23343d
|
|
| MD5 |
7bd39eaa606103843a50d4ca60ec5ff5
|
|
| BLAKE2b-256 |
abf9a83fa03f0302a27bc7b5121f4fd40a181c657e05b20eaf27fbcec63ca52e
|