From f7fd3593fc63c2b87ed46ac4d81f023c7aea1e09 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sun, 27 Sep 2015 20:21:51 +0800 Subject: [PATCH] refine --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1620bfb7..959c5769 100644 --- a/README.md +++ b/README.md @@ -275,10 +275,10 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for building command-line application.* * Command-line Application Development - * [cement](http://builtoncement.com/) - Providing a light-weight and fully featured foundation to build anything from single file scripts to complex and intricately designed applications. + * [cement](http://builtoncement.com/) - CLI Application Framework for Python. * [click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way. * [cliff](http://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands. - * [Clime](http://clime.mosky.tw) – Clime lets you convert any module into a multi-command CLI program without any configuration. + * [Clime](http://clime.mosky.tw) – Converting any module into a multi-command CLI app without any configuration. * [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools. * [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text. * [docopt](http://docopt.org/) - Pythonic command line arguments parser. @@ -286,8 +286,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing. * [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines. * Productivity Tools - * [aws-cli](https://github.com/aws/aws-cli) - Universal command-line interface for Amazon Web Services. - * [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. It's a quick way to visualize data without GUI. + * [aws-cli](https://github.com/aws/aws-cli) - A universal command-line interface for Amazon Web Services. + * [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. * [caniusepython3](https://github.com/brettcannon/caniusepython3) - Determine what projects are blocking you from porting to Python 3. * [cookiecutter](https://github.com/audreyr/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects. * [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal. @@ -905,8 +905,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [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 Platform Independent Python Debugger with GUI, capable of remote debugging based on rpdb2. - * [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response. + * [winpdb](http://winpdb.org/) - A Python Debugger with GUI, capable of remote debugging based on `rpdb2`. + * [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information for Django. * [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver. * [flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask. * Profiler @@ -914,7 +914,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code. * [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler. * Others - * [pyelftools](https://github.com/eliben/pyelftools) - A pure-Python library for parsing and analyzing ELF files and DWARF debugging information. + * [pyelftools](https://github.com/eliben/pyelftools) - Parsing and analyzing ELF files and DWARF debugging information. * [python-statsd](https://github.com/WoLpH/python-statsd) - Python Client for the [statsd](https://github.com/etsy/statsd/) server. ## Science and Data Analysis