Skip to content
View hoffmann's full-sized avatar

Organizations

@blue-yonder @PYCONDE

Block or report hoffmann

Report abuse

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

Report abuse

Pinned Loading

  1. PyCharm-Python-Templates PyCharm-Python-Templates Public

    Python Templates for the PyCharm IDE

    Python 146 70

  2. retry_decorator.py retry_decorator.py
    1
    import time
    2
     
    3
    class Retry(object):
    4
     default_exceptions = (Exception)
    5
     def __init__(self, tries, exceptions=None, delay=0):
  3. stash stash Public

    Python Logging Handler that emits logstash/kibana compatible records to elasticsearch

    Python 12

  4. mdcal mdcal Public

    generate calendars in html and ics from a markdown file

    Python 1

  5. gpxcollection gpxcollection Public

    Python tool to visualize maps of GPX file collections

    Python

  6. waykit waykit Public

    waykit is a python tool to generate location metatata like peaks, huts and other pois for a given gpx file

    Python