Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.05 KB

zabel-commons

Overview

This is part of the Zabel platform. The zabel-commons package contains interfaces, exceptions, and helpers that are used throughout the platform.

It is not typically installed as a standalone package but comes in as a dependency from other packages.

If you want to develop a package that offers new elements for Zabel, or if you want to create an application that will be deployed using zabel-fabric, you will probably have to add this package as a dependency.

It provides five modules:

  • zabel.commons.exceptions
  • zabel.commons.interfaces
  • zabel.commons.sessions
  • zabel.commons.servers
  • zabel.commons.utils

This package makes use of the requests library. It has no other external dependencies.

License

Copyright (c) 2019-2023 Martin Lafaix ([email protected]) and others

This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/

SPDX-License-Identifier: EPL-2.0