diff --git a/.confguard b/.confguard new file mode 100644 index 0000000..221e037 --- /dev/null +++ b/.confguard @@ -0,0 +1,14 @@ +# vim: set ts=4 sw=4 tw=120 et ft=toml: +[config] +targets = ['.envrc', '.run'] +relative = true + +[_internal_] # DO NOT EDIT FROM HERE +sentinel = "sse-starlette-e945c0ee" +timestamp = 2022-12-27T16:00:56.486510 +files = """gASVMgEAAAAAAACMDXRvbWxraXQuaXRlbXOUjAVBcnJheZSTlF2UKGgAjAZTdHJpbmeUk5QojAhidWls +dGluc5SMB2dldGF0dHKUk5RoAIwKU3RyaW5nVHlwZZSTlIwDU0xMlIaUUpSMBi5lbnZyY5SMBi5lbnZy +Y5RoAIwGVHJpdmlhlJOUKYGUfZQojAZpbmRlbnSUjACUjApjb21tZW50X3dzlGgVjAdjb21tZW50lGgV +jAV0cmFpbJSMAQqUdWJ0lFKUaACMCldoaXRlc3BhY2WUk5SMASyUiYaUUpRoHYwBIJSJhpRSlGgFKGgN +jAQucnVulIwELnJ1bpRoESmBlH2UKGgUaBVoFmgVaBdoFWgYaBl1YnSUUpRlaBEpgZR9lChoFGgVaBZo +FWgXaBVoGGgZdWKJh5RSlC4=""" diff --git a/.envrc b/.envrc index 30e2b0c..9943577 120000 --- a/.envrc +++ b/.envrc @@ -1 +1 @@ -../../crypt/envrc/py/sse-starlette/.envrc \ No newline at end of file +../../../crypt/confguard/sse-starlette-e945c0ee/.envrc \ No newline at end of file diff --git a/.run b/.run index 7cffacb..d3b62e7 120000 --- a/.run +++ b/.run @@ -1 +1 @@ -../../crypt/envrc/py/sse-starlette/.run \ No newline at end of file +../../../crypt/confguard/sse-starlette-e945c0ee/.run \ No newline at end of file diff --git a/README.md b/README.md index c77a8d6..e8ad6cb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status][build-image]][build-url] [![Code Coverage][coverage-image]][coverage-url] -Background: https://sysid.github.io/sse/ +Background: https://sysid.github.io/server-sent-events/ Installation: diff --git a/examples/custom_generator.py b/examples/stream_generator.py similarity index 100% rename from examples/custom_generator.py rename to examples/stream_generator.py