Coxbuild

Latest version: v0.1.6

Safety actively analyzes 638773 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.1.0

Move extension gallery to [gallery repo](https://github.com/StardustDL/coxbuild-ext-gallery).

0.0.9

Add extension gallery based on jsDelivr CDN `ext://` and GitHub raw `extraw://`.

0.0.8

- Add full extension implementation
- Extension class and loader
- Extension URI `src://`, `url://`, `file://`, `module://`
- Treat schema as an extension.
- Support extension URI as schema option's value.

0.0.7

- Use task as event handler.
- Update TaskContext, PipelineContext, ServiceContext, ExecutionState.
- Support multiple pipeline/service execution.
- Remove shared global variables for configuration data.
- Transmit configuration and execution state in runtime arguments.
- A series of helper decorators `with[Argument]`

0.0.6

- Support multiple hooks.
- Simplify decorators: `task()` -> `task`.
- Support **forwards** and **backwards** task configuration.

python
task1.depend
task
def pre(): pass

or

depend(pre)
task
def task1(): pass

0.0.5

- Update documents and unit-tests.
- Fix tiny bugs detected by unit-test.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.