
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Experimental project to create a complete self contained virtualenv bootstrap file.
See: packaging-problems issues 55 <https://github.com/pypa/packaging-problems/issues/55>
_
Fork and contribute! ;)
Compatible Python Versions (see also .travis.yml <https://github.com/jedie/bootstrap_env/blob/master/.travis.yml>
_):
3.5, 3.6
PyPy (Python v2 and v3)
+--------------------------------------+---------------------------------------------------------+
| |Status on travis-ci.org| | travis-ci.org/jedie/bootstrap_env
_ |
+--------------------------------------+---------------------------------------------------------+
| |Status on appveyor.com| | ci.appveyor.com/project/jedie/bootstrap-env
_ |
+--------------------------------------+---------------------------------------------------------+
| |Coverage Status on coveralls.io| | coveralls.io/r/jedie/bootstrap_env
_ |
+--------------------------------------+---------------------------------------------------------+
| |Status on landscape.io| | landscape.io/github/jedie/bootstrap_env/master
_ |
+--------------------------------------+---------------------------------------------------------+
| |Requirements Status on requires.io| | requires.io/github/jedie/bootstrap_env/requirements/
_ |
+--------------------------------------+---------------------------------------------------------+
.. |Status on travis-ci.org| image:: https://travis-ci.org/jedie/bootstrap_env.svg?branch=master .. _travis-ci.org/jedie/bootstrap_env: https://travis-ci.org/jedie/bootstrap_env/ .. |Status on appveyor.com| image:: http://img.shields.io/appveyor/ci/jedie/bootstrap-env.svg?style=flat .. _ci.appveyor.com/project/jedie/bootstrap-env: https://ci.appveyor.com/project/jedie/bootstrap-env/ .. |Coverage Status on coveralls.io| image:: https://coveralls.io/repos/jedie/bootstrap_env/badge.svg .. _coveralls.io/r/jedie/bootstrap_env: https://coveralls.io/r/jedie/bootstrap_env .. |Status on landscape.io| image:: https://landscape.io/github/jedie/bootstrap_env/master/landscape.svg .. _landscape.io/github/jedie/bootstrap_env/master: https://landscape.io/github/jedie/bootstrap_env/master .. |Requirements Status on requires.io| image:: https://requires.io/github/jedie/bootstrap_env/requirements.svg .. _requires.io/github/jedie/bootstrap_env/requirements/: https://requires.io/github/jedie/bootstrap_env/requirements/
v1.0 is a rewrite and not useable, yet!
::
# Download bootstrap file from github:
/home/FooBar$ wget https://github.com/jedie/bootstrap_env/raw/master/bootstrap_env/boot_bootstrap_env.py
# Create virtualenv with all needed packages:
/home/FooBar$ python3 boot_bootstrap_env.py boot ~/Bootstrap-env
#. install Python 3: https://www.python.org/downloads/ <https://www.python.org/downloads/>
_
#. Download bootstrap file from github: boot_bootstrap_env.py <https://github.com/jedie/bootstrap_env/raw/master/bootstrap_env/boot_bootstrap_env.py>
_ (right click and select 'save')
#. start boot_bootstrap_env.py and e.g.:
::
boot_bootstrap_env.py shell v1.0.0rc11
Type help or ? to list commands.
boot_bootstrap_env.py> boot ~/Bootstrap-Env
...
virtualenv created at: 'C:\Users\<YourUserName>\Bootstrap-Env'
usage:
#. Open cmd.exe and e.g.:
::
C:\> cd /d %USERPROFILE%
C:\Users\foobar>cd Bootstrap-Env
C:\Users\foobar\Bootstrap-Env>cd Scripts
C:\Users\foobar\Bootstrap-Env\Scripts>call activate.bat
(Bootstrap-Env) C:\Users\foobar\Bootstrap-Env\Scripts> bootstrap_env_admin.py
Activated virtualenv detected: 'c:\\users\\foobar\\bootstrap-env' (c:\users\foobar\bootstrap-env\scripts\python.exe)
bootstrap_env_admin.py shell v0.1.0
Type help or ? to list commands.
bootstrap_env_admin.py> ?
Hint: All commands can be called directly from commandline.
e.g.: $ ./bootstrap_env_admin.py help
Available commands (type help <topic>):
change_editable_address - Replace git remote url from github read-only 'https' to 'git@'
help - List available commands with "help" or detailed help with "help cmd".
pip_freeze - Just run 'pip freeze'
pytest - Run tests via pytest
quit - Exit this interactiv shell
update_env - Update all packages in virtualenv.
upgrade_requirements - 1. Convert via 'pip-compile' *.in requirements files to *.txt
Bootstrap works in this way:
create virtualenv
pip install
_admin update_env
v1 was a complete rewrite
+---------------+----------------------------------------+ | bootstrap_env | Python | +===============+========================================+ | >=v1.0 | 3.5, 3.6, PyPy3 | +---------------+----------------------------------------+ | <=v0.6 | 2.7, 3.4, 3.5, PyPy (Python v2 and v3) | +---------------+----------------------------------------+
See also combinations in:
.travis.yml
_
tox.ini <https://github.com/jedie/bootstrap_env/blob/master/tox.ini>
_ (TODO)
appveyor.yml <https://github.com/jedie/bootstrap_env/blob/master/appveyor.yml>
_
compare v1.0.1...v1.0.2 <https://github.com/jedie/bootstrap_env/compare/v1.0.1...v1.0.2>
_ - 08.01.2019:
compare v0.6.4...v1.0.1 <https://github.com/jedie/bootstrap_env/compare/v0.6.4...v1.0.1>
_ - 08.01.2019:
v0.6.4 <https://github.com/jedie/bootstrap_env/compare/v0.6.3...v0.6.4>
_ - 30.Nov.2016:
Note: This pip version doesn't support pypy3. See notes above
Update to get-pip v9.0.1 <https://github.com/pypa/get-pip/commit/430ba37776ae2ad89f794c7a43b90dc23bac334c>
_
v0.6.3 <https://github.com/jedie/bootstrap_env/compare/v0.6.2...v0.6.3>
_ - 12.Sep.2016:
v0.6.2 <https://github.com/jedie/bootstrap_env/compare/v0.6.1...v0.6.2>
_ - 20.07.2016:
get-pip v8.1.2 <https://github.com/pypa/get-pip/commit/9b75908cb655a450b725e66e645765cac52ac228>
_v0.6.1 <https://github.com/jedie/bootstrap_env/compare/v0.6.0...v0.6.1>
_ - 04.04.2016:
get-pip from 5.Mar.2016 <https://github.com/pypa/get-pip/commit/8481822bfacd435888cab6a0103fb041a2634bfb>
_v0.6.0 <https://github.com/jedie/bootstrap_env/compare/v0.5.4...v0.6.0>
_ - 26.12.2015:
v0.5.4 <https://github.com/jedie/bootstrap_env/compare/v0.5.3...v0.5.4>
_ - 26.07.2015:
PyPy2 under Windows <https://bitbucket.org/pypy/pypy/issues/2125/tcl-doesnt-work-inside-a-virtualenv-on#comment-21247266>
_ by a more flexible solution to find 'bin' and executeables.v0.5.3 <https://github.com/jedie/bootstrap_env/compare/v0.5.2...v0.5.3>
_ - 24.07.2015 - update to pip 7.1.2
v0.5.2 <https://github.com/jedie/bootstrap_env/compare/v0.5.1...v0.5.2>
_ - 24.07.2015 - Made add_extend_parser, add_adjust_options and add_after_install optional in generate_bootstrap()
v0.5.1 <https://github.com/jedie/bootstrap_env/compare/v0.5.0...v0.5.1>
_ - 18.07.2015 - Update to pip 7.1.0
v0.5.0 <https://github.com/jedie/bootstrap_env/compare/v0.4.6...v0.5.0>
_ - 05.06.2015 - Add unittests, refactor sourcecode layout. (Please notice 'backward incompatible changes' above!)
v0.4.6 - 03.06.2015 - Update to pip 7.0.3
v0.4.5 - 26.05.2015 - Update to pip 7.0.1, cut filepath in generated boot file comments
v0.4.4 - 14.04.2015 - Update to pip 6.1.1 (upload again as v0.4.4 with wheel, too.)
v0.4.2 - 07.02.2015 - Update to pip 6.0.8
v0.4.1 - 29.01.2015 - Update for pip 6.0.7 and pin requested url.
v0.4.0 - 28.01.2015 - Updates for pip 6.0.6 changes
v0.3.5 - 28.01.2015 - Update SHA256 for get-pip.py
v6.0.6
v0.3.4 - 14.11.2014 - Bugfix: if os.environ['SYSTEMROOT']
not exists.
v0.3.3 - 14.11.2014 - Add version number into generated bootstrap file.
v0.3.2 - 14.11.2014 - Add 'boot bootstrap_env' and bugfixes for running under Windows.
v0.3.1 - 14.11.2014 - Bugfix for "error: no such option:" while pip install, if own optional options are used.
v0.3.0 - 13.11.2014 - typo: rename all bootstrip
to bootstrap
;)
v0.2.0 - 09.10.2014 - add prefix
and suffix
argument to generate_bootstrap()
v0.1.0 - 09.10.2014 - initial release
+--------+--------------------------------------------+
| PyPi | https://pypi.org/project/bootstrap_env/
_ |
+--------+--------------------------------------------+
| Github | https://github.com/jedie/bootstrap_env
_ |
+--------+--------------------------------------------+
.. _https://pypi.org/project/bootstrap_env/: https://pypi.org/project/bootstrap_env/ .. _https://github.com/jedie/bootstrap_env: https://github.com/jedie/bootstrap_env
Bitcoins <http://www.bitcoin.org/>
_ to 1823RZ5Md1Q2X5aSXRC5LRPcYdveCiVX6F <https://blockexplorer.com/address/1823RZ5Md1Q2X5aSXRC5LRPcYdveCiVX6F>
_FAQs
Create a complete self contained virtualenv bootstrap file
We found that bootstrap-env demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.