kragniz/json-sempai
Use JSON files as if they are python modules observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4264
- days_rel: n/a
- days_push: 1802
- n_releases_24m: 0
Adoption not part of the score
1243 stars · 51 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library that lets you import JSON files directly as if they were Python modules via an import hook. It is explicitly a joke/abomination, with the author warning against using it.
Use cases
- import json files as python modules
- load json config with import statement
- access json data as module attributes
- treat json file like a python package
- quickly read json without json.load
When to choose
- you want a quick hack to import JSON config as module attributes in a throwaway script
- you're experimenting with Python import hooks
When to avoid
- any production code
- you just need to parse JSON - use the standard json module
- you need error handling or schema validation for config files
Facets
library · maturity maintenance
serialization json parser developer-tools developer-tools files python cross-platform json-import import-hook novelty hack python
2 sources
- readme: https://github.com/kragniz/json-sempai · fetched 2026-08-28 · 055a1f7caf86
- registry_pypi: https://pypi.org/pypi/json-sempai/json · fetched 2026-08-29 · 4949d2d5baff
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kragniz/json-sempai | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="kragniz/json-sempai")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem