Skip to content

Instantly share code, notes, and snippets.

View jfboismenu's full-sized avatar
🏠
Working from home (always!)

Jean-François Boismenu jfboismenu

🏠
Working from home (always!)
View GitHub Profile
@jfboismenu
jfboismenu / rebrand.py
Last active June 2, 2021 12:27
Shotgun to Shotgrid Rebranding for Toolkit
#!/usr/bin/env python3
import os
import re
import glob
COMMENT_LINE = re.compile(r"^\s*#")
# Define the regexes to substitute Shotgun to something else for each file type.
regexes = {
@jfboismenu
jfboismenu / appstore_s3_proxy_test.py
Last active July 13, 2020 20:20
Allows to detect whether a bundles from the AppStore can be downloaded through s3-proxy.shotgunstudio.com
#!/usr/bin/env python
# Copyright (c) 2020 Shotgun Software Inc.
#
# CONFIDENTIAL AND PROPRIETARY
#
# This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit
# Source Code License included in this distribution package. See LICENSE.
# By accessing, using, copying or modifying this work you indicate your
# agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
# not expressly granted therein are reserved by Shotgun Software Inc.