I hereby claim:
- I am cofiem on github.
- I am qcifmcf (https://keybase.io/qcifmcf) on keybase.
- I have a public key ASD9-jdxiUjMPOv8tGpjQrAApH0oRbNzvaRFjGDlVjDUdwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
"""Creates a built program with Python embedded that can be compressed and distributed.""" | |
import contextlib | |
import http.client | |
import logging | |
import os | |
import pathlib | |
import shutil | |
import subprocess | |
import sysconfig |