Skip to main content

ACE-X DevKit

Development kit for building ACE-X drivers and plugins.

Installation

pip install acex-devkit

Usage

Building a Network Element Driver

from acex_devkit.drivers import NetworkElementDriver, TransportBase, RendererBase, ParserBase
from acex_devkit.models import ComposedConfiguration


class MyRenderer(RendererBase):
    def render(self, model: dict) -> str:
        # Implement your rendering logic
        pass


class MyTransport(TransportBase):
    def connect(self) -> None:
        # Implement connection logic
        pass

    def send(self, payload: Any) -> None:
        # Implement send logic
        pass

    def verify(self) -> bool:
        # Implement verification logic
        return True

    def rollback(self) -> None:
        # Implement rollback logic
        pass


class MyParser(ParserBase):
    def parse(self, configuration: str) -> ComposedConfiguration:
        # Implement parsing logic
        pass


class MyDriver(NetworkElementDriver):
    renderer_class = MyRenderer
    transport_class = MyTransport
    parser_class = MyParser

    def render(self, configuration: ComposedConfiguration, asset):
        return self.renderer.render(configuration, asset)

    def parse(self, configuration: str) -> ComposedConfiguration:
        return self.parser.parse(configuration)

Package Contents

  • models: Common data models (Asset, LogicalNode, ComposedConfiguration, etc.)
  • drivers: Base classes for building network element drivers
  • exceptions: Common exceptions
  • types: Type aliases and protocols

License

AGPL-3.0

Release files for acex-devkit 2.5.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for acex-devkit 2.5.0
File Size Uploaded
acex_devkit-2.5.0.tar.gz 47.7 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for acex-devkit 2.5.0
File Interpreter ABI Platform
acex_devkit-2.5.0-py3-none-any.whl Python 3 none any Details

Total release size: 127.5 kB

Release files / acex_devkit-2.5.0.tar.gz

Download URL acex_devkit-2.5.0.tar.gz
Size 47.7 kB
Tags Source
SHA-256 checksum
How to use checksums
ccbfaa3abf3d39bae4855696dab4818b3d557f1e909b08cfe48e68f238db7c73
BLAKE2b-256 checksum
How to use checksums
78162123bbb29c2e46340cb4f01478b9e07f221ada1babdf38e8f219c3f17c17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.

Transparency log

Release files / acex_devkit-2.5.0-py3-none-any.whl

Download URL acex_devkit-2.5.0-py3-none-any.whl
Size 79.8 kB
Tags Python 3
SHA-256 checksum
How to use checksums
72a397140afef0d0bfb440a0791dd48d2639c58a8fd14c730538a41b3c3c9e17
BLAKE2b-256 checksum
How to use checksums
4eaddc4eaee72b93edd3000b04d5a7b7a9d4ef440d0f9dab30cd2ef318a4eb37
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.

Transparency log

Release history Release notifications | RSS feed

2.8.0

2 release files

2.7.0

2 release files

2.6.0

2 release files

This release

2.5.0 This release

2 release files

2.4.1

2 release files

2.4.0

2 release files

2.3.0

2 release files

2.2.1

2 release files

2.2.0

2 release files

2.1.1

2 release files

2.1.0

2 release files

2.0.0

2 release files

1.17.0

2 release files

1.16.1

2 release files

1.16.0

2 release files

1.15.0

2 release files

1.13.0

2 release files

1.12.0

2 release files

1.11.0

2 release files

1.10.1

2 release files

1.10.0

2 release files

1.9.0

2 release files

1.8.0

2 release files

1.7.1

2 release files

1.7.0

2 release files

1.6.2

2 release files

1.6.1

2 release files

1.6.0

2 release files

1.5.1

2 release files

1.5.0

2 release files

1.4.0

2 release files

1.3.4

2 release files

1.3.3

2 release files

1.3.2

2 release files

1.3.1

2 release files

1.3.0

2 release files

1.2.1

2 release files

1.2.0

2 release files

1.1.2

2 release files

1.1.1

2 release files

1.1.0

2 release files

1.0.8

2 release files

1.0.7

2 release files

1.0.6

2 release files

1.0.5

2 release files

1.0.4

2 release files

1.0.3

2 release files

1.0.2

2 release files

1.0.1

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page