Skip to content
View oliverlambson's full-sized avatar

Block or report oliverlambson

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. karoo-ca/taskiq-pg karoo-ca/taskiq-pg Public

    Taskiq plugin for postgres broker and results backend

    Python 52 6

  2. bored-charts bored-charts Public

    Easy, minimal, PDF-able data reports with python and markdown

    Python

  3. fastnanoid fastnanoid Public

    A tiny, secure, URL-friendly, unique string ID generator for Python, written in Rust

    Rust 67 2

  4. frogmill_fusion360_post frogmill_fusion360_post Public

    Autodesk Fusion360/HSMWorks tool-path post-processor for use with the Streamline Automation FrogMill

    JavaScript 3 2

  5. orbit.py orbit.py Public

    Use the latest nats-server features in your Python client. A community port of orbit.go

    Python 2

  6. Rust & Go-style return types in Python Rust & Go-style return types in Python
    1
    # Rust-style `Result` type in Python
    2
    
                  
    3
    Lightweight, generic result type à la Rust. (Sometimes you just want errors as values.)
    4
    
                  
    5
    > *Note: There is a [full-on package that does this](https://github.com/rustedpy/result/),