All Projects → playpauseandstop → Bootstrapper

playpauseandstop / Bootstrapper

Licence: bsd-2-clause
Bootstrap Python projects or libraries with virtualenv and pip

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bootstrapper

Try
Dead simple CLI tool to try Python packages - It's never been easier! 📦
Stars: ✭ 588 (+5780%)
Mutual labels:  pip, virtualenv
pip-bash-completion
bash autocompletion for pip
Stars: ✭ 74 (+640%)
Mutual labels:  virtualenv, pip
Fades
fades is a system that automatically handles the virtualenvs in the cases normally found when writing scripts and simple programs, and even helps to administer big projects.
Stars: ✭ 182 (+1720%)
Mutual labels:  pip, virtualenv
integration-test
ensure core packaging tools work well with each other
Stars: ✭ 15 (+50%)
Mutual labels:  virtualenv, pip
Modern Django
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
Stars: ✭ 662 (+6520%)
Mutual labels:  pip, virtualenv
Pipenv
Python Development Workflow for Humans.
Stars: ✭ 22,542 (+225320%)
Mutual labels:  pip, virtualenv
Ezplayer
基于AVPlayer封装的视频播放器,功能丰富,快速集成,可定制性强,支持react-native。
Stars: ✭ 377 (+3670%)
Mutual labels:  pip
Pepy
pepy is a site to get statistics information about any Python package.
Stars: ✭ 369 (+3590%)
Mutual labels:  pip
Tensorflow Bin
Prebuilt binary with Tensorflow Lite enabled (native build). For RaspberryPi / Jetson Nano. And, solved Tensorflow issues #15062,#21574,#21855,#23082,#25120,#25748,#29617,#29704,#30359. Support for custom operations in MediaPipe.
Stars: ✭ 349 (+3390%)
Mutual labels:  pip
Pipx
Install and Run Python Applications in Isolated Environments
Stars: ✭ 4,398 (+43880%)
Mutual labels:  pip
Mongo schema
Python Package to provide a rough schema for the mongodb collection
Stars: ✭ 8 (-20%)
Mutual labels:  pip
Virtualfish
Fish shell tool for managing Python virtual environments
Stars: ✭ 819 (+8090%)
Mutual labels:  virtualenv
Pip Tools
A set of tools to keep your pinned Python dependencies fresh.
Stars: ✭ 5,387 (+53770%)
Mutual labels:  pip
Pipupgrade
🗽 Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.
Stars: ✭ 391 (+3810%)
Mutual labels:  pip
Versaplayer
Versatile Video Player implementation for iOS, macOS, and tvOS
Stars: ✭ 608 (+5980%)
Mutual labels:  pip
Django Rest Booking Api
A Restful api which allows you to book sports events or update existing odds.
Stars: ✭ 24 (+140%)
Mutual labels:  pip
Pip Upgrader
An interactive pip requirements upgrader. It also updates the version in your requirements.txt file.
Stars: ✭ 340 (+3300%)
Mutual labels:  pip
Pip Update Requirements
Update the packages in a requirements.txt file.
Stars: ✭ 462 (+4520%)
Mutual labels:  pip
Pydockenv
Python virtual environment, but backed by Docker!
Stars: ✭ 463 (+4530%)
Mutual labels:  virtualenv
Piprot
How rotten are your requirements?
Stars: ✭ 409 (+3990%)
Mutual labels:  pip

============ bootstrapper

IMPORTANT: No longer in development. Use poetry <https://poetry.eustace.io>_ instead.

.. image:: https://img.shields.io/travis/playpauseandstop/bootstrapper/master.svg :target: https://travis-ci.org/playpauseandstop/bootstrapper :alt: Travis CI

.. image:: https://img.shields.io/pypi/v/bootstrapper.svg :target: https://warehouse.python.org/project/bootstrapper/ :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/bootstrapper.svg :target: https://warehouse.python.org/project/bootstrapper/ :alt: Python versions

.. image:: https://img.shields.io/pypi/l/bootstrapper.svg :target: https://github.com/playpauseandstop/bootstrapper/blob/master/LICENSE :alt: BSD License

.. image:: https://readthedocs.org/projects/bootstrapper/badge/?version=latest :target: http://bootstrapper.readthedocs.org/en/latest/ :alt: 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 <http://bootstrapper.readthedocs.org/>_
  • Source, issues, and pull requests on GitHub <https://github.com/playpauseandstop/bootstrapper>_
  • Install with pip install bootstrapper
  • Run with python -m bootstrapper
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].