Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
Zeyuan Shang edited this page Nov 19, 2015 · 1 revision

The utility functions are organized in core/utils as follows:

utils
|-- benchmark.py (help functions for running benchmark)
|-- data.py (add, delete and deploy applications)
|-- file.py (some file operations like search, delete, etc.)
|-- network.py (download applications and block/unblock network)
|-- pip.py (help functions for running Pip(package manager for Python))
|-- run.py (help functions for running commands in system)
|-- rvm.py (help functions for running RVM(version manager for Ruby))
|-- timeout.py (a implementation of timeout in Python, may be deprecated)
|-- vagrant.py (help functions for configuring Vagrant)
Clone this wiki locally