asphalt-framework/asphalt

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/publish.yml
.github/workflows/test.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.rst
docs/acknowledgements.rst
docs/conf.py30
A
0 mins
docs/index.rst
docs/modules/component.rst
docs/modules/context.rst
docs/modules/event.rst
docs/modules/runner.rst
docs/modules/utils.rst
docs/tutorials/echo.rst
docs/tutorials/index.rst
docs/tutorials/webnotifier.rst
docs/userguide/architecture.rst
docs/userguide/components.rst
docs/userguide/concurrency.rst
docs/userguide/contexts.rst
docs/userguide/deployment.rst
docs/userguide/events.rst
docs/userguide/index.rst
docs/userguide/testing.rst
docs/versionhistory.rst
examples/tutorial1/echo/__init__.py0
A
0 mins
examples/tutorial1/echo/client.py17
A
0 mins
examples/tutorial1/echo/server.py14
A
0 mins
examples/tutorial2/config.yaml
examples/tutorial2/webnotifier/__init__.py0
A
0 mins
examples/tutorial2/webnotifier/app.py30
A
0 mins
examples/tutorial2/webnotifier/detector.py53
A
45 mins
pyproject.toml
src/asphalt/__main__.py2
A
0 mins
src/asphalt/core/__init__.py57
A
0 mins
src/asphalt/core/cli.py113
A
1 hr
src/asphalt/core/component.py127
A
35 mins
src/asphalt/core/concurrent.py86
A
1 hr
src/asphalt/core/context.py871
D
2 days
src/asphalt/core/event.py248
A
3 hrs
src/asphalt/core/py.typed
src/asphalt/core/runner.py116
A
2 hrs
src/asphalt/core/utils.py163
A
1 hr