https://github.com/f5devcentral/f5-cccl
A Common Controller Core Library for orchestrating an F5 BIG-IP
https://github.com/f5devcentral/f5-cccl
Last synced: 6 months ago
JSON representation
A Common Controller Core Library for orchestrating an F5 BIG-IP
- Host: GitHub
- URL: https://github.com/f5devcentral/f5-cccl
- Owner: f5devcentral
- License: apache-2.0
- Created: 2017-04-11T20:27:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-22T06:51:08.000Z (7 months ago)
- Last Synced: 2025-07-22T08:51:10.394Z (7 months ago)
- Language: Python
- Size: 717 KB
- Stars: 12
- Watchers: 17
- Forks: 46
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# f5-cccl
[](https://travis-ci.org/f5devcentral/f5-cccl) [](https://coveralls.io/github/f5devcentral/f5-cccl?branch=HEAD)
# Introduction
This project implements a Common Controller Core Library for orchestration an F5 BIG-IP (r) for use within other libraries that need to read, diff and apply configurations to a BIG-IP (r).
# Installation
Add f5-cccl to the `requirements.txt` file for your project. Use [editable package format](https://pip.readthedocs.io/en/stable/reference/pip_install/#git):
```
[-e] git+https://git.myproject.org/MyProject#egg=MyProject
```
# Filling Issues
Creating issues is good, creating good issues is even better. Please provide:
* Clear steps on how to replicate the issue
* Stack trace and error messages
* SHA and branch information for f5-cccl
* SHA and branch information for component using f5-cccl
# Contributing
This project is used internally by other F5 projects; we're not yet ready to accept contributions.
Please check back later or see if another project, such as https://github.com/F5Networks/f5-common-python
would be a good place for your contribution.
# Copyright
Copyright (c) 2017-2021 F5 Networks, Inc.
# License
## Apache V2.0
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations
under the License.