summaryrefslogtreecommitdiffstats
path: root/HISTORY.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:21:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:21:34 +0000
commitfe1438b06234f8e5ecd4caa7eedfeec585b6f77c (patch)
tree5c2a9ff683189a61e0855ca3f24df319e7e03b7f /HISTORY.md
parentInitial commit. (diff)
downloadpygls-fe1438b06234f8e5ecd4caa7eedfeec585b6f77c.tar.xz
pygls-fe1438b06234f8e5ecd4caa7eedfeec585b6f77c.zip
Adding upstream version 1.3.0.upstream/1.3.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
new file mode 100644
index 0000000..b5621a0
--- /dev/null
+++ b/HISTORY.md
@@ -0,0 +1,17 @@
+# History of [_pygls_][pygls]
+
+This is the story of [_pygls_][pygls]' inception as recounted by its original project creator, [@augb][augb].
+
+While working at [Open Law Library][openlaw] as a programmer, we created a VS Code extension originally written in TypeScript called _Codify_. _Codify_ processes legal XML into legal code. Since our codification process was written in Python we were faced with the choice of slower performance to roundtrip from TypeScript to Python and back, or duplicating the logic in TypeScript. Neither option was really good. I had the idea of using the [Language Server Protocol (LSP)][lsp] to communicate with a Python LSP server. Existing Python language servers were focused on Python the language. We needed a generic language server since we were dealing with XML. [David Greisen][dgreisen], agreed with this approach. Thus, [_pygls_][pygls] was born.
+
+I, [@augb][augb], was the project manager for the project. Daniel Elero ([@danixeee][danixeee]) did the coding. When I left Open Law Library, Daniel took over the project for a time.
+
+It was open sourced on December 21, 2018. The announcement on Hacker News is [here][announcement].
+
+[augb]: https://github.com/augb
+[announcement]: https://news.ycombinator.com/item?id=18735413
+[danixeee]: https://github.com/danixeee
+[dgreisen]: https://github.com/dgreisen
+[lsp]: https://microsoft.github.io/language-server-protocol/specification
+[openlaw]: https://openlawlib.org/
+[pygls]: https://github.com/openlawlibrary/pygls