Skip to content
View jbwdevries's full-sized avatar

Block or report jbwdevries

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. pytest-integration pytest-integration Public

    Organizing test by unit test, quick integration or slow integration.

    Python 22 3

  2. python-load-environ-typed python-load-environ-typed Public

    This library lets you declare a NamedTuple or dataclass with field types, and gives you a function that will `load` the values from the environment, validating your types for you.

    Python 3 2

  3. mosquitto mosquitto Public

    Forked from eclipse/mosquitto

    Mosquitto

    C

  4. websocketpp websocketpp Public

    Forked from zaphoyd/websocketpp

    C++ websocket client/server library

    C++ 1

  5. websocket-client websocket-client Public

    Forked from websocket-client/websocket-client

    websocket client for python

    Python

  6. pygdbmi pygdbmi Public

    Forked from cs01/pygdbmi

    Parse gdb machine interface (mi) string output and return structured data types (Python dicts) that are JSON serializable. Useful for writing the backend to a gdb frontend. For example, gdbgui uses…

    Python