Skip to main content

watch and (re)load/remove nonebot plugins from a directory

Project description

nonebot-plugins-watch

Python3.7 package codecov PyPI version

hot plug and remove nonebot plugins

Installation

pip install nbplugins-watch

To validate installation

python -c "import nbplugins_watch; print(nbplugins_watch.__version__)"
0.0.1

Usage

Make a directory somewhere and place an empty __init__.py in it.

Monitor the directory in your nonebot runner file, e.g. in my_nonebot.py:

import nonebot

nonebot.load_builtin_plugins()  # optional

plugin_dir_path = r"path_to_plugin_dir"  # absolute or relative path
from nbplugins_watch import nbplugins_watch
nbplugins_watch(plugin_dir_path)

nonebot.run()

Create a file, say fancy_plugin.py, in the directory above. Edit and test and/or remove the file fancy_plugin.py to your heart's content.

Note: if a plugin file contains syntax errors (as opposed to logic errors), you'll have to restart nonebot, in other words, nbplugins_watch will cease to work after an uncaught error. nbplugins_watch can recover from syntax errors, in other words, even when a plugin file contains syntax errors (as opposed to logic errors), it just still works.

Acknowledgments

  • Thanks to everyone whose code was used

Project details


Download files

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

Source Distribution

nbplugins-watch-0.0.6a0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

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

nbplugins_watch-0.0.6a0-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file nbplugins-watch-0.0.6a0.tar.gz.

File metadata

  • Download URL: nbplugins-watch-0.0.6a0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.6.7 Windows/10

File hashes

Hashes for nbplugins-watch-0.0.6a0.tar.gz
Algorithm Hash digest
SHA256 030a3bfbd398377d673ffbe038b6f4557712733be0ba3b218940637abdf68205
MD5 4f15a259a995c17b979f8a5f91ce3fee
BLAKE2b-256 9330a0f69e3c3bad440d973f5f8b7d2eda6ce747cb8e9d715db9fc414bd1f1a5

See more details on using hashes here.

File details

Details for the file nbplugins_watch-0.0.6a0-py3-none-any.whl.

File metadata

  • Download URL: nbplugins_watch-0.0.6a0-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.6.7 Windows/10

File hashes

Hashes for nbplugins_watch-0.0.6a0-py3-none-any.whl
Algorithm Hash digest
SHA256 f18582e13ae685eaa81b815b79171d2d12262bd09568eb34b70c3f4d01f2b0b3
MD5 7d6a4af445886f543379953335f574ca
BLAKE2b-256 140228092602577e1e3248df5e6af3d28563cef8d786f48a99b39c6e02ac67fc

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