Skip to content
View etchegom's full-sized avatar

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.

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

Hi 👋 my name is Matthieu

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

     


Pinned Loading

  1. factoryboy-edsl factoryboy-edsl Public

    Factoryboy helpers for Elasticsearch-dsl documents

    Python 1 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