Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fauskanger <thomasfauskanger@gmail.com>2017-12-04 02:03:36 +0300
committerGitHub <noreply@github.com>2017-12-04 02:03:36 +0300
commite3354f89b4b45f88779e13cad63d71f2fdd2f04d (patch)
tree086011837b63458a67fe21e12a00b01f3015677f
parente47c07fcbbe0fbb67c4f5ac92766d43d6f692e23 (diff)
Add `mypolr` to "unofficial libraries"
I've added my project `mypolr` to the list of unofficial libraries, but not sure if the formatting, wording, or description is on par with what you're looking for. I also discovered this Ruby project while searching for "Polr" on GitHub, but I haven't checked it out: https://github.com/SeniorMedia/polr-ruby It does, however, seem to be stable.
-rw-r--r--docs/developer-guide/libraries.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/developer-guide/libraries.md b/docs/developer-guide/libraries.md
index b2ef6a7..f9bcc26 100644
--- a/docs/developer-guide/libraries.md
+++ b/docs/developer-guide/libraries.md
@@ -9,5 +9,10 @@ that you take a look at the [API documentation](api/) to integrate Polr into you
- there are no official libraries for Polr 2.0 yet.
### Unofficial libraries
-- there are no unofficial libraries for Polr 2.0 yet.
+- [mypolr][mypolr_gh] is a Python 3 package for interacting with the Polr 2.0 API. ([User Guide and documentation][mypolr_docs])
+
+- there seems to be only one unofficial libraries for Polr 2.0 yet.
- perhaps you'd like to write one? Send a PR to add your library to this page.
+
+[mypolr_gh]: https://github.com/fauskanger/mypolr
+[mypolr_docs]: https://mypolr.readthedocs.io