pyngrok

A Python wrapper for ngrok

MIT License

Downloads
365.9K
Stars
421
Committers
9

Bot releases are visible (Hide)

pyngrok - Latest Release

Published by alexdlaird 7 months ago

Added

  • Build and stability improvements.
pyngrok -

Published by alexdlaird 7 months ago

Added

  • obj parsing in NgrokLog.
  • raises to documentation.
  • Build improvements.
pyngrok -

Published by alexdlaird 8 months ago

Added

  • Build and style improvements.

Removed

  • conf.VERSION, moved all version information to pyngrok/__init__.py. Get package version with from pyngrok import __version__ instead.
pyngrok -

Published by alexdlaird 8 months ago

Added

  • Build improvements.

Changed

  • Renamed make check-style to make check.
pyngrok -

Published by alexdlaird 8 months ago

Added

  • Relative dependency pinning in pyproject.toml.
  • Style and stability improvements (check flake8 with make check-style).

Removed

  • requirements.txt files to streamline in to pyproject.toml.
pyngrok -

Published by alexdlaird 8 months ago

Added

  • Migrated to pyproject.toml.
  • Fix for instability from an ngrok binary change.
  • Test improvements.
pyngrok -

Published by alexdlaird 9 months ago

Added

  • Documentation improvements.
  • Test improvements.

Removed

  • Support for 3.6 and 3.7. To use pyngrok with Python 3.7 or lower, pin pyngrok<7.1.
pyngrok -

Published by alexdlaird 10 months ago

Fixed

  • Test improvements, suite now respects NGROK_AUTHTOKEN for all necessary tests (skipped if not set, rather than tests failing).
pyngrok -

Published by alexdlaird 10 months ago

Added

  • If a value for PyngrokConfig.authToken, it will attempt to use the environment variable NGROK_AUTHTOKEN if it is set.
  • Documentation improvements.
  • Build improvements.
pyngrok -

Published by alexdlaird 11 months ago

Added

  • Build improvements, including wheel support.
pyngrok -

Published by alexdlaird 11 months ago

Changed

Fixed

  • Build improvements.
pyngrok -

Published by alexdlaird 11 months ago

Added

  • Documentation improvements.
pyngrok -

Published by alexdlaird about 1 year ago

Added

Changed

  • Moved NgrokLog from pyngrok.process to pyngrok.log.

Removed

  • Support for Python 3.5. To use pyngrok with Python 3.5, pin pyngrok<7.
pyngrok -

Published by alexdlaird about 1 year ago

Added

  • Documentation improvements.

Fixed

  • Minor bugs.
pyngrok -

Published by alexdlaird about 1 year ago

Added

pyngrok -

Published by alexdlaird over 1 year ago

Changed

  • Default installer behavior to download ngrok v3 by default.
  • Documentation updates.
  • Test updates.
pyngrok -

Published by alexdlaird over 1 year ago

Added

  • Support for basic_auth parameter in ngrok v3.
  • Documentation improvements.
  • Test improvements.
pyngrok -

Published by alexdlaird over 1 year ago

Fixed

  • Documentation improvements.
  • Test improvements.
pyngrok -

Published by alexdlaird almost 2 years ago

Added

  • Support for Python 3.10 and 3.11.

Removed

pyngrok - 5.2.0

Published by alexdlaird almost 2 years ago

Added

  • Support for ngrok v3 (v2 is still used by default).
  • Documentation and examples for using pyngrok with ngrok v3.

Fixed

  • Stability improvements.
  • Documentation improvements.
  • Test improvements.