.. stack documentation master file, created by sphinx-quickstart on Fri May 6 11:04:41 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to stack's documentation! ================================= `stack` is a Python version of `stack` (http://docs.haskellstack.org/en/stable/README/), which is a cross-platform program for developing `Python` projects. It is aimed at `Pythonistas` both new and experienced. Go Star `Stack on GitHub` (http://github.com/ryankung/stack) It features: * Install Python in current environment automatically, in an isolated location * Installing packages needed for your project. * Run your project * Check test coverage of your project * Code quality control * End to End git based release Include: * stack / pystack * scaffold -- A Python template generator * require -- An async remote module loader Dependence: * Python3.5 or above (may require libffi-devel on `centos`, or libffi-dev for `debian`) * git-daemon (https://git-scm.com/book/en/Git-on-the-Server-Git-Daemon) Quick Start: * Installation:: pip3 install python-stack or run curl "https://raw.githubusercontent.com/RyanKung/stack/master/install.sh" | sh * Create a new project via template:: stack new -t