From 55848e4b08d6d63af60afc1b76fce5082acc9e6a Mon Sep 17 00:00:00 2001 From: Seth Date: Sun, 29 Apr 2018 23:45:14 -0400 Subject: [PATCH] Update README.md Grammar Edit lines to conform more closely with contribution guidelines: * Add periods to some lines to make them more consistent with each other. * Correct case in some lines to be more constant with each other. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6771172..ee0fd6e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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). @@ -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 @@ -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. @@ -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.