Skip to main content

Calendric-lib is a creative package for calendrical conversion operations in Python.

Project description

Calendric-lib

Downloads PyPI - Status GitHub issues GitHub stars GitHub license

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


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.9.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page