Skip to content

Commit

Permalink
Fix minor en dash/hyphen inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdwang committed Oct 30, 2016
1 parent 6e95760 commit 9884466
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 156,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).

*Interactive Python interpreters (REPL).*

* [Jupyter Notebook (IPython)](https://jupyter.org) - A rich toolkit to help you make the most out of using Python interactively.
* [bpython](https://github.com/bpython/bpython) A fancy interface to the Python interpreter.
* [Jupyter Notebook (IPython)](https://jupyter.org) - A rich toolkit to help you make the most out of using Python interactively.
* [bpython](https://github.com/bpython/bpython) - A fancy interface to the Python interpreter.
* [ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit).

## Files
Expand Down Expand Up @@ -742,15 742,15 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [django-xadmin](https://github.com/sshwsfc/xadmin) - Drop-in replacement of Django admin comes with lots of goodies.
* [flask-admin](https://github.com/flask-admin/flask-admin) - Simple and extensible administrative interface framework for Flask.
* [flower](https://github.com/mher/flower) - Real-time monitor and web admin for Celery.
* [Grappelli](http://grappelliproject.com) A jazzy skin for the Django Admin-Interface.
* [Grappelli](http://grappelliproject.com) - A jazzy skin for the Django Admin-Interface.
* [Wooey](https://github.com/wooey/wooey) - A Django app which creates automatic web UIs for Python scripts.

## Static Site Generator

*Static site generator is a software that takes some text templates as input and produces HTML files on the output.*

* [Pelican](http://blog.getpelican.com/) - Uses Markdown or ReST for content and Jinja 2 for themes. Supports DVCS, Disqus. AGPL.
* [Cactus](https://github.com/koenbok/Cactus/) Static site generator for designers.
* [Cactus](https://github.com/koenbok/Cactus/) - Static site generator for designers.
* [Hyde](http://hyde.github.io/) - Jinja2-based static web site generator.
* [Nikola](https://www.getnikola.com/) - A static website and blog generator.
* [Tinkerer](http://tinkerer.me/) - Tinkerer is a blogging engine/.static website generator powered by Sphinx.
Expand Down Expand Up @@ -929,7 929,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).

* Debugger
* [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled [pdb](https://docs.python.org/2/library/pdb.html).
* [pudb](https://pypi.python.org/pypi/pudb) A full-screen, console-based Python debugger.
* [pudb](https://pypi.python.org/pypi/pudb) - A full-screen, console-based Python debugger.
* [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
* [wdb](https://github.com/Kozea/wdb) - An improbable web debugger through WebSockets.
* [winpdb](http://winpdb.org/) - A Python Debugger with GUI, capable of remote debugging based on `rpdb2`.
Expand Down

0 comments on commit 9884466

Please sign in to comment.