Skip to main content

An application framework with built-in drivers (Controllers), data holders (Sources) and config parsers (Rules). Also includes a web interface for configuration and troubleshooting.

Project description

Summary

An application framework with built-in drivers (Controllers), data holders (Sources) and config parsers (Rules). Also includes a web interface for configuration and troubleshooting.

Features

  • Abstract base classes for creating custom controllers, sources and rules

  • The configuration is done using configparser with extended interpolation

  • Start a new netdef project with cookiecutter. Templates available at https://bitbucket.org/fholmer/cookiecutter-netdef.

  • Code in Rule-Source-Controller design pattern.

Built-in Controllers:

Built-in Rules:

  • Generic CSV config parser

Built-in application engines:

  • threaded engine with stdout/stderr only

  • threaded engine with web-interface (webadmin)

  • serve webadmin behind nginx reverse proxy

Use Cases

Netdef is useful if you want to create a middleware that can translate a protocol into a completely different protocol or data format into a completely different data format.

Getting started

First install cookiecutter and netdef templates:

$ python3 -m venv cookiecutter/
$ cookiecutter/bin/pip install cookiecutter
$ hg clone https://bitbucket.org/fholmer/cookiecutter-netdef cookiecutter/cookiecutter-netdef

Create your first application:

$ cookiecutter/bin/cookiecutter cookiecutter/cookiecutter-netdef/cookiecutter-minimal-app

Cookiecutter and netdef-templates can now be removed if you wish.

Setup your application:

$ cd your-application
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements-dev.txt
$ pip install -r requirements.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

netdef-1.0.3-py3-none-any.whl (83.1 kB view details)

Uploaded Python 3

File details

Details for the file netdef-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: netdef-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 83.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/32.3.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.5.3

File hashes

Hashes for netdef-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f7940b6225e8fa0e3c4c8a928b764ecd743947febd5341de64ad5e744945b8ba
MD5 356b3c75701f8a00b5a0245f4f0d419e
BLAKE2b-256 5b984a0d7c883a217b89bb2603199f10d58826c727533f7774e29aa980c39ad6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page