Skip to content
View EdwardBetts's full-sized avatar
Block or Report

Block or report EdwardBetts

Report abuse

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

Report abuse

Pinned Loading

  1. osm-wikidata osm-wikidata Public

    Match OSM entities with Wikidata items

    Python 106 20

  2. find_link find_link Public

    Search for pages on Wikipedia and add links

    Python 16 7

  3. companies-house companies-house Public

    List of companies which have prospective parliamentary candidates as directors

    7 2

  4. Python pprint with color syntax high... Python pprint with color syntax highlighting for the console
    1
    from pprint import pformat
    2
    from typing import Any
    3
    
                  
    4
    from pygments import highlight
    5
    from pygments.formatters import Terminal256Formatter