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

Block or report etchegom

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
etchegom/README.md

Hi 👋 my name is Matthieu

I am an freelance developer, mostly working with Python and Django

       


Most used languages

Pinned Loading

  1. factoryboy-edsl factoryboy-edsl Public

    Factoryboy helpers for Elasticsearch-dsl documents

    Python 1

  2. django-fsm-admin-lite django-fsm-admin-lite Public

    Integrate django-fsm state transitions into Django Admin.

    Python 2

  3. my-stack my-stack Public

  4. decode_jwt_token.py decode_jwt_token.py
    1
    import argparse
    2
    import jwt
    3
    import logging
    4
    from pprint import pformat
    5