Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Bootstrap Python projects or libraries with virtualenv and pip

License

Notifications You must be signed in to change notification settings

playpauseandstop/bootstrapper

Repository files navigation

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