Skip to content
View dzerrenner's full-sized avatar

Organizations

@pypyr-scheduler
Block or Report

Block or report dzerrenner

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

Pinned

  1. pypyr-scheduler/pypyr-scheduler-server pypyr-scheduler/pypyr-scheduler-server Public

    Schedule pypyr pipelines with apscheduler

    Python 4 2

  2. mqtt-lightify mqtt-lightify Public

    connect an Osram-Lightify bridge to mqtt directly through tcp

    Python 1 1

  3. pytest-talk pytest-talk Public

    Content and examples of my pytest talk at sq-saar (https://www.meetup.com/de-DE/Saarland-Softwarequalitatssicherung-Testautomatisierung/)

    CSS

  4. pytest-jsonverdict pytest-jsonverdict Public

    creates json result file from pytest with some extras

    Python

  5. pytest-report-jinja pytest-report-jinja Public

    Generates HTML reports from your test runs based on the Jinja2 template engine

    Python 2 1

  6. Read EXIF data and change file creat... Read EXIF data and change file creation time accordingly
    1
    from datetime import datetime
    2
    
                  
    3
    import exifread
    4
    import pywintypes
    5
    import win32con