Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyramid-mock-server

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyramid-mock-server

Create pyramid server that return mocked response from an OpenAPI spec

  • 1.3.2
  • PyPI
  • Socket score

Maintainers
1

Build Status Coverage Status Supported Python Versions Latest Released Version

pyramid_mock_server

Auto-create a pyramid app from an API description and json response files.

Documentation

More documentation is available at http://pyramid_mock_server.readthedocs.org

Installation

$ pip install pyramid_mock_server

Development

Code is documented using Sphinx.

Setup

# Run tests
tox

# Install git pre-commit hooks
tox -e pre-commit install

Contributing

  1. Fork it ( https://github.com/Yelp/pyramid_mock_server )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add your modifications
  4. Commit your changes (git commit -m "Add some feature")
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

License

pyramid_mock_server is licensed with a BSD 3-Clause License.

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