Skip to main content

UPnP Port Forward

Join the chat at https://gitter.im/ethereum/upnp-port-forward Build Status PyPI version Python versions Docs build

UPnP port forwarding for humans

Read more in the documentation on ReadTheDocs. View the change log.

Quickstart

pip install upnp-port-forward

Developer Setup

If you would like to hack on upnp-port-forward, please check out the Snake Charmers Tactical Manual for information on how we do:

  • Testing
  • Pull Requests
  • Code Style
  • Documentation

Development Environment Setup

You can set up your dev environment with:

git clone git@github.com:ethereum/upnp-port-forward.git
cd upnp-port-forward
virtualenv -p python3 venv
. venv/bin/activate
pip install -e .[dev]

Testing Setup

During development, you might like to have tests run on every file save.

Show flake8 errors on file change:

# Test flake8
when-changed -v -s -r -1 upnp_port_forward/ tests/ -c "clear; flake8 upnp_port_forward tests && echo 'flake8 success' || echo 'error'"

Run multi-process tests in one command, but without color:

# in the project root:
pytest --numprocesses=4 --looponfail --maxfail=1
# the same thing, succinctly:
pytest -n 4 -f --maxfail=1

Run in one thread, with color and desktop notifications:

cd venv
ptw --onfail "notify-send -t 5000 'Test failure ⚠⚠⚠⚠⚠' 'python 3 test on upnp-port-forward failed'" ../tests ../upnp_port_forward

Release setup

For Debian-like systems:

apt install pandoc

To release a new version:

make release bump=$$VERSION_PART_TO_BUMP$$

How to bumpversion

The version format for this repo is {major}.{minor}.{patch} for stable, and {major}.{minor}.{patch}-{stage}.{devnum} for unstable (stage can be alpha or beta).

To issue the next version in line, specify which part to bump, like make release bump=minor or make release bump=devnum. This is typically done from the master branch, except when releasing a beta (in which case the beta is released from master, and the previous stable branch is released from said branch).

If you are in a beta version, make release bump=stage will switch to a stable.

To issue an unstable version when the current version is stable, specify the new version explicitly, like make release bump="--new-version 4.0.0-alpha.1 devnum"

Release files for upnp-port-forward 0.1.2

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

Source distribution (sdist)

Source distribution for upnp-port-forward 0.1.2
File Size Uploaded
upnp-port-forward-0.1.2.tar.gz 536.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for upnp-port-forward 0.1.2
File Interpreter ABI Platform
upnp_port_forward-0.1.2-py3-none-any.whl Python 3 none any Details

Total release size: 542.9 kB

Release files / upnp-port-forward-0.1.2.tar.gz

Download URL upnp-port-forward-0.1.2.tar.gz
Size 536.3 kB
Tags Source
SHA-256 checksum
How to use checksums
5256ae95683406a9513f00ef489595dd9856f4d0f0b53d885879f3f9e4d86190
BLAKE2b-256 checksum
How to use checksums
8b9aefbe5f0bb96c887d8026edfc8358bb708c2b9479a0066ef599d1b468399d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

Release files / upnp_port_forward-0.1.2-py3-none-any.whl

Download URL upnp_port_forward-0.1.2-py3-none-any.whl
Size 6.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
98bb5d63b7d7bd5c6b8a164038e302fb13d99c2c394fc1ba97317e0615d2a9ef
BLAKE2b-256 checksum
How to use checksums
5e387e994789206bfafec400df3ead1bb7d1f234a24f967e63da2a86c9b7d76b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 release files

0.1.1

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