From cd53fc5ae3dbcbb55eb7948ea71ad6d6aea0cdd8 Mon Sep 17 00:00:00 2001 From: Janine vN Date: Tue, 15 Jun 2021 19:23:37 -0400 Subject: Approve more frameworks Python Prompt Toolkit is added as an approved framework. Unicurses and nurses are added as additional frameworks you can use with curses, although it's a use at your own risk and no promises are made for functionality or stability. --- .../static/images/events/cj8_prompttoolkit.png | Bin 0 -> 144850 bytes .../events/pages/code-jams/8/frameworks.html | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 pydis_site/static/images/events/cj8_prompttoolkit.png diff --git a/pydis_site/static/images/events/cj8_prompttoolkit.png b/pydis_site/static/images/events/cj8_prompttoolkit.png new file mode 100644 index 00000000..a359a7af Binary files /dev/null and b/pydis_site/static/images/events/cj8_prompttoolkit.png differ diff --git a/pydis_site/templates/events/pages/code-jams/8/frameworks.html b/pydis_site/templates/events/pages/code-jams/8/frameworks.html index cc1aa671..2ee6715a 100644 --- a/pydis_site/templates/events/pages/code-jams/8/frameworks.html +++ b/pydis_site/templates/events/pages/code-jams/8/frameworks.html @@ -39,6 +39,12 @@
  • Part of the standard library
  • Extensive how-to guide
  • Very basic, more effort to get working/looking good
  • +
  • To supplement curses the following libraries are approved, although no guarantees are made for stability.
  • + +
    @@ -86,6 +92,19 @@ asciimatics
    +

    Python Prompt Toolkit

    +
    +
    + +
    +
    + python prompt toolkit +
    +
    {% endblock %} -- cgit v1.2.3