dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
54 stars 3 forks source link

Remove mock server entry point #151

Closed chriso closed 5 months ago

chriso commented 5 months ago

This PR removes the mock server (https://github.com/stealthrocket/dispatch-py/pull/126). Users looking to try Dispatch should instead use the Dispatch CLI at https://github.com/stealthrocket/dispatch.

I haven't made any changes to the README since this is covered by https://github.com/stealthrocket/dispatch-py/pull/150.

I've kept the underlying components in the repo since they're still useful for unit testing.