Skip to content

Instantly share code, notes, and snippets.

View 183amir's full-sized avatar

Amir Mohammadi 183amir

View GitHub Profile
@183amir
183amir / patch_meta_forge.py
Created April 14, 2016 15:44
Conda recipe porting script.
#!/usr/bin/env python
import ruamel.yaml
import yaml
import hashlib
import urllib.request
# import urllib.error
# import urllib.parse
import requests
import json