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
Release files for calendric-lib 0.0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| calendric_lib-0.0.9.tar.gz | 2.8 kB | Details |
Release files / calendric_lib-0.0.9.tar.gz
| Download URL | calendric_lib-0.0.9.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e5d73e8d838485333d6da7b0ddf3c080ceb19abc0c25cb1f8c0a73365d31fa1e
|
|
BLAKE2b-256 checksum How to use checksums |
bba059082ada4957d5a24546dc02fe1e6cf5dcd448694212e8d465fbc37d058f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.13
|