Skip to content
View jannismain's full-sized avatar
📖
📖
  • codecentric
  • Munich, Germany

Organizations

@Fraunhofer-IIS
Block or Report

Block or report jannismain

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. mkdocs-macros-includex mkdocs-macros-includex Public

    A more flexible include macro for mkdocs.

    Python 2

  2. python-project-template python-project-template Public

    Forked from pypa/sampleproject

    A copier project template for Python. Example Project: https://github.com/jannismain/python-project-template-example

    Python 5 1

  3. A JSON Encoder in Python, that puts ... A JSON Encoder in Python, that puts small lists on single lines.
    1
    #!/usr/bin/env python3
    2
    from __future__ import annotations
    3
    
                  
    4
    import json
    5