|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- Copyright 2014 bpython authors --> |
| 3 | + |
| 4 | +<application> |
| 5 | + <id type="desktop">bpython.desktop</id> |
| 6 | + <metadata_license>CC0-1.0</metadata_license> |
| 7 | + <project_license>MIT</project_license> |
| 8 | + <name>bpython interpreter</name> |
| 9 | + <summary>Fancy interface for the Python interpreter</summary> |
| 10 | + <description> |
| 11 | + <p> |
| 12 | + bpython is a fancy interface to the Python interpreter. It has the |
| 13 | + following features: |
| 14 | + <ul> |
| 15 | + <li>In-line syntac highlighting.</li> |
| 16 | + <li>Readline-like autocomplete with suggesstion displayed as you type.</li> |
| 17 | + <li>Expected parameter list for any Python function.</li> |
| 18 | + <li>"Rewind" function to pop the last line of code from memory and re-evaluate.</li> |
| 19 | + <li>Send the code you've entered off to a pastebin.</li> |
| 20 | + <li>Save the code you've entered to a file.</li> |
| 21 | + <li>Auto-indentation.</li> |
| 22 | + </ul> |
| 23 | + </p> |
| 24 | + </description> |
| 25 | + <url type="homepage">http://www.bpython-interpreter.org/</url> |
| 26 | + <screenshots> |
| 27 | + <screenshot type="default">http://bpython-interpreter.org/images/8.png</screenshot> |
| 28 | + <screenshot>http://bpython-interpreter.org/images/1.png</screenshot> |
| 29 | + <screenshot>http://bpython-interpreter.org/images/2.png</screenshot> |
| 30 | + <screenshot>http://bpython-interpreter.org/images/3.png</screenshot> |
| 31 | + <screenshot>http://bpython-interpreter.org/images/4.png</screenshot> |
| 32 | + <screenshot>http://bpython-interpreter.org/images/5.png</screenshot> |
| 33 | + <screenshot>http://bpython-interpreter.org/images/6.png</screenshot> |
| 34 | + <screenshot>http://bpython-interpreter.org/images/7.png</screenshot> |
| 35 | + </screenshots> |
| 36 | + <updatecontact>bpython@googlegroups.com</updatecontact> |
| 37 | +</application> |
0 commit comments