Registry / web-framework / chellow

chellow

JSON →
library1777546177.0.0pypypi✓ verified 81d ago

Chellow is a web application for checking UK energy bills, supporting electricity and gas. Current stable version is from 1777546177 (a time-based version). It appears to use a time-based versioning scheme. Release cadence is irregular. It requires Python 3.11+.

pip install chellow
INSTALL
IMPORT
SIG · CHELLOW
C
chellow
web-frameworkpythonv1777546177.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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

create_app
from chellow import create_app
from chellow.app import ChellowApp

Minimal example to run Chellow. Note: requires configuration via environment variables or config files.

from chellow.app import ChellowApp app = ChellowApp() app.run()
chellow --version
Debug
Known issues
gotchaChellow uses a time-based versioning scheme (e.g., 1777546177.0.0). Version comparison may not work as expected with semantic versioning tools.
fix
Use 'pip show chellow' to check installed version; avoid version range specs like '>=1.0'.
affects: all
gotchaChellow requires Python 3.11+. Running on older Python versions will raise an ImportError or syntax errors.
fix
Ensure Python 3.11 or later is installed. Use 'python --version' to check.
affects: all
Upgrade
Version history
1777546177.0.0latest on PyPI · released Apr 30, 2026
Audit
Dependencies
PyYAMLrequiredConfiguration parsing
requestsrequiredHTTP requests for API interactions
sqlalchemyrequiredDatabase ORM
flaskrequiredWeb framework
Agent activity
24 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources