Skip to content

macisamuele/pyramid_mock_server

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Makefile 0.4%