Skip to content

Commit

Permalink
Merge pull request #1063 from seth-stansberry/grammar
Browse files Browse the repository at this point in the history
Update README.md Grammar
  • Loading branch information
vinta committed Apr 30, 2018
2 parents c68b0f0 + 55848e4 commit 70cf6a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -122,7 +122,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple yet effective library for implementing common design patterns.
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
* [sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
* [SCOOP](https://github.com/soravux/scoop) - Scalable Concurrent Operations in Python
* [SCOOP](https://github.com/soravux/scoop) - Scalable Concurrent Operations in Python.

## Anti-spam

Expand Down Expand Up @@ -230,7 +230,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [django-viewlet](https://github.com/5monkeys/django-viewlet) - Render template parts with extended cache control.
* [dogpile.cache](http://dogpilecache.readthedocs.io/en/latest/) - dogpile.cache is next generation replacement for Beaker made by same authors.
* [HermesCache](https://pypi.python.org/pypi/HermesCache) - Python caching library with tag-based invalidation and dogpile effect prevention.
* [johnny-cache](https://github.com/jmoiron/johnny-cache) - A caching framework for django applications.
* [johnny-cache](https://github.com/jmoiron/johnny-cache) - A caching framework for Django applications.
* [pylibmc](https://github.com/lericson/pylibmc) - A Python wrapper around the [libmemcached](http://libmemcached.org/libMemcached.html) interface.

## ChatOps Tools
Expand Down Expand Up @@ -271,7 +271,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [docopt](http://docopt.org/) - Pythonic command line arguments parser.
* [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line
* [Python-Fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object.
* [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines.
* [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) - A universal command-line interface for Amazon Web Services.
* [cookiecutter](https://github.com/audreyr/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates).
Expand All @@ -286,7 +286,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [SAWS](https://github.com/donnemartin/saws) - A Supercharged AWS CLI.
* [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command.
* [tmuxp](https://github.com/tony/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager.
* [try](https://github.com/timofurrer/try) - A dead simple CLI to try out python packages - It's never been easier.
* [try](https://github.com/timofurrer/try) - A dead simple CLI to try out python packages - it's never been easier.

## Compatibility

Expand Down Expand Up @@ -618,10 +618,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Flexx](https://github.com/zoofIO/flexx) - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
* [kivy](https://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
* [pyglet](https://bitbucket.org/pyglet/pyglet/wiki/Home) - A cross-platform windowing and multimedia library for Python.
* [PyGObject](https://wiki.gnome.org/Projects/PyGObject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3)
* [PyGObject](https://wiki.gnome.org/Projects/PyGObject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
* [PyQt](https://riverbankcomputing.com/software/pyqt/intro) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks.
* [PySide](https://wiki.qt.io/PySide) - Python bindings for the [Qt](http://www.qt.io/) cross-platform application and UI framework, supporting the Qt v4 framework.
* [pywebview](https://github.com/r0x0r/pywebview/) - A lightweight cross-platform native wrapper around a webview component that allows to display HTML content in its own native dedicated window
* [pywebview](https://github.com/r0x0r/pywebview/) - A lightweight cross-platform native wrapper around a webview component that allows to display HTML content in its own native dedicated window.
* [Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package.
* [Toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit.
* [urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
Expand Down Expand Up @@ -1136,7 +1136,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [unicode-slugify](https://github.com/mozilla/unicode-slugify) - A slugifier that generates unicode slugs with Django as a dependency.
* Parser
* [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) - Parsing, formatting, storing and validating international phone numbers.
* [PLY](http://www.dabeaz.com/ply/) - Implementation of lex and yacc parsing tools for Python
* [PLY](http://www.dabeaz.com/ply/) - Implementation of lex and yacc parsing tools for Python.
* [Pygments](http://pygments.org/) - A generic syntax highlighter.
* [pyparsing](http://pyparsing.wikispaces.com/) - A general purpose framework for generating parsers.
* [python-nameparser](https://github.com/derek73/python-nameparser) - Parsing human names into their individual components.
Expand Down

0 comments on commit 70cf6a4

Please sign in to comment.