Registry / serialization / expo
library0.1.2pypypi✓ verified 86d ago

A small Python utility for selectively exposing module functionality (e.g., only exporting certain functions or classes). Current version: 0.1.2 (released August 2021). Low release cadence; no updates since initial release.

pip install expo
INSTALL
IMPORT
SIG · EXPO
E
expo
serializationpythonv0.1.2
Install
1.5s avg
Import
—
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.9–3.13
musl
3.9–3.13
Install & Compatibility
Where this runs
tested against v0.1.2 · 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.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 17.8MB
glibc
py 3.10–3.95 runs
installs and imports cleanly · install 1.5s · import 0.000s · 18MB
16MB installed
● package 16MB
Code
Verified usage

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

export
✓ from expo import export
✗ from expo import expose
exporter
✓ from expo import exporter
utils
✓ from expo import utils

Define a module using the @expose decorator to selectively export functions.

# mymodule.py from expo import expose def internal_func(): pass @expose def public_func(): return "Hello"
Debug
Known issues
gotchaThe library has not been updated since 2021 and may have compatibility issues with newer Python versions, though it requires Python >=3.8.
fix
Use with caution; test in your environment.
affects: All versions
gotchaThe @expose decorator only works on module-level functions and classes; it cannot be used inside other scopes.
fix
Ensure you apply @expose only at the top level of your module.
affects: All versions
Upgrade
Version history
0.1.2latest on PyPI · released Oct 29, 2021
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
expo — pip install expo · libregistry