/bootstrapper

Bootstrap Python projects or libraries with virtualenv and pip

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

bootstrapper

IMPORTANT: No longer in development. Use poetry instead.

Travis CI Latest Version Python versions BSD License Documentation

Bootstrap Python projects or libraries by checking system pre-requirements if necessary, creating virtual environment, installing all requirements there and finally execute post-bootstrap hooks if any.

  • Works on Python 2.7 and 3.4+
  • BSD licensed
  • Latest documentation on Read the Docs
  • Source, issues, and pull requests on GitHub
  • Install with pip install bootstrapper
  • Run with python -m bootstrapper