Skip to content

Commit f7fd359

Browse files
committed
refine
1 parent 6442573 commit f7fd359

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -275,19 +275,19 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
275275
*Libraries for building command-line application.*
276276

277277
* Command-line Application Development
278-
* [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.
278+
* [cement](http://builtoncement.com/) - CLI Application Framework for Python.
279279
* [click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way.
280280
* [cliff](http://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands.
281-
* [Clime](http://clime.mosky.tw)Clime lets you convert any module into a multi-command CLI program without any configuration.
281+
* [Clime](http://clime.mosky.tw)Converting any module into a multi-command CLI app without any configuration.
282282
* [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools.
283283
* [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text.
284284
* [docopt](http://docopt.org/) - Pythonic command line arguments parser.
285285
* [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line
286286
* [pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
287287
* [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines.
288288
* Productivity Tools
289-
* [aws-cli](https://github.com/aws/aws-cli) - Universal command-line interface for Amazon Web Services.
290-
* [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. It's a quick way to visualize data without GUI.
289+
* [aws-cli](https://github.com/aws/aws-cli) - A universal command-line interface for Amazon Web Services.
290+
* [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal.
291291
* [caniusepython3](https://github.com/brettcannon/caniusepython3) - Determine what projects are blocking you from porting to Python 3.
292292
* [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.
293293
* [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal.
@@ -905,16 +905,16 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
905905
* [pudb](https://pypi.python.org/pypi/pudb) – A full-screen, console-based Python debugger.
906906
* [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
907907
* [wdb](https://github.com/Kozea/wdb) - An improbable web debugger through WebSockets.
908-
* [winpdb](http://winpdb.org/) - A Platform Independent Python Debugger with GUI, capable of remote debugging based on rpdb2.
909-
* [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response.
908+
* [winpdb](http://winpdb.org/) - A Python Debugger with GUI, capable of remote debugging based on `rpdb2`.
909+
* [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information for Django.
910910
* [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.
911911
* [flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.
912912
* Profiler
913913
* [line_profiler](https://github.com/rkern/line_profiler) - Line-by-line profiling.
914914
* [memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code.
915915
* [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler.
916916
* Others
917-
* [pyelftools](https://github.com/eliben/pyelftools) - A pure-Python library for parsing and analyzing ELF files and DWARF debugging information.
917+
* [pyelftools](https://github.com/eliben/pyelftools) - Parsing and analyzing ELF files and DWARF debugging information.
918918
* [python-statsd](https://github.com/WoLpH/python-statsd) - Python Client for the [statsd](https://github.com/etsy/statsd/) server.
919919

920920
## Science and Data Analysis

0 commit comments

Comments
 (0)