Calendric-lib is a creative package for calendrical conversion operations in Python.
Project description
Calendric-lib
About
Calendric-lib is a creative package for calendrical conversion operations in Python.
Requirements
Calendric-lib requires python 3.6 or greater.
Installation
Install with pip:
pip install calendric-lib
If you are using the old version of calendric-lib and want to update it:
pip install --upgrade calendric-lib
Examples
import calendric_lib as cl
cl.MonthToNum('January')
# Output: 1
cl.AbbrMonthToNum('Jan')
# Output: 1
cl.NumToAbbrMonth(5)
# Output: May
cl.NumToMonth(7)
# Output: July
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
calendric_lib-0.0.8.tar.gz
(2.7 kB
view details)
File details
Details for the file calendric_lib-0.0.8.tar.gz
.
File metadata
- Download URL: calendric_lib-0.0.8.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87f1d091111b3f9891eeb3b139bf68c67a47b63348684ece7b7a381d1ebdcc78 |
|
MD5 | 822ba4a1e567c9d4a0d89c1ba97df6dd |
|
BLAKE2b-256 | 229d6894c0911eb562735ab96022d381933ff7e1c4b235296383859b6c8131f1 |