Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jacobmartinez3d's full-sized avatar

Jacob Martinez jacobmartinez3d

View GitHub Profile
@jacobmartinez3d
jacobmartinez3d / license-badges.md
Created April 30, 2023 18:13 — forked from lukas-h/license-badges.md
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)

import getpass
import logging
import os
import socketio
class SocketIOHandler(logging.Handler):
"""A logging handler that emits records with SocketIO."""
_client = socketio.Client(logger=True, engineio_logger=True)