8000 fix · Lipvun/awesome-python@7d672d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d672d8

Browse files
committed
fix
1 parent 922ca40 commit 7d672d8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
711711
* [urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
712712
* [pyglet](http://www.pyglet.org/) - A cross-platform windowing and multimedia library for Python.
713713
* [Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package.
714-
* [enaml](https://github.com/nucleic/enaml) - Create beautiful user-interfaces with Declaratic Syntax like QML
714+
* [enaml](https://github.com/nucleic/enaml) - Creating beautiful user-interfaces with Declaratic Syntax like QML.
715715
* [Toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit.
716716

717717
## Game Development
@@ -792,6 +792,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
792792
* [winpdb](http://winpdb.org/) - A Platform Independent Python Debugger with GUI.
793793
* [pudb](https://pypi.python.org/pypi/pudb) – A full-screen, console-based Python debugger.
794794
* [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
795+
* [python-statsd](https://github.com/WoLpH/python-statsd) - Python Client for the [statsd](https://github.com/etsy/statsd/) server.
795796
* [memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code.
796797
* [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response.
797798
* [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.
@@ -812,8 +813,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
812813
* [SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics.
813814
* [statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python.
814815
* [astropy](http://www.astropy.org/) - A community Python library for Astronomy.
815-
* [python-statsd](https://github.com/WoLpH/python-statsd) Library to send data to Statsd allowing for data and performance analysis
816-
* [django-statsd](https://github.com/WoLpH/django-statsd) Library to send data to Statsd from Django to analyse web application view performance
817816

818817
## Data Visualization
819818

@@ -877,7 +876,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
877876
* [twython](https://github.com/ryanmcgrath/twython) - A Python wrapper for the Twitter API.
878877
* [soundcloud-python](https://github.com/soundcloud/soundcloud-python) - A Python wrapper around the Soundcloud API.
879878
* [google-api-python-client](https://github.com/google/google-api-python-client) - Google APIs Client Library for Python.
880-
* [gspread](https://github.com/burnash/gspread) - Google Spreadsheets Python API .
879+
* [gspread](https://github.com/burnash/gspread) - Google Spreadsheets Python API.
881880
* [facebook-sdk](https://github.com/pythonforfacebook/facebook-sdk) - Facebook Platform Python SDK.
882881
* [facepy](https://github.com/jgorset/facepy) - Facepy makes it really easy to interact with Facebook's Graph API
883882
* [Wikipedia](https://wikipedia.readthedocs.org/) - A Pythonic wrapper for the Wikipedia API.

0 commit comments

Comments
 (0)
0