interprog

Inter-process progress reports made easy

MIT License

Downloads
127
Stars
0
Committers
2

Interprog

Inter-process progress reports made easy

Note If you're already using an RPC framework such as JSON-RPC or gRPC, you probably shouldn't be using this but instead implementing progress reporting within your existing framework. See this StackOverflow post for ideas.

Installation

This project was originally written in Python, now with a Rust implementation. See the corresponding directories in this monorepo for installation instructions.

License

Copyright © 2023, Bryan Hu

  • The Rust implementation is dual licensed under the MIT and Apache License 2.0, because that's mostly everybody in that ecosystem.
  • The Python implementation is licensed under the MIT.
  • This whole standard/protocol is licensed under the MIT.