Registry / data / english

english

JSON →
library2020.7.0pypypi✓ verified 86d ago

A utility library for English language processing in Python, providing tools for number-to-words conversion, date formatting, and ordinal/noun inflection. Version 2020.7.0 (July 2020) is the only release; the project appears to be in maintenance mode with no recent updates.

pip install english==2020.7.0
INSTALL
IMPORT
SIG · ENGLISH
E
english
datapythonv2020.7.0
Install
1.6s avg
Import
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v2020.7.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 17.9MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.6s · import 0.000s · 18MB
16MB installed
● package 16MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

english
import english
Correct import
number_to_words
from english import number_to_words
import english; english.number_to_words
Function at top-level; no submodules

Convert numbers to English words.

from english import number_to_words print(number_to_words(42)) # Output: 'forty-two'
Debug
Known issues
gotchaThe library is case-sensitive and expects lowercase strings for some functions (e.g., ordinal conversion).
affects: all
deprecatedNo official deprecations announced, but the library has not been updated since 2020; consider using `inflect` or `num2words` for active maintenance.
affects: 2020.7.0
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'english'
Package not installed.
fix
pip install english==2020.7.0
AttributeError: module 'english' has no attribute 'number_to_words'
Wrong import path; number_to_words is a top-level function.
fix
from english import number_to_words
Upgrade
Version history
2020.7.0latest on PyPI · released Jul 17, 2020
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
english — pip install english · libregistry