Skip to content

Commit

Permalink
Approve more frameworks for CJ8 (#532)
Browse files Browse the repository at this point in the history
Approve more frameworks for CJ8
  • Loading branch information
jb3 authored Jun 15, 2021
2 parents 35dc1c4 + cd53fc5 commit 865c2ed
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions pydis_site/templates/events/pages/code-jams/8/frameworks.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ <h3 id="curses"><a href="#curses">Curses</a></h3>
<li>Part of the standard library</li>
<li>Extensive how-to guide</li>
<li>Very basic, more effort to get working/looking good</li>
<li>To supplement curses the following libraries are approved, although no guarantees are made for stability.</li>
<ul>
<li><a href="https://pypi.org/project/UniCurses/" target="_blank">Unicurses</a> - a wrapper for Python 3.x that provides a unified set of Curses functions of all platforms.</li>
<li><a href="https://github.com/salt-die/nurses" target="_blank">Nurses</a> - a combination of curses and numpy, made by our very own salt-die</li>
</ul>

</ul>
</div>
<div class="column">
Expand Down Expand Up @@ -86,6 +92,19 @@ <h3 id="asciimatics"><a href="#asciimatics">Asciimatics</a></h3>
<img src="{% static "images/events/cj8_asciimatics.png" %}" alt="asciimatics">
</div>
</div>
<h3 id="prompt-toolkit"><a href="#prompt-toolkit">Python Prompt Toolkit</a></h3>
<div class="columns">
<div class="column">
<ul>
<li><a href="https://python-prompt-toolkit.readthedocs.io/en/stable/" target="_blank">Documentation Link</a></li>
<li><strong>Supports:</strong> Linux, Mac, and Windows</li>
<li>Pure python library</li>
</ul>
</div>
<div class="column">
<img src="{% static "images/events/cj8_prompttoolkit.png" %}" alt="python prompt toolkit">
</div>
</div>


{% endblock %}
Expand Down

0 comments on commit 865c2ed

Please sign in to comment.