Skip to main content

Interface to the NetFoundry network-as-code orchestration platform

Project description

NetFoundry Python Module

This module has a general-purpose library for using the NetFoundry API and installs the CLI nfctl.

User Guide

Python module guide

Find the Version

 $ python3 -m netfoundry.version
v5.2.0
 # or
 $ nfctl version
v5.2.0

Play the demo

This creates a demo network with your API account file named credentials.json stored in the current directory or the XDG config directory e.g. ~/.config/netfoundry/. Learn how to obtain and use an API account for your NetFoundry organization in the Authentication Guide

nfctl demo

Create network snippet from demo.py

#!/usr/bin/env python3
import netfoundry

# user-default path is ~/.netfoundry/
organization = netfoundry.Organization(credentials="credentials.json")

# use some network group, default is to use the first and there's typically only one
network_group = netfoundry.NetworkGroup(organization)

# create a network
network_name = "BibbidiBobbidiBoo"
if network_group.network_exists(network_name):
    # use the network
    network = netfoundry.Network(network_group, network_name=network_name)
    network.wait_for_status("PROVISIONED")
else:
    network_id = network_group.create_network(name=network_name)['id']
    network = netfoundry.Network(network_group, network_id=network_id)
    network.wait_for_status("PROVISIONED")

Publish a new version of the module

Video Tour of Release Procedure

00:00 Welcome Pythonistas
00:50 Determine next version number
01:30 GitFlow Release Start
02:10 Project Conventional Release Branch Name in Actions Workflow
02:30 Make a Change to Patch the Module
04:00 Git Commit the Change
04:30 GitFlow Publish Release to Git Remote
05:00 Create Pull Request
05:30 GitHub Actions Checks Triggered by Pull Request
06:00 Local testing with "editable" module and TestPyPi
09:00 Complete Pull Request
09:30 GitFlow Release Finish and Push Git Tags
10:30 GitHub Create Release
12:00 Verify Published Artifacts in PyPi and Hub
12:30 PyPi Upgrade Gets New Version
13:30 Docker Run Check Version

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

netfoundry-5.9.1.tar.gz (115.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

netfoundry-5.9.1-py2.py3-none-any.whl (104.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file netfoundry-5.9.1.tar.gz.

File metadata

  • Download URL: netfoundry-5.9.1.tar.gz
  • Upload date:
  • Size: 115.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for netfoundry-5.9.1.tar.gz
Algorithm Hash digest
SHA256 b64eacfe25111321771c5d9fc3f1c7bfc705563ad2bfd0c2d9bdfc6da6d300b3
MD5 4a21bee8e350f5d1af25885c279cf0dc
BLAKE2b-256 e61308b0e0bbaeaead6bdc41622fdf5b935b9c06210abf9208a9af28db550a24

See more details on using hashes here.

File details

Details for the file netfoundry-5.9.1-py2.py3-none-any.whl.

File metadata

  • Download URL: netfoundry-5.9.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 104.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for netfoundry-5.9.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 18e0de60fe24216b1e6466a9a335ee10d91e64f246a456e59659e488b723b14b
MD5 4bc5882865a9776c8eac4f3f64488ca3
BLAKE2b-256 7f910f6b372a012ca109caf32bf4390673aaea37e1aecabb4ee942eb9a70f849

See more details on using hashes here.

Supported by

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