New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

requirements-builder

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requirements-builder

Build requirements files from setup.py requirements.

  • 0.4.4
  • PyPI
  • Socket score

Maintainers
4

.. This file is part of Requirements-Builder Copyright (C) 2015 CERN.

Requirements-Builder is free software; you can redistribute it and/or
modify it under the terms of the Revised BSD License; see LICENSE
file for more details.

====================== Requirements-Builder

.. image:: https://github.com/inveniosoftware/requirements-builder/workflows/CI/badge.svg :target: https://github.com/inveniosoftware/requirements-builder/actions?query=workflow%3ACI

.. image:: https://img.shields.io/coveralls/inveniosoftware/requirements-builder.svg :target: https://coveralls.io/r/inveniosoftware/requirements-builder

.. image:: https://img.shields.io/github/tag/inveniosoftware/requirements-builder.svg :target: https://github.com/inveniosoftware/requirements-builder/releases

.. image:: https://img.shields.io/pypi/dm/requirements-builder.svg :target: https://pypi.python.org/pypi/requirements-builder

.. image:: https://img.shields.io/pypi/l/requirements-builder.svg :target: https://github.com/inveniosoftware/requirements-builder/blob/master/LICENSE

About

Build requirements from setup.py to test your package against minimum, latest and development versions of your package dependencies. Particularly useful when combined with your CI systems build matrix.

Full documentation at requirements-builder.readthedocs.io <https://requirements-builder.readthedocs.io/en/latest/>__

Installation

Requirements-Builder is on PyPI so all you need is::

$ pip install requirements-builder

Or, if you have virtualenvwrapper installed::

$ mkvirtualenv requirements-builder
$ pip install requirements-builder

Testing

Running the test suite is as simple as::

$ ./run-tests.sh

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc