Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactive-python/reactpy
/ PackageInfo
Class
PackageInfo
tasks.py:312–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
311
@dataclass
312
class
PackageInfo:
313
name: str
314
path: Path
315
language: LanguageName
316
version: str
317
318
319
def
get_current_tags(context: Context) -> set[str]:
Callers
2
make_py_pkg_info
Function · 0.85
make_js_pkg_info
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected