Conduct with the Gregorian calendar months
Project description
Gregorian Months
Conduct with the Gregorian calendar months
Usage
Get each month number by its name:
from gregorian_months import get_number
get_number("July") # Will return `7`
get_number("January") # Will return `1`
get_number("October") # Will return `10`
The package supports all cases:
from gregorian_months import get_number
get_number("july") # Will return `7`
get_number("JANUARY") # Will return `1`
get_number("OcToBer") # Will return `10`
Installation
Use the package manager pip to install the package:
pip install gregorian-months
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
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 gregorian-months-1.1.0.tar.gz.
File metadata
- Download URL: gregorian-months-1.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.20.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d3ee4cd965a640de55fad8877e3d2dc037cee24487a58cae0167b5d1adc67ac
|
|
| MD5 |
82a7e82b708eebe780627c74c2606a3d
|
|
| BLAKE2b-256 |
507dbe95ce38cc5b70b1af12039fc50b7f3c60fc21a94b05ee6e980753eaef5f
|
File details
Details for the file gregorian_months-1.1.0-py3-none-any.whl.
File metadata
- Download URL: gregorian_months-1.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.20.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e65b28d0c7efebfead97fb6b5b99a4468ceff727a1e7469c4820a9d2266b6bb9
|
|
| MD5 |
3b5ea8d6c56d3a039b7ca7edbe31e940
|
|
| BLAKE2b-256 |
82c7022a8bf871f0379bc542604bd94e51d566ac6559b0a1f77e9448c4118817
|