mirror of
https://github.com/trananhkma/fucking-awesome-python.git
synced 2024-11-23 20:11:13 +00:00
"update Sat Sep 26 12:12:29 2015"
This commit is contained in:
parent
1bba4bf300
commit
d89cac2762
364
README.md
364
README.md
|
@ -102,8 +102,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
*Libraries for Python version and environment management.*
|
||||
|
||||
* [:octocat: p](https://github.com/qw3rtman/p) - Dead simple interactive Python version management. :star: 481 :fork_and_knife: 13
|
||||
* [:octocat: pyenv](https://github.com/yyuu/pyenv) - Simple Python version management. :star: 3101 :fork_and_knife: 222
|
||||
* [:octocat: p](https://github.com/qw3rtman/p) - Dead simple interactive Python version management. :star: 483 :fork_and_knife: 13
|
||||
* [:octocat: pyenv](https://github.com/yyuu/pyenv) - Simple Python version management. :star: 3106 :fork_and_knife: 224
|
||||
* [:earth_americas: PyRun](https://www.egenix.com/products/python/PyRun/) - A one-file, no-installation-needed version of Python.
|
||||
* [:octocat: Vex](https://github.com/sashahart/vex) - Run a command in the named virtualenv. :star: 253 :fork_and_knife: 14
|
||||
* [:earth_americas: virtualenv](https://pypi.python.org/pypi/virtualenv) - A tool to create isolated Python environments.
|
||||
|
@ -115,7 +115,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* [:earth_americas: pip](https://pip.pypa.io/) - The Python package and dependency manager.
|
||||
* [:earth_americas: Python Package Index](https://pypi.python.org/pypi)
|
||||
* [:octocat: conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager. :star: 463 :fork_and_knife: 152
|
||||
* [:octocat: conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager. :star: 464 :fork_and_knife: 152
|
||||
* [:earth_americas: Curdling](http://clarete.li/curdling/) - Curdling is a command line tool for managing Python packages.
|
||||
* [:earth_americas: wheel](http://pythonwheels.com/) - The new standard of Python distribution and are intended to replace eggs.
|
||||
|
||||
|
@ -133,7 +133,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
*Libraries to create packaged executables for release distribution.*
|
||||
|
||||
* [:octocat: PyInstaller](https://github.com/pyinstaller/pyinstaller) - Converts Python programs into stand-alone executables (cross-platform). :star: 1139 :fork_and_knife: 326
|
||||
* [:octocat: PyInstaller](https://github.com/pyinstaller/pyinstaller) - Converts Python programs into stand-alone executables (cross-platform). :star: 1139 :fork_and_knife: 325
|
||||
* [:earth_americas: dh-virtualenv](http://dh-virtualenv.readthedocs.org/) - Build and distribute a virtualenv as a Debian package.
|
||||
* [:earth_americas: Nuitka](http://nuitka.net/) - Compile scripts, modules, packages to an executable or extension module.
|
||||
* [:earth_americas: py2app](http://pythonhosted.org/py2app/) - Freezes Python scripts (Mac OS X).
|
||||
|
@ -148,16 +148,16 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: BitBake](http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html) - A make-like build tool for embedded Linux.
|
||||
* [:earth_americas: fabricate](https://code.google.com/p/fabricate/) - A build tool that finds dependencies automatically for any language.
|
||||
* [:octocat: PlatformIO](https://github.com/ivankravets/platformio) - A console tool to build code with different development platforms. :star: 269 :fork_and_knife: 30
|
||||
* [:octocat: PyBuilder](https://github.com/pybuilder/pybuilder) - A continuous build tool written in pure Python. :star: 470 :fork_and_knife: 113
|
||||
* [:octocat: PyBuilder](https://github.com/pybuilder/pybuilder) - A continuous build tool written in pure Python. :star: 470 :fork_and_knife: 114
|
||||
* [:earth_americas: SCons](http://www.scons.org/) - A software construction tool.
|
||||
|
||||
## Interactive Interpreter
|
||||
|
||||
*Interactive Python interpreters (REPL).*
|
||||
|
||||
* [:octocat: IPython](https://github.com/ipython/ipython) - A rich toolkit to help you make the most out of using Python interactively. :star: 7484 :fork_and_knife: 2209
|
||||
* [:octocat: IPython](https://github.com/ipython/ipython) - A rich toolkit to help you make the most out of using Python interactively. :star: 7491 :fork_and_knife: 2211
|
||||
* [:earth_americas: bpython](http://bpython-interpreter.org) – A fancy interface to the Python interpreter.
|
||||
* [:octocat: ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). :star: 779 :fork_and_knife: 19
|
||||
* [:octocat: ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). :star: 781 :fork_and_knife: 19
|
||||
|
||||
## Files
|
||||
|
||||
|
@ -167,18 +167,18 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: mimetypes](https://docs.python.org/2/library/mimetypes.html) - (Python standard library) Map filenames to MIME types.
|
||||
* [:octocat: path.py](https://github.com/jaraco/path.py) - A module wrapper for [os.path](https://docs.python.org/2/library/os.path.html). :star: 532 :fork_and_knife: 72
|
||||
* [:earth_americas: pathlib](https://pathlib.readthedocs.org/en/pep428/) - (Python standard library in Python 3.4+) An cross-platform, object-oriented path library.
|
||||
* [:octocat: python-magic](https://github.com/ahupp/python-magic) - A Python interface to the libmagic file type identification library. :star: 516 :fork_and_knife: 84
|
||||
* [:octocat: python-magic](https://github.com/ahupp/python-magic) - A Python interface to the libmagic file type identification library. :star: 518 :fork_and_knife: 84
|
||||
* [:octocat: Unipath](https://github.com/mikeorr/Unipath) - An object-oriented approach to file/directory operations. :star: 315 :fork_and_knife: 27
|
||||
* [:octocat: watchdog](https://github.com/gorakhargosh/watchdog) - API and shell utilities to monitor file system events. :star: 1782 :fork_and_knife: 238
|
||||
* [:octocat: watchdog](https://github.com/gorakhargosh/watchdog) - API and shell utilities to monitor file system events. :star: 1784 :fork_and_knife: 237
|
||||
|
||||
## Date and Time
|
||||
|
||||
*Libraries for working with dates and times.*
|
||||
|
||||
* [:octocat: arrow](https://github.com/crsmithdev/arrow) - Better dates & times for Python. :star: 2510 :fork_and_knife: 213
|
||||
* [:octocat: arrow](https://github.com/crsmithdev/arrow) - Better dates & times for Python. :star: 2513 :fork_and_knife: 214
|
||||
* [:octocat: Chronyk](https://github.com/KoffeinFlummi/Chronyk) - A Python 3 library for parsing human-written times and dates. :star: 204 :fork_and_knife: 7
|
||||
* [:earth_americas: dateutil](https://pypi.python.org/pypi/python-dateutil) - Extensions to the standard Python [datetime](https://docs.python.org/2/library/datetime.html) module.
|
||||
* [:octocat: delorean](https://github.com/myusuf3/delorean/) - A library for clearing up the inconvenient truths that arise dealing with datetimes. :star: 834 :fork_and_knife: 48
|
||||
* [:octocat: delorean](https://github.com/myusuf3/delorean/) - A library for clearing up the inconvenient truths that arise dealing with datetimes. :star: 835 :fork_and_knife: 48
|
||||
* [:octocat: moment](https://github.com/zachwill/moment) - A Python library for dealing with dates/times. Inspired by [Moment.js](http://momentjs.com/). :star: 247 :fork_and_knife: 8
|
||||
* [:octocat: PyTime](https://github.com/shnode/PyTime) - A easy-use Python module which aims to operate date/time/datetime by string. :star: 93 :fork_and_knife: 8
|
||||
* [:earth_americas: pytz](https://launchpad.net/pytz) - World timezone definitions, modern and historical. Brings the [tz database](http://en.wikipedia.org/wiki/Tz_database) into Python.
|
||||
|
@ -189,14 +189,14 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
*Libraries for parsing and manipulating plain texts.*
|
||||
|
||||
* General
|
||||
* [:octocat: chardet](https://github.com/chardet/chardet) - Python 2/3 compatible character encoding detector. :star: 368 :fork_and_knife: 60
|
||||
* [:octocat: chardet](https://github.com/chardet/chardet) - Python 2/3 compatible character encoding detector. :star: 371 :fork_and_knife: 60
|
||||
* [:earth_americas: difflib](https://docs.python.org/2/library/difflib.html) - (Python standard library) Helpers for computing deltas.
|
||||
* [:earth_americas: esmre](https://code.google.com/p/esmre/) - Regular expression accelerator.
|
||||
* [:octocat: ftfy](https://github.com/LuminosoInsight/python-ftfy) - Makes Unicode text less broken and more consistent automagically. :star: 1023 :fork_and_knife: 36
|
||||
* [:octocat: fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy) - Fuzzy String Matching. :star: 1971 :fork_and_knife: 176
|
||||
* [:octocat: fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy) - Fuzzy String Matching. :star: 1977 :fork_and_knife: 176
|
||||
* [:octocat: Levenshtein](https://github.com/ztane/python-Levenshtein/) - Fast computation of Levenshtein distance and string similarity. :star: 149 :fork_and_knife: 32
|
||||
* [:octocat: pangu.py](https://github.com/vinta/pangu.py) - Spacing texts for CJK and alphanumerics. :star: 30 :fork_and_knife: 6
|
||||
* [:octocat: pyfiglet](https://github.com/pwaller/pyfiglet) - An implementation of figlet written in Python. :star: 115 :fork_and_knife: 12
|
||||
* [:octocat: pyfiglet](https://github.com/pwaller/pyfiglet) - An implementation of figlet written in Python. :star: 116 :fork_and_knife: 12
|
||||
* [:octocat: shortuuid](https://github.com/stochastic-technologies/shortuuid) - A generator library for concise, unambiguous and URL-safe UUIDs. :star: 490 :fork_and_knife: 35
|
||||
* [:earth_americas: unidecode](https://pypi.python.org/pypi/Unidecode) - ASCII transliterations of Unicode text.
|
||||
* [:octocat: uniout](https://github.com/moskytw/uniout) - Print readable chars instead of the escaped string. :star: 70 :fork_and_knife: 6
|
||||
|
@ -230,15 +230,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:octocat: xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files. :star: 436 :fork_and_knife: 151
|
||||
* PDF
|
||||
* [:octocat: PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents. :star: 1205 :fork_and_knife: 302
|
||||
* [:octocat: PyPDF2](https://github.com/mstamy2/PyPDF2) - A library capable of splitting, merging and transforming PDF pages. :star: 740 :fork_and_knife: 228
|
||||
* [:octocat: PyPDF2](https://github.com/mstamy2/PyPDF2) - A library capable of splitting, merging and transforming PDF pages. :star: 740 :fork_and_knife: 229
|
||||
* [:earth_americas: ReportLab](http://www.reportlab.com/opensource/) - Allowing Rapid creation of rich PDF documents.
|
||||
* Markdown
|
||||
* [:octocat: Mistune](https://github.com/lepture/mistune) - Fastest and full featured pure Python parsers of Markdown. :star: 472 :fork_and_knife: 34
|
||||
* [:octocat: Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber’s Markdown. :star: 763 :fork_and_knife: 213
|
||||
* [:octocat: Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber’s Markdown. :star: 764 :fork_and_knife: 214
|
||||
* YAML
|
||||
* [:earth_americas: PyYAML](http://pyyaml.org/) - YAML implementations for Python.
|
||||
* CSV
|
||||
* [:octocat: csvkit](https://github.com/onyxfish/csvkit) - Utilities for converting to and working with CSV. :star: 1681 :fork_and_knife: 257
|
||||
* [:octocat: csvkit](https://github.com/onyxfish/csvkit) - Utilities for converting to and working with CSV. :star: 1682 :fork_and_knife: 257
|
||||
* Archive
|
||||
* [:octocat: unp](https://github.com/mitsuhiko/unp) - A command line tool that can unpack archives easily. :star: 207 :fork_and_knife: 8
|
||||
|
||||
|
@ -247,10 +247,10 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
*Libraries for working with human languages.*
|
||||
|
||||
* [:earth_americas: NLTK](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data.
|
||||
* [:octocat: jieba](https://github.com/fxsjy/jieba) - Chinese Words Segmentation Utilities. :star: 3678 :fork_and_knife: 1150
|
||||
* [:octocat: jieba](https://github.com/fxsjy/jieba) - Chinese Words Segmentation Utilities. :star: 3689 :fork_and_knife: 1157
|
||||
* [:octocat: langid.py](https://github.com/saffsd/langid.py) - Stand-alone language identification system. :star: 426 :fork_and_knife: 77
|
||||
* [:earth_americas: Pattern](http://www.clips.ua.ac.be/pattern) - A web mining module for the Python.
|
||||
* [:octocat: SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text. :star: 1021 :fork_and_knife: 272
|
||||
* [:octocat: SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text. :star: 1022 :fork_and_knife: 272
|
||||
* [:earth_americas: TextBlob](http://textblob.readthedocs.org/) - Providing a consistent API for diving into common NLP tasks.
|
||||
|
||||
## Documentation
|
||||
|
@ -284,28 +284,28 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:octocat: clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools. :star: 1795 :fork_and_knife: 167
|
||||
* [:earth_americas: colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text.
|
||||
* [:earth_americas: docopt](http://docopt.org/) - Pythonic command line arguments parser.
|
||||
* [:octocat: Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line :star: 3666 :fork_and_knife: 173
|
||||
* [:octocat: Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line :star: 3667 :fork_and_knife: 173
|
||||
* [:earth_americas: pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
|
||||
* [:octocat: python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines. :star: 1694 :fork_and_knife: 75
|
||||
* [:octocat: python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines. :star: 1699 :fork_and_knife: 76
|
||||
* Productivity Tools
|
||||
* [:octocat: bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. It's a quick way to visualize data without GUI. :star: 306 :fork_and_knife: 23
|
||||
* [:octocat: caniusepython3](https://github.com/brettcannon/caniusepython3) - Determine what projects are blocking you from porting to Python 3. :star: 207 :fork_and_knife: 20
|
||||
* [:octocat: 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. :star: 2283 :fork_and_knife: 275
|
||||
* [:octocat: bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. It's a quick way to visualize data without GUI. :star: 308 :fork_and_knife: 23
|
||||
* [:octocat: caniusepython3](https://github.com/brettcannon/caniusepython3) - Determine what projects are blocking you from porting to Python 3. :star: 208 :fork_and_knife: 20
|
||||
* [:octocat: 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. :star: 2286 :fork_and_knife: 274
|
||||
* [:octocat: doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal. :star: 594 :fork_and_knife: 17
|
||||
* [:octocat: httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement. :star: 17850 :fork_and_knife: 1013
|
||||
* [:octocat: PathPicker](https://github.com/facebook/PathPicker) - Select files out of bash output. :star: 2513 :fork_and_knife: 115
|
||||
* [:octocat: percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX. :star: 1774 :fork_and_knife: 71
|
||||
* [:octocat: httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement. :star: 17864 :fork_and_knife: 1014
|
||||
* [:octocat: PathPicker](https://github.com/facebook/PathPicker) - Select files out of bash output. :star: 2520 :fork_and_knife: 117
|
||||
* [:octocat: percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX. :star: 1775 :fork_and_knife: 72
|
||||
* [:earth_americas: RainbowStream](http://www.rainbowstream.org/) - Smart and nice Twitter client on terminal.
|
||||
* [:octocat: thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command. :star: 13618 :fork_and_knife: 638
|
||||
* [:octocat: thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command. :star: 13631 :fork_and_knife: 642
|
||||
|
||||
## Downloader
|
||||
|
||||
*Libraries for downloading.*
|
||||
|
||||
* [:octocat: coursera](https://github.com/coursera-dl/coursera) - Script for downloading Coursera.org videos and naming them. :star: 2477 :fork_and_knife: 902
|
||||
* [:octocat: s3cmd](https://github.com/s3tools/s3cmd) - A command line tool for managing Amazon S3 and CloudFront. :star: 1558 :fork_and_knife: 517
|
||||
* [:octocat: coursera](https://github.com/coursera-dl/coursera) - Script for downloading Coursera.org videos and naming them. :star: 2477 :fork_and_knife: 903
|
||||
* [:octocat: s3cmd](https://github.com/s3tools/s3cmd) - A command line tool for managing Amazon S3 and CloudFront. :star: 1560 :fork_and_knife: 518
|
||||
* [:octocat: s4cmd](https://github.com/bloomreach/s4cmd) - Super S3 command line tool, good for higher performance. :star: 278 :fork_and_knife: 54
|
||||
* [:octocat: subliminal](https://github.com/Diaoul/subliminal) - Library and command line tool to search and download subtitles. :star: 760 :fork_and_knife: 181
|
||||
* [:octocat: subliminal](https://github.com/Diaoul/subliminal) - Library and command line tool to search and download subtitles. :star: 762 :fork_and_knife: 181
|
||||
* [:octocat: WikiTeam](https://github.com/WikiTeam/wikiteam) - Tools for downloading and preserving wikis. :star: 77 :fork_and_knife: 26
|
||||
* [:earth_americas: you-get](http://www.soimort.org/you-get/) - A YouTube/Youku/Niconico video downloader written in Python 3.
|
||||
* [:earth_americas: youtube-dl](http://rg3.github.io/youtube-dl/) - A small command-line program to download videos from YouTube.
|
||||
|
@ -315,15 +315,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
*Libraries for manipulating images.*
|
||||
|
||||
* [:earth_americas: pillow](http://pillow.readthedocs.org/) - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork.
|
||||
* [:octocat: hmap](https://github.com/rossgoodwin/hmap) - Image histogram remapping. :star: 97 :fork_and_knife: 5
|
||||
* [:octocat: hmap](https://github.com/rossgoodwin/hmap) - Image histogram remapping. :star: 98 :fork_and_knife: 5
|
||||
* [:earth_americas: imgSeek](http://www.imgseek.net/) - A project for searching a collection of images using visual similarity.
|
||||
* [:octocat: nude.py](https://github.com/hhatto/nude.py) - Nudity detection. :star: 277 :fork_and_knife: 28
|
||||
* [:octocat: nude.py](https://github.com/hhatto/nude.py) - Nudity detection. :star: 278 :fork_and_knife: 28
|
||||
* [:earth_americas: pyBarcode](https://pythonhosted.org/pyBarcode/) - Create barcodes in Python without needing PIL.
|
||||
* [:octocat: pygram](https://github.com/ajkumar25/pygram) - Instagram-like image filters. :star: 32 :fork_and_knife: 4
|
||||
* [:octocat: python-qrcode](https://github.com/lincolnloop/python-qrcode) - A pure Python QR Code generator. :star: 725 :fork_and_knife: 169
|
||||
* [:octocat: python-qrcode](https://github.com/lincolnloop/python-qrcode) - A pure Python QR Code generator. :star: 725 :fork_and_knife: 168
|
||||
* [:octocat: Quads](https://github.com/fogleman/Quads) - Computer art based on quadtrees. :star: 486 :fork_and_knife: 34
|
||||
* [:earth_americas: scikit-image](http://scikit-image.org/) - A Python library for (scientific) image processing.
|
||||
* [:octocat: thumbor](https://github.com/thumbor/thumbor) - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images. :star: 3291 :fork_and_knife: 305
|
||||
* [:octocat: thumbor](https://github.com/thumbor/thumbor) - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images. :star: 3296 :fork_and_knife: 305
|
||||
* [:octocat: wand](https://github.com/dahlia/wand) - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick. :star: 479 :fork_and_knife: 112
|
||||
|
||||
## OCR
|
||||
|
@ -341,16 +341,16 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:octocat: audiolazy](https://github.com/danilobellini/audiolazy) - Expressive Digital Signal Processing (DSP) package for Python. :star: 186 :fork_and_knife: 17
|
||||
* [:octocat: audioread](https://github.com/sampsyo/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. :star: 78 :fork_and_knife: 20
|
||||
* [:earth_americas: beets](http://beets.radbox.org/) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.
|
||||
* [:octocat: dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition. :star: 1783 :fork_and_knife: 282
|
||||
* [:octocat: dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition. :star: 1785 :fork_and_knife: 284
|
||||
* [:octocat: django-elastic-transcoder](https://github.com/StreetVoice/django-elastic-transcoder) - Django + [Amazon Elastic Transcoder](http://aws.amazon.com/elastictranscoder/). :star: 17 :fork_and_knife: 10
|
||||
* [:earth_americas: eyeD3](http://eyed3.nicfit.net/) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
|
||||
* [:earth_americas: id3reader](http://nedbatchelder.com/code/modules/id3reader.py) - A Python module for reading MP3 meta data.
|
||||
* [:octocat: m3u8](https://github.com/globocom/m3u8) - A module for parsing m3u8 file. :star: 120 :fork_and_knife: 50
|
||||
* [:earth_americas: mutagen](https://bitbucket.org/lazka/mutagen) - A Python module to handle audio metadata.
|
||||
* [:octocat: pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface. :star: 1211 :fork_and_knife: 110
|
||||
* [:octocat: pyechonest](https://github.com/echonest/pyechonest) - Python client for the [Echo Nest](http://developer.echonest.com/docs/) API. :star: 481 :fork_and_knife: 893
|
||||
* [:octocat: pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface. :star: 1212 :fork_and_knife: 110
|
||||
* [:octocat: pyechonest](https://github.com/echonest/pyechonest) - Python client for the [Echo Nest](http://developer.echonest.com/docs/) API. :star: 481 :fork_and_knife: 895
|
||||
* [:earth_americas: talkbox](http://scikits.appspot.com/talkbox) - A Python library for speech/signal processing.
|
||||
* [:octocat: TimeSide](https://github.com/yomguy/TimeSide) - Open web audio processing framework. :star: 124 :fork_and_knife: 14
|
||||
* [:octocat: TimeSide](https://github.com/yomguy/TimeSide) - Open web audio processing framework. :star: 126 :fork_and_knife: 14
|
||||
* [:octocat: tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files. :star: 136 :fork_and_knife: 14
|
||||
|
||||
## Video
|
||||
|
@ -368,9 +368,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: GeoDjango](https://docs.djangoproject.com/en/dev/ref/contrib/gis/) - A world-class geographic web framework.
|
||||
* [:octocat: GeoIP](https://github.com/maxmind/geoip-api-python) - Python API for MaxMind GeoIP Legacy Database. :star: 103 :fork_and_knife: 30
|
||||
* [:octocat: geojson](https://github.com/frewsxcv/python-geojson) - Python bindings and utilities for GeoJSON. :star: 161 :fork_and_knife: 26
|
||||
* [:octocat: geopy](https://github.com/geopy/geopy) - Python Geocoding Toolbox. :star: 845 :fork_and_knife: 223
|
||||
* [:octocat: pygeoip](https://github.com/appliedsec/pygeoip) - Pure Python GeoIP API. :star: 374 :fork_and_knife: 78
|
||||
* [:octocat: django-countries](https://github.com/SmileyChris/django-countries) - A Django app that provides country choices for use with forms, flag icons static files, and a country field for models. :star: 179 :fork_and_knife: 67
|
||||
* [:octocat: geopy](https://github.com/geopy/geopy) - Python Geocoding Toolbox. :star: 848 :fork_and_knife: 222
|
||||
* [:octocat: pygeoip](https://github.com/appliedsec/pygeoip) - Pure Python GeoIP API. :star: 374 :fork_and_knife: 79
|
||||
* [:octocat: django-countries](https://github.com/SmileyChris/django-countries) - A Django app that provides country choices for use with forms, flag icons static files, and a country field for models. :star: 180 :fork_and_knife: 67
|
||||
|
||||
## HTTP
|
||||
|
||||
|
@ -378,7 +378,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* [:earth_americas: requests](http://docs.python-requests.org/) - HTTP Requests for Humans™.
|
||||
* [:octocat: grequests](https://github.com/kennethreitz/grequests) - requests + gevent for asynchronous HTTP requests. :star: 1112 :fork_and_knife: 132
|
||||
* [:octocat: httplib2](https://github.com/jcgregorio/httplib2) - Comprehensive HTTP client library. :star: 284 :fork_and_knife: 139
|
||||
* [:octocat: httplib2](https://github.com/jcgregorio/httplib2) - Comprehensive HTTP client library. :star: 284 :fork_and_knife: 140
|
||||
* [:octocat: treq](https://github.com/dreid/treq) - Python requests like API built on top of Twisted's HTTP client. :star: 208 :fork_and_knife: 60
|
||||
* [:octocat: urllib3](https://github.com/shazow/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly. :star: 907 :fork_and_knife: 275
|
||||
|
||||
|
@ -388,7 +388,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* [:earth_americas: pickleDB](https://pythonhosted.org/pickleDB/) - A simple and lightweight key-value store for Python.
|
||||
* [:earth_americas: PipelineDB](http://www.pipelinedb.com/) - The Streaming SQL Database.
|
||||
* [:octocat: TinyDB](https://github.com/msiemens/tinydb) - A tiny, document-oriented database. :star: 526 :fork_and_knife: 37
|
||||
* [:octocat: TinyDB](https://github.com/msiemens/tinydb) - A tiny, document-oriented database. :star: 526 :fork_and_knife: 38
|
||||
* [:earth_americas: ZODB](http://www.zodb.org/) - A native object database for Python. A key-value and object graph database.
|
||||
|
||||
## Database Drivers
|
||||
|
@ -397,14 +397,14 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* Relational Databases
|
||||
* [:earth_americas: apsw](http://rogerbinns.github.io/apsw/) - Another Python SQLite wrapper.
|
||||
* [:octocat: dataset](https://github.com/pudo/dataset) - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL. :star: 1546 :fork_and_knife: 97
|
||||
* [:octocat: dataset](https://github.com/pudo/dataset) - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL. :star: 1546 :fork_and_knife: 98
|
||||
* [:earth_americas: mysql-connector-python](https://pypi.python.org/pypi/mysql-connector-python) - A pure Python MySQL driver from Oracle.
|
||||
* [:earth_americas: mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python.
|
||||
* [:octocat: mysqlclient](https://github.com/PyMySQL/mysqlclient-python) - mysql-python fork supporting Python 3. :star: 168 :fork_and_knife: 17
|
||||
* [:octocat: mysqlclient](https://github.com/PyMySQL/mysqlclient-python) - mysql-python fork supporting Python 3. :star: 169 :fork_and_knife: 18
|
||||
* [:earth_americas: oursql](https://pythonhosted.org/oursql/) - A better MySQL connector with support for native prepared statements and BLOBs.
|
||||
* [:earth_americas: psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python.
|
||||
* [:octocat: PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python. :star: 1214 :fork_and_knife: 288
|
||||
* [:octocat: queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL. :star: 109 :fork_and_knife: 7
|
||||
* [:octocat: PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python. :star: 1216 :fork_and_knife: 289
|
||||
* [:octocat: queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL. :star: 110 :fork_and_knife: 7
|
||||
* [:earth_americas: txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL.
|
||||
* NoSQL Databases
|
||||
* [:octocat: cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra. :star: 391 :fork_and_knife: 191
|
||||
|
@ -413,7 +413,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: py2neo](http://book.py2neo.org/) - Python wrapper client for Neo4j's restful interface.
|
||||
* [:octocat: pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Cassandra. :star: 488 :fork_and_knife: 133
|
||||
* [:earth_americas: PyMongo](http://docs.mongodb.org/ecosystem/drivers/python/) - The official Python client for MongoDB.
|
||||
* [:octocat: redis-py](https://github.com/andymccurdy/redis-py) - The Redis Python Client. :star: 3566 :fork_and_knife: 873
|
||||
* [:octocat: redis-py](https://github.com/andymccurdy/redis-py) - The Redis Python Client. :star: 3568 :fork_and_knife: 875
|
||||
* [:octocat: telephus](https://github.com/driftx/Telephus) - Twisted based client for Cassandra. :star: 90 :fork_and_knife: 32
|
||||
* [:octocat: txRedis](https://github.com/deldotdr/txRedis) - Twisted based client for Redis. :star: 95 :fork_and_knife: 30
|
||||
|
||||
|
@ -424,8 +424,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* Relational Databases
|
||||
* [:earth_americas: Django Models](https://docs.djangoproject.com/en/dev/topics/db/models/) - A part of Django.
|
||||
* [:earth_americas: SQLAlchemy](http://www.sqlalchemy.org/) - The Python SQL Toolkit and Object Relational Mapper.
|
||||
* [:octocat: awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy) :star: 897 :fork_and_knife: 57
|
||||
* [:octocat: peewee](https://github.com/coleifer/peewee) - A small, expressive ORM. :star: 2185 :fork_and_knife: 360
|
||||
* [:octocat: awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy) :star: 901 :fork_and_knife: 57
|
||||
* [:octocat: peewee](https://github.com/coleifer/peewee) - A small, expressive ORM. :star: 2196 :fork_and_knife: 361
|
||||
* [:earth_americas: PonyORM](http://ponyorm.com) - ORM that provides a generator-oriented interface to SQL.
|
||||
* NoSQL Databases
|
||||
* [:octocat: django-mongodb-engine](https://github.com/django-nonrel/mongodb-engine) - Django MongoDB Backend. :star: 570 :fork_and_knife: 175
|
||||
|
@ -435,18 +435,18 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:octocat: hot-redis](https://github.com/stephenmcd/hot-redis) - Rich Python data types for Redis. :star: 155 :fork_and_knife: 9
|
||||
* [:octocat: redisco](https://github.com/kiddouk/redisco) - A Python Library for Simple Models and Containers Persisted in Redis. :star: 259 :fork_and_knife: 46
|
||||
* Others
|
||||
* [:octocat: butterdb](https://github.com/Widdershin/butterdb) - A Python ORM for Google Drive Spreadsheets. :star: 287 :fork_and_knife: 12
|
||||
* [:octocat: butterdb](https://github.com/Widdershin/butterdb) - A Python ORM for Google Drive Spreadsheets. :star: 288 :fork_and_knife: 12
|
||||
|
||||
## Web Frameworks
|
||||
|
||||
*Full stack web frameworks.*
|
||||
|
||||
* [:earth_americas: Django](https://www.djangoproject.com/) - The most popular web framework in Python.
|
||||
* [:octocat: awesome-django](https://github.com/rosarior/awesome-django) :star: 2695 :fork_and_knife: 408
|
||||
* [:octocat: awesome-django](https://github.com/rosarior/awesome-django) :star: 2704 :fork_and_knife: 410
|
||||
* [:earth_americas: Flask](http://flask.pocoo.org/) - A microframework for Python.
|
||||
* [:octocat: awesome-flask](https://github.com/humiaozuzu/awesome-flask) :star: 1460 :fork_and_knife: 189
|
||||
* [:octocat: awesome-flask](https://github.com/humiaozuzu/awesome-flask) :star: 1465 :fork_and_knife: 189
|
||||
* [:earth_americas: Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
|
||||
* [:octocat: awesome-pyramid](https://github.com/ITCase/awesome-pyramid) :star: 174 :fork_and_knife: 17
|
||||
* [:octocat: awesome-pyramid](https://github.com/ITCase/awesome-pyramid) :star: 175 :fork_and_knife: 17
|
||||
* [:earth_americas: Bluebream](http://bluebream.zope.org/) - An open-source web application server, framework and library, formerly known as Zope 3.
|
||||
* [:earth_americas: Bottle](http://bottlepy.org/) - A fast, simple and lightweight WSGI micro web-framework.
|
||||
* [:earth_americas: CherryPy](http://www.cherrypy.org/) - A Minimalist Python Web Framework, HTTP/1.1-compliant and WSGI thread-pooled.
|
||||
|
@ -461,7 +461,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
*Libraries that allow or deny users access to data or functionality.*
|
||||
|
||||
* [:earth_americas: Carteblanche](http://www.github.com/neuman/python-carteblanche/) - Module to align code with thoughts of users and designers. Also magically handles navigation and permissions.
|
||||
* [:octocat: django-guardian](https://github.com/lukaszb/django-guardian) - Implementation of per object permissions for Django 1.2+ :star: 947 :fork_and_knife: 268
|
||||
* [:octocat: django-guardian](https://github.com/lukaszb/django-guardian) - Implementation of per object permissions for Django 1.2+ :star: 947 :fork_and_knife: 269
|
||||
* [:octocat: django-rules](https://github.com/dfunckt/django-rules) - A tiny but powerful app providing object-level permissions to Django, without requiring a database. :star: 220 :fork_and_knife: 17
|
||||
|
||||
## CMS
|
||||
|
@ -485,11 +485,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* [:earth_americas: django-oscar](http://oscarcommerce.com/) - An open-source e-commerce framework for Django.
|
||||
* [:earth_americas: django-shop](https://www.django-cms.org/) - A Django based shop system.
|
||||
* [:octocat: Cartridge](https://github.com/stephenmcd/cartridge) - A shopping cart app built using the Mezzanine. :star: 416 :fork_and_knife: 194
|
||||
* [:octocat: Cartridge](https://github.com/stephenmcd/cartridge) - A shopping cart app built using the Mezzanine. :star: 417 :fork_and_knife: 194
|
||||
* [:earth_americas: shoop](https://www.shoop.io/) - An open source E-Commerce platform based on Django.
|
||||
* [:octocat: alipay](https://github.com/lxneng/alipay) - Unofficial Alipay API for Python. :star: 77 :fork_and_knife: 32
|
||||
* [:octocat: merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors. :star: 794 :fork_and_knife: 141
|
||||
* [:octocat: money](https://github.com/carlospalol/money) - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution. :star: 42 :fork_and_knife: 5
|
||||
* [:octocat: merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors. :star: 795 :fork_and_knife: 141
|
||||
* [:octocat: money](https://github.com/carlospalol/money) - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution. :star: 41 :fork_and_knife: 5
|
||||
* [:octocat: python-currencies](https://github.com/Alir3z4/python-currencies) - Display money format and its filthy currencies. :star: 15 :fork_and_knife: 0
|
||||
|
||||
## RESTful API
|
||||
|
@ -504,8 +504,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: flask-restless](https://flask-restless.readthedocs.org/en/latest/) - Generating RESTful APIs for database models defined with SQLAlchemy.
|
||||
* [:octocat: flask-api-utils](https://github.com/marselester/flask-api-utils) - Flask extension that takes care of API representation and authentication. :star: 18 :fork_and_knife: 2
|
||||
* [:earth_americas: falcon](http://falconframework.org/) - A high-performance Python framework for building cloud APIs and web app backends.
|
||||
* [:octocat: eve](https://github.com/nicolaiarocci/eve) - REST API framework powered by Flask, MongoDB and good intentions. :star: 2595 :fork_and_knife: 355
|
||||
* [:octocat: sandman](https://github.com/jeffknupp/sandman) - Automated REST APIs for existing database-driven systems. :star: 2091 :fork_and_knife: 162
|
||||
* [:octocat: eve](https://github.com/nicolaiarocci/eve) - REST API framework powered by Flask, MongoDB and good intentions. :star: 2597 :fork_and_knife: 355
|
||||
* [:octocat: sandman](https://github.com/jeffknupp/sandman) - Automated REST APIs for existing database-driven systems. :star: 2093 :fork_and_knife: 162
|
||||
* [:earth_americas: restless](http://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework based on lessons learned from TastyPie.
|
||||
* [:octocat: savory-pie](https://github.com/RueLaLa/savory-pie/) - REST API building library (Django, and others) :star: 6 :fork_and_knife: 7
|
||||
* [:octocat: ripozo](https://github.com/vertical-knowledge/ripozo) - Quickly creating REST/HATEOAS/Hypermedia APIs with extensions for Flask and Django. :star: 110 :fork_and_knife: 5
|
||||
|
@ -517,26 +517,26 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* OAuth
|
||||
* [:earth_americas: Authomatic](http://peterhudec.github.io/authomatic/) - Simple but powerful framework agnostic authentication/authorization client.
|
||||
* [:octocat: django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works." :star: 1966 :fork_and_knife: 708
|
||||
* [:octocat: django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works." :star: 1968 :fork_and_knife: 707
|
||||
* [:octocat: django-oauth-toolkit](https://github.com/evonove/django-oauth-toolkit) - OAuth2 goodies for the Djangonauts. :star: 551 :fork_and_knife: 173
|
||||
* [:octocat: django-oauth2-provider](https://github.com/caffeinehit/django-oauth2-provider) - Providing OAuth2 access to Django app. :star: 271 :fork_and_knife: 201
|
||||
* [:octocat: django-oauth2-provider](https://github.com/caffeinehit/django-oauth2-provider) - Providing OAuth2 access to Django app. :star: 271 :fork_and_knife: 202
|
||||
* [:octocat: Flask-OAuthlib](https://github.com/lepture/flask-oauthlib) - OAuth 1.0/a, 2.0 implementation of client and provider for Flask. :star: 541 :fork_and_knife: 159
|
||||
* [:octocat: OAuthLib](https://github.com/idan/oauthlib) - A generic and thorough implementation of the OAuth request-signing logic. :star: 961 :fork_and_knife: 217
|
||||
* [:octocat: python-oauth2](https://github.com/simplegeo/python-oauth2) - A fully tested, abstract interface to creating OAuth clients and servers. :star: 2277 :fork_and_knife: 903
|
||||
* [:octocat: python-social-auth](https://github.com/omab/python-social-auth) - An easy-to-setup social authentication mechanism. :star: 1865 :fork_and_knife: 772
|
||||
* [:octocat: OAuthLib](https://github.com/idan/oauthlib) - A generic and thorough implementation of the OAuth request-signing logic. :star: 962 :fork_and_knife: 217
|
||||
* [:octocat: python-oauth2](https://github.com/simplegeo/python-oauth2) - A fully tested, abstract interface to creating OAuth clients and servers. :star: 2277 :fork_and_knife: 904
|
||||
* [:octocat: python-social-auth](https://github.com/omab/python-social-auth) - An easy-to-setup social authentication mechanism. :star: 1866 :fork_and_knife: 772
|
||||
* [:octocat: rauth](https://github.com/litl/rauth) - A Python library for OAuth 1.0/a, 2.0, and Ofly. :star: 1370 :fork_and_knife: 140
|
||||
* [:octocat: sanction](https://github.com/demianbrecht/sanction) - A dead simple OAuth2 client implementation. :star: 136 :fork_and_knife: 34
|
||||
* Others
|
||||
* [:octocat: jose](https://github.com/demonware/jose) - JavaScript Object Signing and Encryption draft implementation. :star: 28 :fork_and_knife: 11
|
||||
* [:octocat: PyJWT](https://github.com/progrium/pyjwt) - Implementation of the JSON Web Token draft 01. :star: 522 :fork_and_knife: 90
|
||||
* [:octocat: PyJWT](https://github.com/progrium/pyjwt) - Implementation of the JSON Web Token draft 01. :star: 525 :fork_and_knife: 90
|
||||
* [:octocat: python-jws](https://github.com/brianloveswords/python-jws) - Implementation of JSON Web Signatures draft 02. :star: 30 :fork_and_knife: 12
|
||||
* [:octocat: python-jwt](https://github.com/davedoesdev/python-jwt) - Module for generating and verifying JSON Web Tokens. :star: 73 :fork_and_knife: 7
|
||||
* [:octocat: python-jwt](https://github.com/davedoesdev/python-jwt) - Module for generating and verifying JSON Web Tokens. :star: 75 :fork_and_knife: 7
|
||||
|
||||
## Template Engine
|
||||
|
||||
*Libraries and tools for templating and lexing.*
|
||||
|
||||
* [:octocat: Jinja2](https://github.com/mitsuhiko/jinja2) - A modern and designer friendly templating language. :star: 2705 :fork_and_knife: 557
|
||||
* [:octocat: Jinja2](https://github.com/mitsuhiko/jinja2) - A modern and designer friendly templating language. :star: 2706 :fork_and_knife: 557
|
||||
* [:earth_americas: Chameleon](https://chameleon.readthedocs.org/) - An HTML/XML template engine. Modeled after ZPT, optimized for speed.
|
||||
* [:earth_americas: Genshi](http://genshi.edgewall.org/) - Python templating toolkit for generation of web-aware output.
|
||||
* [:earth_americas: Mako](http://www.makotemplates.org/) - Hyperfast and lightweight templating for the Python platform.
|
||||
|
@ -547,8 +547,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
*Libraries for working with event and task queues.*
|
||||
|
||||
* [:earth_americas: celery](http://www.celeryproject.org/) - An asynchronous task queue/job queue based on distributed message passing.
|
||||
* [:octocat: huey](https://github.com/coleifer/huey) - Little multi-threaded task queue. :star: 735 :fork_and_knife: 69
|
||||
* [:octocat: mrq](https://github.com/pricingassistant/mrq) - Mr. Queue - A distributed worker task queue in Python using Redis & gevent. :star: 300 :fork_and_knife: 15
|
||||
* [:octocat: huey](https://github.com/coleifer/huey) - Little multi-threaded task queue. :star: 736 :fork_and_knife: 69
|
||||
* [:octocat: mrq](https://github.com/pricingassistant/mrq) - Mr. Queue - A distributed worker task queue in Python using Redis & gevent. :star: 302 :fork_and_knife: 15
|
||||
* [:earth_americas: rq](http://python-rq.org/) - Simple job queues for Python.
|
||||
* [:octocat: simpleq](https://github.com/rdegges/simpleq) - A simple, infinitely scalable, Amazon SQS based queue. :star: 87 :fork_and_knife: 5
|
||||
|
||||
|
@ -556,9 +556,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
*Libraries and software for indexing and performing search queries on data.*
|
||||
|
||||
* [:octocat: django-haystack](https://github.com/toastdriven/django-haystack) - Modular search for Django. :star: 1794 :fork_and_knife: 763
|
||||
* [:octocat: django-haystack](https://github.com/toastdriven/django-haystack) - Modular search for Django. :star: 1796 :fork_and_knife: 763
|
||||
* [:earth_americas: elasticsearch-py](http://www.elasticsearch.org/guide/en/elasticsearch/client/python-api/current/) - The official low-level Python client for [Elasticsearch](https://www.elastic.co/products/elasticsearch).
|
||||
* [:octocat: elasticsearch-dsl-py](https://github.com/elastic/elasticsearch-dsl-py) - The official high-level Python client for Elasticsearch. :star: 513 :fork_and_knife: 122
|
||||
* [:octocat: elasticsearch-dsl-py](https://github.com/elastic/elasticsearch-dsl-py) - The official high-level Python client for Elasticsearch. :star: 514 :fork_and_knife: 122
|
||||
* [:earth_americas: solrpy](https://code.google.com/p/solrpy/) - A Python client for [solr](http://lucene.apache.org/solr/).
|
||||
* [:earth_americas: Whoosh](http://whoosh.readthedocs.org/) - A fast, pure Python search engine library.
|
||||
|
||||
|
@ -566,14 +566,14 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
*Libraries for building user's activities.*
|
||||
|
||||
* [:octocat: django-activity-stream](https://github.com/justquick/django-activity-stream) - Generate generic activity streams from the actions on your site. :star: 902 :fork_and_knife: 272
|
||||
* [:octocat: Feedly](https://github.com/tschellenbach/Feedly) - A library to build newsfeed and notification systems using Cassandra and Redis. :star: 1748 :fork_and_knife: 210
|
||||
* [:octocat: django-activity-stream](https://github.com/justquick/django-activity-stream) - Generate generic activity streams from the actions on your site. :star: 903 :fork_and_knife: 273
|
||||
* [:octocat: Feedly](https://github.com/tschellenbach/Feedly) - A library to build newsfeed and notification systems using Cassandra and Redis. :star: 1749 :fork_and_knife: 210
|
||||
|
||||
## Asset Management
|
||||
|
||||
*Tools for managing, compressing and minifying website assets.*
|
||||
|
||||
* [:octocat: django-compressor](https://github.com/django-compressor/django-compressor) - Compresses linked and inline JavaScript or CSS into a single cached file. :star: 1553 :fork_and_knife: 440
|
||||
* [:octocat: django-compressor](https://github.com/django-compressor/django-compressor) - Compresses linked and inline JavaScript or CSS into a single cached file. :star: 1553 :fork_and_knife: 441
|
||||
* [:earth_americas: django-storages](http://code.larlet.fr/django-storages/) - A collection of custom storage back ends for Django.
|
||||
* [:earth_americas: fanstatic](http://www.fanstatic.org/) - Packages, optimizes, and serves static file dependencies as Python packages.
|
||||
* [:earth_americas: File Conveyor](http://fileconveyor.org/) - A daemon to detect and sync files to CDNs, S3 and FTP.
|
||||
|
@ -601,16 +601,16 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* [:octocat: django-celery-ses](https://github.com/StreetVoice/django-celery-ses) - Django email back end with AWS SES and Celery. :star: 14 :fork_and_knife: 2
|
||||
* [:earth_americas: envelopes](http://tomekwojcik.github.io/envelopes/) - Mailing for human beings.
|
||||
* [:octocat: flanker](https://github.com/mailgun/flanker) - A email address and Mime parsing library. :star: 821 :fork_and_knife: 73
|
||||
* [:octocat: imbox](https://github.com/martinrusev/imbox) - Python IMAP for Humans. :star: 578 :fork_and_knife: 70
|
||||
* [:octocat: flanker](https://github.com/mailgun/flanker) - A email address and Mime parsing library. :star: 821 :fork_and_knife: 74
|
||||
* [:octocat: imbox](https://github.com/martinrusev/imbox) - Python IMAP for Humans. :star: 579 :fork_and_knife: 70
|
||||
* [:octocat: inbox.py](https://github.com/kennethreitz/inbox.py) - Python SMTP Server for Humans. :star: 1137 :fork_and_knife: 72
|
||||
* [:octocat: inbox](https://github.com/inboxapp/inbox) - The open source email toolkit. :star: 2168 :fork_and_knife: 184
|
||||
* [:octocat: lamson](https://github.com/zedshaw/lamson) - Pythonic SMTP Application Server. :star: 501 :fork_and_knife: 121
|
||||
* [:octocat: inbox](https://github.com/inboxapp/inbox) - The open source email toolkit. :star: 2167 :fork_and_knife: 185
|
||||
* [:octocat: lamson](https://github.com/zedshaw/lamson) - Pythonic SMTP Application Server. :star: 502 :fork_and_knife: 121
|
||||
* [:octocat: mailjet](https://github.com/WoLpH/mailjet) - Mailjet API implementation for batch mailing, statistics and more. :star: 12 :fork_and_knife: 11
|
||||
* [:octocat: marrow.mailer](https://github.com/marrow/marrow.mailer) - High-performance extensible mail delivery framework. :star: 87 :fork_and_knife: 23
|
||||
* [:octocat: modoboa](https://github.com/tonioo/modoboa) - A mail hosting and management platform including a modern and simplified Web UI. :star: 411 :fork_and_knife: 67
|
||||
* [:earth_americas: pyzmail](http://www.magiksys.net/pyzmail/) - Compose, send and parse emails.
|
||||
* [:octocat: Talon](https://github.com/mailgun/talon) - Mailgun library to extract message quotations and signatures. :star: 481 :fork_and_knife: 64
|
||||
* [:octocat: Talon](https://github.com/mailgun/talon) - Mailgun library to extract message quotations and signatures. :star: 482 :fork_and_knife: 64
|
||||
|
||||
## Internationalization
|
||||
|
||||
|
@ -623,11 +623,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
*Libraries for parsing URLs.*
|
||||
|
||||
* [:octocat: furl](https://github.com/gruns/furl) - A small Python library that makes manipulating URLs simple. :star: 816 :fork_and_knife: 52
|
||||
* [:octocat: furl](https://github.com/gruns/furl) - A small Python library that makes manipulating URLs simple. :star: 817 :fork_and_knife: 52
|
||||
* [:octocat: purl](https://github.com/codeinthehole/purl) - A simple, immutable URL class with a clean API for interrogation and manipulation. :star: 129 :fork_and_knife: 17
|
||||
* [:octocat: pyshorteners](https://github.com/ellisonleao/pyshorteners) - A pure Python URL shortening lib. :star: 81 :fork_and_knife: 15
|
||||
* [:octocat: pyshorteners](https://github.com/ellisonleao/pyshorteners) - A pure Python URL shortening lib. :star: 82 :fork_and_knife: 15
|
||||
* [:octocat: short_url](https://github.com/Alir3z4/python-short_url) - Python implementation for generating Tiny URL and bit.ly-like URLs. :star: 37 :fork_and_knife: 6
|
||||
* [:octocat: webargs](https://github.com/sloria/webargs) - A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, and Pyramid. :star: 223 :fork_and_knife: 24
|
||||
* [:octocat: webargs](https://github.com/sloria/webargs) - A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, and Pyramid. :star: 224 :fork_and_knife: 24
|
||||
|
||||
## HTML Manipulation
|
||||
|
||||
|
@ -636,27 +636,27 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
|
||||
* [:earth_americas: bleach](http://bleach.readthedocs.org/) - A whitelist-based HTML sanitization and text linkification library.
|
||||
* [:earth_americas: cssutils](https://pypi.python.org/pypi/cssutils/) - A CSS library for Python.
|
||||
* [:octocat: html5lib](https://github.com/html5lib/html5lib-python) - A standards-compliant library for parsing and serializing HTML documents and fragments. :star: 370 :fork_and_knife: 88
|
||||
* [:octocat: html5lib](https://github.com/html5lib/html5lib-python) - A standards-compliant library for parsing and serializing HTML documents and fragments. :star: 371 :fork_and_knife: 88
|
||||
* [:earth_americas: lxml](http://lxml.de/) - A very fast, easy-to-use and versatile library for handling HTML and XML.
|
||||
* [:octocat: MarkupSafe](https://github.com/mitsuhiko/markupsafe) - Implements a XML/HTML/XHTML Markup safe string for Python. :star: 94 :fork_and_knife: 39
|
||||
* [:octocat: pyquery](https://github.com/gawel/pyquery) - A jQuery-like library for parsing HTML. :star: 763 :fork_and_knife: 73
|
||||
* [:octocat: untangle](https://github.com/stchris/untangle) - Converts XML documents to Python objects for easy access. :star: 113 :fork_and_knife: 12
|
||||
* [:octocat: xhtml2pdf](https://github.com/chrisglass/xhtml2pdf) - HTML/CSS to PDF converter. :star: 1019 :fork_and_knife: 362
|
||||
* [:octocat: xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON. :star: 1739 :fork_and_knife: 159
|
||||
* [:octocat: xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON. :star: 1738 :fork_and_knife: 159
|
||||
|
||||
## Web Crawling
|
||||
|
||||
*Libraries for scraping websites.*
|
||||
|
||||
* [:earth_americas: Scrapy](http://scrapy.org/) - A fast high-level screen scraping and web crawling framework.
|
||||
* [:octocat: cola](https://github.com/chineking/cola) - A distributed crawling framework. :star: 674 :fork_and_knife: 380
|
||||
* [:octocat: Demiurge](https://github.com/matiasb/demiurge) - PyQuery-based scraping micro-framework. :star: 21 :fork_and_knife: 2
|
||||
* [:octocat: cola](https://github.com/chineking/cola) - A distributed crawling framework. :star: 674 :fork_and_knife: 381
|
||||
* [:octocat: Demiurge](https://github.com/matiasb/demiurge) - PyQuery-based scraping micro-framework. :star: 22 :fork_and_knife: 2
|
||||
* [:earth_americas: feedparser](http://pythonhosted.org/feedparser/) - Universal feed parser.
|
||||
* [:earth_americas: Grab](http://grablib.org/) - Site scraping framework.
|
||||
* [:octocat: MechanicalSoup](https://github.com/hickford/MechanicalSoup) - A Python library for automating interaction with websites. :star: 1222 :fork_and_knife: 41
|
||||
* [:octocat: portia](https://github.com/scrapinghub/portia) - Visual scraping for Scrapy. :star: 3423 :fork_and_knife: 472
|
||||
* [:octocat: pyspider](https://github.com/binux/pyspider) - A powerful spider system. :star: 5186 :fork_and_knife: 1208
|
||||
* [:octocat: RoboBrowser](https://github.com/jmcarp/robobrowser) - A simple, Pythonic library for browsing the web without a standalone web browser. :star: 1072 :fork_and_knife: 79
|
||||
* [:octocat: MechanicalSoup](https://github.com/hickford/MechanicalSoup) - A Python library for automating interaction with websites. :star: 1223 :fork_and_knife: 41
|
||||
* [:octocat: portia](https://github.com/scrapinghub/portia) - Visual scraping for Scrapy. :star: 3425 :fork_and_knife: 472
|
||||
* [:octocat: pyspider](https://github.com/binux/pyspider) - A powerful spider system. :star: 5197 :fork_and_knife: 1212
|
||||
* [:octocat: RoboBrowser](https://github.com/jmcarp/robobrowser) - A simple, Pythonic library for browsing the web without a standalone web browser. :star: 1075 :fork_and_knife: 79
|
||||
|
||||
## Web Content Extracting
|
||||
|
||||
|
@ -666,20 +666,20 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:octocat: html2text](https://github.com/Alir3z4/html2text) - Convert HTML to Markdown-formatted text. :star: 135 :fork_and_knife: 33
|
||||
* [:octocat: lassie](https://github.com/michaelhelmick/lassie) - Web Content Retrieval for Humans. :star: 288 :fork_and_knife: 16
|
||||
* [:octocat: micawber](https://github.com/coleifer/micawber) - A small library for extracting rich content from URLs. :star: 265 :fork_and_knife: 41
|
||||
* [:octocat: newspaper](https://github.com/codelucas/newspaper) - News extraction, article extraction and content curation in Python. :star: 2523 :fork_and_knife: 313
|
||||
* [:octocat: newspaper](https://github.com/codelucas/newspaper) - News extraction, article extraction and content curation in Python. :star: 2525 :fork_and_knife: 313
|
||||
* [:octocat: opengraph](https://github.com/erikriver/opengraph) - A Python module to parse the Open Graph Protocol :star: 58 :fork_and_knife: 35
|
||||
* [:octocat: python-goose](https://github.com/grangier/python-goose) - HTML Content/Article Extractor. :star: 1568 :fork_and_knife: 356
|
||||
* [:octocat: python-goose](https://github.com/grangier/python-goose) - HTML Content/Article Extractor. :star: 1569 :fork_and_knife: 356
|
||||
* [:octocat: python-readability](https://github.com/buriy/python-readability) - Fast Python port of arc90's readability tool. :star: 739 :fork_and_knife: 157
|
||||
* [:octocat: sanitize](https://github.com/Alir3z4/sanitize) - Bringing sanity to world of messed-up data. :star: 10 :fork_and_knife: 0
|
||||
* [:octocat: sumy](https://github.com/miso-belica/sumy) - A module for automatic summarization of text documents and HTML pages. :star: 229 :fork_and_knife: 45
|
||||
* [:octocat: textract](https://github.com/deanmalmgren/textract) - Extract text from any document, Word, PowerPoint, PDFs, etc. :star: 1607 :fork_and_knife: 124
|
||||
* [:octocat: sumy](https://github.com/miso-belica/sumy) - A module for automatic summarization of text documents and HTML pages. :star: 229 :fork_and_knife: 46
|
||||
* [:octocat: textract](https://github.com/deanmalmgren/textract) - Extract text from any document, Word, PowerPoint, PDFs, etc. :star: 1609 :fork_and_knife: 124
|
||||
|
||||
## Forms
|
||||
|
||||
*Libraries for working with forms.*
|
||||
|
||||
* [:earth_americas: Deform](http://deform.readthedocs.org/) - Python HTML form generation library influenced by the formish form generation library.
|
||||
* [:octocat: django-bootstrap3](https://github.com/dyve/django-bootstrap3) - Bootstrap 3 integration with Django. :star: 1110 :fork_and_knife: 350
|
||||
* [:octocat: django-bootstrap3](https://github.com/dyve/django-bootstrap3) - Bootstrap 3 integration with Django. :star: 1111 :fork_and_knife: 350
|
||||
* [:earth_americas: django-crispy-forms](http://django-crispy-forms.readthedocs.org/) - A Django app which lets you create beautiful forms in a very elegant and DRY way.
|
||||
* [:octocat: django-remote-forms](https://github.com/WiserTogether/django-remote-forms) - A platform independent Django form serializer. :star: 136 :fork_and_knife: 59
|
||||
* [:earth_americas: WTForms-JSON](http://wtforms-json.readthedocs.org/) - A WTForms extension for JSON data handling.
|
||||
|
@ -693,9 +693,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: colander](http://docs.pylonsproject.org/projects/colander/) - A system for validating and deserializing data obtained via XML, JSON, an HTML form post or any other equally simple data serialization.
|
||||
* [:octocat: kmatch](https://github.com/ambitioninc/kmatch) - A language for matching/validating/filtering Python dictionaries. :star: 35 :fork_and_knife: 4
|
||||
* [:octocat: schema](https://github.com/halst/schema) - A library for validating Python data structures. :star: 633 :fork_and_knife: 58
|
||||
* [:octocat: Schematics](https://github.com/schematics/schematics) - Data Structure Validation. :star: 1434 :fork_and_knife: 182
|
||||
* [:octocat: Schematics](https://github.com/schematics/schematics) - Data Structure Validation. :star: 1435 :fork_and_knife: 182
|
||||
* [:octocat: valideer](https://github.com/podio/valideer) - Lightweight extensible data validation and adaptation library. :star: 143 :fork_and_knife: 7
|
||||
* [:octocat: voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc. :star: 453 :fork_and_knife: 72
|
||||
* [:octocat: voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc. :star: 454 :fork_and_knife: 72
|
||||
|
||||
## Anti-spam
|
||||
|
||||
|
@ -714,9 +714,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
*Libraries for administrative interfaces.*
|
||||
|
||||
* [:octocat: Ajenti](https://github.com/Eugeny/ajenti) - The admin panel your servers deserve. :star: 56 :fork_and_knife: 12
|
||||
* [:octocat: Ajenti](https://github.com/Eugeny/ajenti) - The admin panel your servers deserve. :star: 57 :fork_and_knife: 12
|
||||
* [:earth_americas: django-suit](http://djangosuit.com/) - Alternative Django Admin-Interface (free only for Non-commercial use).
|
||||
* [:octocat: django-xadmin](https://github.com/sshwsfc/django-xadmin) - Drop-in replacement of Django admin comes with lots of goodies. :star: 1402 :fork_and_knife: 428
|
||||
* [:octocat: django-xadmin](https://github.com/sshwsfc/django-xadmin) - Drop-in replacement of Django admin comes with lots of goodies. :star: 1405 :fork_and_knife: 429
|
||||
* [:octocat: flask-admin](https://github.com/mrjoes/flask-admin) - Simple and extensible administrative interface framework for Flask. :star: 18 :fork_and_knife: 5
|
||||
* [:octocat: flower](https://github.com/mher/flower) - Real-time monitor and web admin for Celery. :star: 1389 :fork_and_knife: 254
|
||||
* [:earth_americas: Grappelli](http://grappelliproject.com) – A jazzy skin for the Django Admin-Interface.
|
||||
|
@ -736,9 +736,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
*Libraries for starting and communicating with OS processes.*
|
||||
|
||||
* [:octocat: envoy](https://github.com/kennethreitz/envoy) - Python [subprocess](https://docs.python.org/2/library/subprocess.html) for Humans™. :star: 1557 :fork_and_knife: 102
|
||||
* [:octocat: envoy](https://github.com/kennethreitz/envoy) - Python [subprocess](https://docs.python.org/2/library/subprocess.html) for Humans™. :star: 1559 :fork_and_knife: 102
|
||||
* [:earth_americas: sarge](http://sarge.readthedocs.org/) - Yet another wrapper for subprocess.
|
||||
* [:octocat: sh](https://github.com/amoffat/sh) - A full-fledged subprocess replacement for Python. :star: 3041 :fork_and_knife: 249
|
||||
* [:octocat: sh](https://github.com/amoffat/sh) - A full-fledged subprocess replacement for Python. :star: 3042 :fork_and_knife: 249
|
||||
|
||||
## Concurrency and Parallelism
|
||||
|
||||
|
@ -757,8 +757,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
|
||||
* [:earth_americas: Tornado](http://www.tornadoweb.org/) - A Web framework and asynchronous networking library.
|
||||
* [:earth_americas: Twisted](https://twistedmatrix.com/trac/) - An event-driven networking engine.
|
||||
* [:octocat: pulsar](https://github.com/quantmind/pulsar) - Event-driven concurrent framework for Python. :star: 1118 :fork_and_knife: 62
|
||||
* [:octocat: diesel](https://github.com/jamwt/diesel) - Greenlet-based event I/O Framework for Python. :star: 503 :fork_and_knife: 51
|
||||
* [:octocat: pulsar](https://github.com/quantmind/pulsar) - Event-driven concurrent framework for Python. :star: 1121 :fork_and_knife: 62
|
||||
* [:octocat: diesel](https://github.com/jamwt/diesel) - Greenlet-based event I/O Framework for Python. :star: 504 :fork_and_knife: 51
|
||||
* [:earth_americas: pyzmq](http://zeromq.github.io/pyzmq/) - A Python wrapper for the ZeroMQ message library.
|
||||
* [:octocat: txZMQ](https://github.com/smira/txZMQ) - Twisted based wrapper for the ZeroMQ message library. :star: 109 :fork_and_knife: 34
|
||||
|
||||
|
@ -766,9 +766,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
*Libraries for working with WebSocket.*
|
||||
|
||||
* [:octocat: AutobahnPython](https://github.com/tavendo/AutobahnPython) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html). :star: 871 :fork_and_knife: 278
|
||||
* [:octocat: Crossbar](https://github.com/crossbario/crossbar/) - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn). :star: 693 :fork_and_knife: 81
|
||||
* [:octocat: django-socketio](https://github.com/stephenmcd/django-socketio) - WebSockets for Django. :star: 784 :fork_and_knife: 147
|
||||
* [:octocat: AutobahnPython](https://github.com/tavendo/AutobahnPython) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html). :star: 872 :fork_and_knife: 279
|
||||
* [:octocat: Crossbar](https://github.com/crossbario/crossbar/) - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn). :star: 694 :fork_and_knife: 81
|
||||
* [:octocat: django-socketio](https://github.com/stephenmcd/django-socketio) - WebSockets for Django. :star: 784 :fork_and_knife: 148
|
||||
* [:octocat: WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - WebSocket client and server library for Python 2 and 3 as well as PyPy. :star: 593 :fork_and_knife: 140
|
||||
|
||||
## WSGI Servers
|
||||
|
@ -792,29 +792,29 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* [:octocat: SimpleJSONRPCServer](https://github.com/joshmarshall/jsonrpclib/) - This library is an implementation of the JSON-RPC specification. :star: 225 :fork_and_knife: 88
|
||||
* [:earth_americas: SimpleXMLRPCServer](https://docs.python.org/2/library/simplexmlrpcserver.html) - (Python standard library) Simple XML-RPC server implementation, single-threaded.
|
||||
* [:octocat: zeroRPC](https://github.com/dotcloud/zerorpc-python) - zerorpc is a flexible RPC implementation based on [ZeroMQ](http://zeromq.org/) and [MessagePack](http://msgpack.org/). :star: 1530 :fork_and_knife: 169
|
||||
* [:octocat: zeroRPC](https://github.com/dotcloud/zerorpc-python) - zerorpc is a flexible RPC implementation based on [ZeroMQ](http://zeromq.org/) and [MessagePack](http://msgpack.org/). :star: 1531 :fork_and_knife: 169
|
||||
|
||||
## Cryptography
|
||||
|
||||
* [:earth_americas: cryptography](https://cryptography.io/) - A package designed to expose cryptographic primitives and recipes to Python developers.
|
||||
* [:octocat: hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python. :star: 320 :fork_and_knife: 31
|
||||
* [:octocat: hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python. :star: 320 :fork_and_knife: 32
|
||||
* [:earth_americas: Paramiko](http://www.paramiko.org/) - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality.
|
||||
* [:earth_americas: Passlib](https://pythonhosted.org/passlib/) - Secure password storage/hashing library, very high level.
|
||||
* [:earth_americas: PyCrypto](https://www.dlitz.net/software/pycrypto/) - The Python Cryptography Toolkit.
|
||||
* [:octocat: PyNacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library. :star: 225 :fork_and_knife: 44
|
||||
* [:octocat: PyNacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library. :star: 225 :fork_and_knife: 43
|
||||
|
||||
## GUI
|
||||
|
||||
*Libraries for working with graphical user interface applications.*
|
||||
|
||||
* [:earth_americas: curses](https://docs.python.org/2/library/curses.html#module-curses) - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
|
||||
* [:octocat: enaml](https://github.com/nucleic/enaml) - Creating beautiful user-interfaces with Declaratic Syntax like QML. :star: 402 :fork_and_knife: 52
|
||||
* [:octocat: enaml](https://github.com/nucleic/enaml) - Creating beautiful user-interfaces with Declaratic Syntax like QML. :star: 403 :fork_and_knife: 52
|
||||
* [:earth_americas: kivy](http://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
|
||||
* [:earth_americas: pyglet](http://www.pyglet.org/) - A cross-platform windowing and multimedia library for Python.
|
||||
* [:earth_americas: PyQt](http://www.riverbankcomputing.co.uk/software/pyqt/intro) - Python bindings for the [Qt](http://qt-project.org/) cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks.
|
||||
* [:earth_americas: PySide](http://qt-project.org/wiki/pyside) - Python bindings for the [Qt](http://qt-project.org/) cross-platform application and UI framework, supporting the Qt v4 framework.
|
||||
* [:earth_americas: Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package.
|
||||
* [:octocat: Toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit. :star: 676 :fork_and_knife: 44
|
||||
* [:octocat: Toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit. :star: 678 :fork_and_knife: 44
|
||||
* [:earth_americas: urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
|
||||
* [:earth_americas: wxPython](http://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python.
|
||||
|
||||
|
@ -849,17 +849,17 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: unittest](https://docs.python.org/2/library/unittest.html) - (Python standard library) Unit testing framework.
|
||||
* [:earth_americas: nose](https://nose.readthedocs.org/) - nose extends unittest.
|
||||
* [:octocat: contexts](https://github.com/benjamin-hodgson/Contexts) - A BDD framework for Python 3.3+. Inspired by C#'s `Machine.Specifications`. :star: 30 :fork_and_knife: 4
|
||||
* [:octocat: hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library. :star: 823 :fork_and_knife: 74
|
||||
* [:octocat: hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library. :star: 827 :fork_and_knife: 74
|
||||
* [:earth_americas: mamba](https://nestorsalceda.github.io/mamba) - The definitive testing tool for Python. Born under the banner of BDD.
|
||||
* [:octocat: PyAutoGUI](https://github.com/asweigart/pyautogui) - PyAutoGUI is a cross-platform GUI automation Python module for human beings. :star: 254 :fork_and_knife: 31
|
||||
* [:octocat: PyAutoGUI](https://github.com/asweigart/pyautogui) - PyAutoGUI is a cross-platform GUI automation Python module for human beings. :star: 256 :fork_and_knife: 32
|
||||
* [:octocat: pyshould](https://github.com/drslump/pyshould) - Should style asserts based on [PyHamcrest](https://github.com/hamcrest/PyHamcrest). :star: 26 :fork_and_knife: 7
|
||||
* [:earth_americas: pytest](http://pytest.org/) - A mature full-featured Python testing tool.
|
||||
* [:earth_americas: pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](http://vowsjs.org/).
|
||||
* [:octocat: Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework. :star: 571 :fork_and_knife: 217
|
||||
* [:octocat: Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework. :star: 574 :fork_and_knife: 218
|
||||
* Web Testing
|
||||
* [:earth_americas: Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
|
||||
* [:octocat: locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python. :star: 2745 :fork_and_knife: 344
|
||||
* [:octocat: sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework. :star: 916 :fork_and_knife: 84
|
||||
* [:octocat: locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python. :star: 2747 :fork_and_knife: 343
|
||||
* [:octocat: sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework. :star: 917 :fork_and_knife: 84
|
||||
* [:earth_americas: splinter](https://splinter.readthedocs.org/en/latest/) - Open source tool for testing web applications.
|
||||
* Mock
|
||||
* [:earth_americas: mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library.
|
||||
|
@ -867,20 +867,20 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:octocat: freezegun](https://github.com/spulec/freezegun) - Travel through time by mocking the datetime module. :star: 555 :fork_and_knife: 54
|
||||
* [:octocat: httmock](https://github.com/patrys/httmock) - A mocking library for requests for Python 2.6+ and 3.2+. :star: 216 :fork_and_knife: 21
|
||||
* [:earth_americas: httpretty](http://falcao.it/HTTPretty/) - HTTP request mock tool for Python.
|
||||
* [:octocat: responses](https://github.com/dropbox/responses) - A utility library for mocking out the requests Python library. :star: 1051 :fork_and_knife: 77
|
||||
* [:octocat: VCR.py](https://github.com/kevin1024/vcrpy) - Record and replay HTTP interactions on your tests. :star: 497 :fork_and_knife: 76
|
||||
* [:octocat: responses](https://github.com/dropbox/responses) - A utility library for mocking out the requests Python library. :star: 1052 :fork_and_knife: 77
|
||||
* [:octocat: VCR.py](https://github.com/kevin1024/vcrpy) - Record and replay HTTP interactions on your tests. :star: 498 :fork_and_knife: 76
|
||||
* Object Factories
|
||||
* [:octocat: factory_boy](https://github.com/rbarrois/factory_boy) - A test fixtures replacement for Python. :star: 747 :fork_and_knife: 111
|
||||
* [:octocat: mixer](https://github.com/klen/mixer) - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc. :star: 255 :fork_and_knife: 27
|
||||
* [:octocat: model_mommy](https://github.com/vandersonmota/model_mommy) - Creating random fixtures for testing in Django. :star: 517 :fork_and_knife: 116
|
||||
* [:octocat: factory_boy](https://github.com/rbarrois/factory_boy) - A test fixtures replacement for Python. :star: 750 :fork_and_knife: 111
|
||||
* [:octocat: mixer](https://github.com/klen/mixer) - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc. :star: 255 :fork_and_knife: 28
|
||||
* [:octocat: model_mommy](https://github.com/vandersonmota/model_mommy) - Creating random fixtures for testing in Django. :star: 518 :fork_and_knife: 116
|
||||
* Code Coverage
|
||||
* [:earth_americas: coverage](https://pypi.python.org/pypi/coverage) - Code coverage measurement.
|
||||
* Fake Data
|
||||
* [:earth_americas: faker](http://www.joke2k.net/faker/) - A Python package that generates fake data.
|
||||
* [:octocat: fake2db](https://github.com/emirozer/fake2db) - Fake database generator. :star: 1599 :fork_and_knife: 76
|
||||
* [:octocat: fake2db](https://github.com/emirozer/fake2db) - Fake database generator. :star: 1600 :fork_and_knife: 76
|
||||
* [:earth_americas: radar](https://pypi.python.org/pypi/radar) - Generate random datetime / time.
|
||||
* Error Handler
|
||||
* [:octocat: FuckIt.py](https://github.com/ajalt/fuckitpy) - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not. :star: 1835 :fork_and_knife: 66
|
||||
* [:octocat: FuckIt.py](https://github.com/ajalt/fuckitpy) - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not. :star: 1836 :fork_and_knife: 66
|
||||
|
||||
|
||||
## Code Analysis and Linter
|
||||
|
@ -889,8 +889,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* Code Analysis
|
||||
* [:octocat: code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts. :star: 181 :fork_and_knife: 21
|
||||
* [:octocat: pycallgraph](https://github.com/gak/pycallgraph) - A library that visualises the flow (call graph) of your Python application. :star: 507 :fork_and_knife: 85
|
||||
* [:octocat: pysonar2](https://github.com/yinwang0/pysonar2) - A type inferencer and indexer for Python. :star: 1723 :fork_and_knife: 442
|
||||
* [:octocat: pycallgraph](https://github.com/gak/pycallgraph) - A library that visualises the flow (call graph) of your Python application. :star: 508 :fork_and_knife: 86
|
||||
* [:octocat: pysonar2](https://github.com/yinwang0/pysonar2) - A type inferencer and indexer for Python. :star: 1724 :fork_and_knife: 442
|
||||
* Linter
|
||||
* [:earth_americas: Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co.
|
||||
* [:earth_americas: Pylint](http://www.pylint.org/) - A source code analyzer.
|
||||
|
@ -903,16 +903,16 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* Debugger
|
||||
* [:earth_americas: ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled [pdb](https://docs.python.org/2/library/pdb.html).
|
||||
* [:earth_americas: pudb](https://pypi.python.org/pypi/pudb) – A full-screen, console-based Python debugger.
|
||||
* [:octocat: pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes. :star: 1316 :fork_and_knife: 45
|
||||
* [:octocat: pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes. :star: 1317 :fork_and_knife: 45
|
||||
* [:octocat: wdb](https://github.com/Kozea/wdb) - An improbable web debugger through WebSockets. :star: 759 :fork_and_knife: 38
|
||||
* [:earth_americas: winpdb](http://winpdb.org/) - A Platform Independent Python Debugger with GUI, capable of remote debugging based on rpdb2.
|
||||
* [:octocat: django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response. :star: 3282 :fork_and_knife: 625
|
||||
* [:octocat: django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver. :star: 1081 :fork_and_knife: 112
|
||||
* [:octocat: flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask. :star: 385 :fork_and_knife: 68
|
||||
* [:octocat: django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response. :star: 3283 :fork_and_knife: 625
|
||||
* [:octocat: django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver. :star: 1081 :fork_and_knife: 113
|
||||
* [:octocat: flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask. :star: 387 :fork_and_knife: 68
|
||||
* Profiler
|
||||
* [:octocat: line_profiler](https://github.com/rkern/line_profiler) - Line-by-line profiling. :star: 502 :fork_and_knife: 31
|
||||
* [:octocat: memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code. :star: 616 :fork_and_knife: 73
|
||||
* [:octocat: profiling](https://github.com/what-studio/profiling) - An interactive Python profiler. :star: 2259 :fork_and_knife: 69
|
||||
* [:octocat: line_profiler](https://github.com/rkern/line_profiler) - Line-by-line profiling. :star: 504 :fork_and_knife: 31
|
||||
* [:octocat: memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code. :star: 617 :fork_and_knife: 73
|
||||
* [:octocat: profiling](https://github.com/what-studio/profiling) - An interactive Python profiler. :star: 2258 :fork_and_knife: 69
|
||||
* Others
|
||||
* [:octocat: pyelftools](https://github.com/eliben/pyelftools) - A pure-Python library for parsing and analyzing ELF files and DWARF debugging information. :star: 213 :fork_and_knife: 78
|
||||
* [:octocat: python-statsd](https://github.com/WoLpH/python-statsd) - Python Client for the [statsd](https://github.com/etsy/statsd/) server. :star: 75 :fork_and_knife: 32
|
||||
|
@ -922,7 +922,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
*Libraries for scientific computing and data analyzing.*
|
||||
|
||||
* [:earth_americas: astropy](http://www.astropy.org/) - A community Python library for Astronomy.
|
||||
* [:octocat: bcbio-nextgen](https://github.com/chapmanb/bcbio-nextgen) - A toolkit providing best-practice pipelines for fully automated high throughput sequencing analysis. :star: 236 :fork_and_knife: 120
|
||||
* [:octocat: bcbio-nextgen](https://github.com/chapmanb/bcbio-nextgen) - A toolkit providing best-practice pipelines for fully automated high throughput sequencing analysis. :star: 237 :fork_and_knife: 120
|
||||
* [:octocat: bccb](https://github.com/chapmanb/bcbb) - Collection of useful code related to biological analysis. :star: 273 :fork_and_knife: 133
|
||||
* [:earth_americas: Biopython](http://biopython.org/wiki/Main_Page) - Biopython is a set of freely available tools for biological computation.
|
||||
* [:earth_americas: blaze](http://blaze.pydata.org/en/latest/) - NumPy and Pandas interface to Big Data.
|
||||
|
@ -931,30 +931,30 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: Numba](http://numba.pydata.org/) - Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy.
|
||||
* [:earth_americas: NumPy](http://www.numpy.org/) - A fundamental package for scientific computing with Python.
|
||||
* [:earth_americas: Open Babel](http://openbabel.org/wiki/Main_Page) - A chemical toolbox designed to speak the many languages of chemical data.
|
||||
* [:octocat: Open Mining](https://github.com/avelino/mining) - Business Intelligence (BI) in Python (Pandas web interface) :star: 470 :fork_and_knife: 70
|
||||
* [:octocat: Open Mining](https://github.com/avelino/mining) - Business Intelligence (BI) in Python (Pandas web interface) :star: 471 :fork_and_knife: 70
|
||||
* [:earth_americas: orange](http://orange.biolab.si/) - Data mining, data visualization, analysis and machine learning through visual programming or Python scripting.
|
||||
* [:earth_americas: Pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools.
|
||||
* [:earth_americas: PyDy](https://pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion based around NumPy, SciPy, IPython, and matplotlib.
|
||||
* [:octocat: PyMC](https://github.com/pymc-devs/pymc3) - Markov Chain Monte Carlo sampling toolkit. :star: 1220 :fork_and_knife: 257
|
||||
* [:octocat: PyMC](https://github.com/pymc-devs/pymc3) - Markov Chain Monte Carlo sampling toolkit. :star: 1225 :fork_and_knife: 259
|
||||
* [:earth_americas: RDKit](http://www.rdkit.org/) - Cheminformatics and Machine Learning Software.
|
||||
* [:earth_americas: SciPy](http://www.scipy.org/) - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
|
||||
* [:octocat: statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python. :star: 1135 :fork_and_knife: 492
|
||||
* [:octocat: SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics. :star: 2352 :fork_and_knife: 1146
|
||||
* [:octocat: zipline](https://github.com/quantopian/zipline) - A Pythonic algorithmic trading library. :star: 2554 :fork_and_knife: 695
|
||||
* [:octocat: statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python. :star: 1136 :fork_and_knife: 492
|
||||
* [:octocat: SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics. :star: 2351 :fork_and_knife: 1148
|
||||
* [:octocat: zipline](https://github.com/quantopian/zipline) - A Pythonic algorithmic trading library. :star: 2556 :fork_and_knife: 697
|
||||
|
||||
## Data Visualization
|
||||
|
||||
*Libraries for visualizing data. See: [awesome-javascript](https://github.com/sorrycc/awesome-javascript#data-visualization).*
|
||||
|
||||
* [:earth_americas: matplotlib](http://matplotlib.org/) - A Python 2D plotting library.
|
||||
* [:octocat: bokeh](https://github.com/ContinuumIO/bokeh) - Interactive Web Plotting for Python. :star: 3248 :fork_and_knife: 587
|
||||
* [:octocat: ggplot](https://github.com/yhat/ggplot) - Same API as ggplot2 for R. :star: 2270 :fork_and_knife: 276
|
||||
* [:octocat: bokeh](https://github.com/ContinuumIO/bokeh) - Interactive Web Plotting for Python. :star: 3250 :fork_and_knife: 588
|
||||
* [:octocat: ggplot](https://github.com/yhat/ggplot) - Same API as ggplot2 for R. :star: 2270 :fork_and_knife: 277
|
||||
* [:earth_americas: plotly](https://plot.ly/python) - Collaborative web plotting for Python and matplotlib.
|
||||
* [:earth_americas: pygal](http://pygal.org/) - A Python SVG Charts Creator.
|
||||
* [:earth_americas: pygraphviz](https://pypi.python.org/pypi/pygraphviz) - Python interface to [Graphviz](http://www.graphviz.org/).
|
||||
* [:earth_americas: PyQtGraph](http://www.pyqtgraph.org/) - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
|
||||
* [:earth_americas: SnakeViz](https://jiffyclub.github.io/snakeviz) - A browser based graphical viewer for the output of Python's cProfile module.
|
||||
* [:octocat: vincent](https://github.com/wrobstory/vincent) - A Python to Vega translator. :star: 1496 :fork_and_knife: 166
|
||||
* [:octocat: vincent](https://github.com/wrobstory/vincent) - A Python to Vega translator. :star: 1497 :fork_and_knife: 166
|
||||
* [:earth_americas: VisPy](http://vispy.org/) - High-performance scientific visualization based on OpenGL.
|
||||
|
||||
## Computer Vision
|
||||
|
@ -969,56 +969,56 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
*Libraries for Machine Learning. See: [awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning#python).*
|
||||
|
||||
* [:octocat: Crab](https://github.com/muricoca/crab) - A flexible, fast recommender engine. :star: 560 :fork_and_knife: 211
|
||||
* [:octocat: gensim](https://github.com/piskvorky/gensim) - Topic Modelling for Humans. :star: 1774 :fork_and_knife: 641
|
||||
* [:octocat: gensim](https://github.com/piskvorky/gensim) - Topic Modelling for Humans. :star: 1776 :fork_and_knife: 641
|
||||
* [:octocat: hebel](https://github.com/hannes-brt/hebel) - GPU-Accelerated Deep Learning Library in Python. :star: 1102 :fork_and_knife: 95
|
||||
* [:octocat: NuPIC](https://github.com/numenta/nupic) - Numenta Platform for Intelligent Computing. :star: 3445 :fork_and_knife: 921
|
||||
* [:octocat: pattern](https://github.com/clips/pattern) - Web mining module for Python. :star: 3582 :fork_and_knife: 554
|
||||
* [:octocat: PyBrain](https://github.com/pybrain/pybrain) - Another Python Machine Learning Library. :star: 1420 :fork_and_knife: 444
|
||||
* [:octocat: NuPIC](https://github.com/numenta/nupic) - Numenta Platform for Intelligent Computing. :star: 3450 :fork_and_knife: 923
|
||||
* [:octocat: pattern](https://github.com/clips/pattern) - Web mining module for Python. :star: 3586 :fork_and_knife: 556
|
||||
* [:octocat: PyBrain](https://github.com/pybrain/pybrain) - Another Python Machine Learning Library. :star: 1422 :fork_and_knife: 444
|
||||
* [:octocat: Pylearn2](https://github.com/lisa-lab/pylearn2) - A Machine Learning library based on [Theano](https://github.com/Theano/Theano). :star: 1764 :fork_and_knife: 700
|
||||
* [:octocat: python-recsys](https://github.com/ocelma/python-recsys) - A Python library for implementing a Recommender System. :star: 446 :fork_and_knife: 192
|
||||
* [:octocat: python-recsys](https://github.com/ocelma/python-recsys) - A Python library for implementing a Recommender System. :star: 447 :fork_and_knife: 192
|
||||
* [:earth_americas: scikit-learn](http://scikit-learn.org/) - A Python module for machine learning built on top of SciPy.
|
||||
* [:octocat: vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise) - A lightweight Python wrapper for [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/). :star: 107 :fork_and_knife: 27
|
||||
* [:octocat: vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise) - A lightweight Python wrapper for [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/). :star: 106 :fork_and_knife: 27
|
||||
|
||||
## MapReduce
|
||||
|
||||
*Framworks and libraries for MapReduce.*
|
||||
|
||||
* [:octocat: dpark](https://github.com/douban/dpark) - Python clone of Spark, a MapReduce alike framework in Python. :star: 1456 :fork_and_knife: 344
|
||||
* [:octocat: dpark](https://github.com/douban/dpark) - Python clone of Spark, a MapReduce alike framework in Python. :star: 1454 :fork_and_knife: 344
|
||||
* [:octocat: dumbo](https://github.com/klbostee/dumbo) - Python module that allows one to easily write and run Hadoop programs. :star: 952 :fork_and_knife: 154
|
||||
* [:octocat: luigi](https://github.com/spotify/luigi) - A module that helps you build complex pipelines of batch jobs. :star: 3224 :fork_and_knife: 578
|
||||
* [:octocat: mrjob](https://github.com/Yelp/mrjob) - Run MapReduce jobs on Hadoop or Amazon Web Services. :star: 1526 :fork_and_knife: 394
|
||||
* [:octocat: luigi](https://github.com/spotify/luigi) - A module that helps you build complex pipelines of batch jobs. :star: 3232 :fork_and_knife: 580
|
||||
* [:octocat: mrjob](https://github.com/Yelp/mrjob) - Run MapReduce jobs on Hadoop or Amazon Web Services. :star: 1527 :fork_and_knife: 394
|
||||
* [:earth_americas: PySpark](http://spark.apache.org/docs/latest/programming-guide.html) - The Spark Python API.
|
||||
* [:octocat: streamparse](https://github.com/Parsely/streamparse) - Run Python code against real-time streams of data. Integrates with [Apache Storm](https://storm.incubator.apache.org/). :star: 838 :fork_and_knife: 99
|
||||
* [:octocat: streamparse](https://github.com/Parsely/streamparse) - Run Python code against real-time streams of data. Integrates with [Apache Storm](https://storm.incubator.apache.org/). :star: 838 :fork_and_knife: 100
|
||||
|
||||
## Functional Programming
|
||||
|
||||
*Functional Programming with Python.*
|
||||
|
||||
* [:octocat: CyToolz](https://github.com/pytoolz/cytoolz/) - Cython implementation of Toolz: High performance functional utilities. :star: 209 :fork_and_knife: 16
|
||||
* [:octocat: fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP. :star: 1678 :fork_and_knife: 94
|
||||
* [:octocat: funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools. :star: 1188 :fork_and_knife: 60
|
||||
* [:octocat: Toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries. :star: 867 :fork_and_knife: 69
|
||||
* [:octocat: CyToolz](https://github.com/pytoolz/cytoolz/) - Cython implementation of Toolz: High performance functional utilities. :star: 210 :fork_and_knife: 16
|
||||
* [:octocat: fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP. :star: 1679 :fork_and_knife: 94
|
||||
* [:octocat: funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools. :star: 1190 :fork_and_knife: 60
|
||||
* [:octocat: Toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries. :star: 869 :fork_and_knife: 69
|
||||
|
||||
## Third-party APIs
|
||||
|
||||
*Libraries for accessing third party services APIs. See: [List of Python API Wrappers and Libraries](https://github.com/realpython/list-of-python-api-wrappers).*
|
||||
|
||||
* [:earth_americas: apache-libcloud](https://libcloud.apache.org/) - One Python library for all clouds.
|
||||
* [:octocat: boto](https://github.com/boto/boto) - Python interface to Amazon Web Services. :star: 5139 :fork_and_knife: 1856
|
||||
* [:octocat: boto](https://github.com/boto/boto) - Python interface to Amazon Web Services. :star: 5141 :fork_and_knife: 1857
|
||||
* [:octocat: django-wordpress](https://github.com/sunlightlabs/django-wordpress/) - WordPress models and views for Django. :star: 191 :fork_and_knife: 41
|
||||
* [:octocat: facebook-sdk](https://github.com/pythonforfacebook/facebook-sdk) - Facebook Platform Python SDK. :star: 1458 :fork_and_knife: 530
|
||||
* [:octocat: facebook-sdk](https://github.com/pythonforfacebook/facebook-sdk) - Facebook Platform Python SDK. :star: 1459 :fork_and_knife: 531
|
||||
* [:octocat: facepy](https://github.com/jgorset/facepy) - Facepy makes it really easy to interact with Facebook's Graph API :star: 390 :fork_and_knife: 118
|
||||
* [:octocat: gmail](https://github.com/charlierguo/gmail) - A Pythonic interface for Gmail. :star: 1142 :fork_and_knife: 179
|
||||
* [:octocat: google-api-python-client](https://github.com/google/google-api-python-client) - Google APIs Client Library for Python. :star: 603 :fork_and_knife: 230
|
||||
* [:octocat: gmail](https://github.com/charlierguo/gmail) - A Pythonic interface for Gmail. :star: 1143 :fork_and_knife: 179
|
||||
* [:octocat: google-api-python-client](https://github.com/google/google-api-python-client) - Google APIs Client Library for Python. :star: 605 :fork_and_knife: 229
|
||||
* [:octocat: gspread](https://github.com/burnash/gspread) - Google Spreadsheets Python API. :star: 1289 :fork_and_knife: 252
|
||||
* [:octocat: twython](https://github.com/ryanmcgrath/twython) - A Python wrapper for the Twitter API. :star: 1052 :fork_and_knife: 273
|
||||
* [:octocat: twython](https://github.com/ryanmcgrath/twython) - A Python wrapper for the Twitter API. :star: 1053 :fork_and_knife: 273
|
||||
|
||||
## DevOps Tools
|
||||
|
||||
*Software and libraries for DevOps.*
|
||||
|
||||
* [:octocat: Ansible](https://github.com/ansible/ansible) - A radically simple IT automation platform. :star: 12819 :fork_and_knife: 3816
|
||||
* [:octocat: SaltStack](https://github.com/saltstack/salt) - Infrastructure automation and management system. :star: 5672 :fork_and_knife: 2417
|
||||
* [:octocat: Ansible](https://github.com/ansible/ansible) - A radically simple IT automation platform. :star: 12829 :fork_and_knife: 3818
|
||||
* [:octocat: SaltStack](https://github.com/saltstack/salt) - Infrastructure automation and management system. :star: 5674 :fork_and_knife: 2418
|
||||
* [:earth_americas: Fabric](http://www.fabfile.org/) - A simple, Pythonic tool for remote execution and deployment.
|
||||
* [:octocat: cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric. :star: 1117 :fork_and_knife: 139
|
||||
* [:earth_americas: Docker Compose](https://docs.docker.com/compose/) - Fast, isolated development environments using [Docker](https://www.docker.com/).
|
||||
|
@ -1030,20 +1030,20 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: OpenStack](http://www.openstack.org/) - Open source software for building private and public clouds.
|
||||
* [:octocat: pexpect](https://github.com/pexpect/pexpect) - Controlling interactive programs in a pseudo-terminal like GNU expect. :star: 412 :fork_and_knife: 115
|
||||
* [:octocat: provy](https://github.com/python-provy/provy) - An easy-to-use provisioning system in Python. :star: 104 :fork_and_knife: 20
|
||||
* [:octocat: psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module. :star: 1017 :fork_and_knife: 160
|
||||
* [:octocat: supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for UNIX. :star: 1943 :fork_and_knife: 415
|
||||
* [:octocat: psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module. :star: 1019 :fork_and_knife: 161
|
||||
* [:octocat: supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for UNIX. :star: 1945 :fork_and_knife: 415
|
||||
|
||||
## Job Scheduler
|
||||
|
||||
*Libraries for scheduling jobs.*
|
||||
|
||||
* [:earth_americas: APScheduler](http://apscheduler.readthedocs.org/) - A light but powerful in-process task scheduler that lets you schedule functions.
|
||||
* [:octocat: django-schedule](https://github.com/thauber/django-schedule) - A calendaring app for Django. :star: 602 :fork_and_knife: 249
|
||||
* [:octocat: django-schedule](https://github.com/thauber/django-schedule) - A calendaring app for Django. :star: 602 :fork_and_knife: 248
|
||||
* [:earth_americas: doit](http://pydoit.org/) - A task runner/build tool.
|
||||
* [:earth_americas: Joblib](http://pythonhosted.org/joblib/index.html) - A set of tools to provide lightweight pipelining in Python.
|
||||
* [:octocat: Plan](https://github.com/fengsp/plan) - Writing crontab file in Python like a charm. :star: 831 :fork_and_knife: 59
|
||||
* [:octocat: schedule](https://github.com/dbader/schedule) - Python job scheduling for humans. :star: 1088 :fork_and_knife: 110
|
||||
* [:octocat: Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python. :star: 254 :fork_and_knife: 67
|
||||
* [:octocat: Plan](https://github.com/fengsp/plan) - Writing crontab file in Python like a charm. :star: 832 :fork_and_knife: 59
|
||||
* [:octocat: schedule](https://github.com/dbader/schedule) - Python job scheduling for humans. :star: 1090 :fork_and_knife: 111
|
||||
* [:octocat: Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python. :star: 258 :fork_and_knife: 67
|
||||
* [:earth_americas: TaskFlow](http://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.
|
||||
|
||||
## Foreign Function Interface
|
||||
|
@ -1061,7 +1061,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* [:earth_americas: Cython](http://cython.org/) - Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains.
|
||||
* [:earth_americas: PyPy](http://pypy.org/) - An implementation of Python in Python. The interpreter uses black magic to make Python very fast without having to add in additional type information.
|
||||
* [:octocat: Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance. :star: 3138 :fork_and_knife: 221
|
||||
* [:octocat: Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance. :star: 3142 :fork_and_knife: 222
|
||||
* [:earth_americas: Stackless Python](http://www.stackless.com/) - An enhanced version of the Python.
|
||||
|
||||
## Microsoft Windows
|
||||
|
@ -1081,7 +1081,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: Mininet](http://mininet.org/) - A popular network emulator and API written in Python.
|
||||
* [:earth_americas: POX](http://www.noxrepo.org/pox/about-pox/) - An open source development platform for Python-based Software Defined Networking (SDN) control applications, such as OpenFlow SDN controllers.
|
||||
* [:earth_americas: Pyretic](http://frenetic-lang.org/pyretic/) - A member of the Frenetic family of SDN programming languages that provides powerful abstractions over network switches or emulators.
|
||||
* [:octocat: SDX Platform](https://github.com/sdn-ixp/internet2award) - SDN based IXP implementation that leverages Mininet, POX and Pyretic. :star: 6 :fork_and_knife: 3
|
||||
* [:octocat: SDX Platform](https://github.com/sdn-ixp/internet2award) - SDN based IXP implementation that leverages Mininet, POX and Pyretic. :star: 7 :fork_and_knife: 3
|
||||
|
||||
## Hardware
|
||||
|
||||
|
@ -1107,15 +1107,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* [:octocat: blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system. :star: 230 :fork_and_knife: 25
|
||||
* [:octocat: itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments. :star: 741 :fork_and_knife: 65
|
||||
* [:octocat: pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python. :star: 339 :fork_and_knife: 20
|
||||
* [:octocat: pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python. :star: 340 :fork_and_knife: 20
|
||||
* [:octocat: Pychievements](https://github.com/PacketPerception/pychievements) - A framework for creating and tracking achievements. :star: 67 :fork_and_knife: 4
|
||||
|
||||
## Algorithms and Design Patterns
|
||||
|
||||
*Python implementation of algorithms and design patterns.*
|
||||
|
||||
* [:octocat: algorithms](https://github.com/nryoung/algorithms) - A module of algorithms for Python. :star: 1141 :fork_and_knife: 278
|
||||
* [:octocat: python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python. :star: 6867 :fork_and_knife: 1609
|
||||
* [:octocat: algorithms](https://github.com/nryoung/algorithms) - A module of algorithms for Python. :star: 1144 :fork_and_knife: 282
|
||||
* [:octocat: python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python. :star: 6876 :fork_and_knife: 1611
|
||||
|
||||
## Editor Plugins
|
||||
|
||||
|
@ -1127,11 +1127,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:octocat: SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - A Sublime Text plugin to the awesome auto-complete library Jedi. :star: 538 :fork_and_knife: 60
|
||||
* [:octocat: Anaconda](https://github.com/DamnWidget/anaconda) - Anaconda turns your Sublime Text 3 in a full featured Python development IDE. :star: 836 :fork_and_knife: 82
|
||||
* Vim
|
||||
* [:octocat: YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python. :star: 8580 :fork_and_knife: 979
|
||||
* [:octocat: Jedi-vim](https://github.com/davidhalter/jedi-vim) - Vim bindings for the Jedi auto-completion library for Python. :star: 1949 :fork_and_knife: 164
|
||||
* [:octocat: Python-mode](https://github.com/klen/python-mode) - An all in one plugin for turning Vim into a Python IDE. :star: 2639 :fork_and_knife: 548
|
||||
* [:octocat: YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python. :star: 8590 :fork_and_knife: 977
|
||||
* [:octocat: Jedi-vim](https://github.com/davidhalter/jedi-vim) - Vim bindings for the Jedi auto-completion library for Python. :star: 1951 :fork_and_knife: 164
|
||||
* [:octocat: Python-mode](https://github.com/klen/python-mode) - An all in one plugin for turning Vim into a Python IDE. :star: 2642 :fork_and_knife: 548
|
||||
* Visual Studio
|
||||
* [:octocat: PTVS](https://github.com/Microsoft/PTVS) - Python Tools for Visual Studio. :star: 563 :fork_and_knife: 125
|
||||
* [:octocat: PTVS](https://github.com/Microsoft/PTVS) - Python Tools for Visual Studio. :star: 566 :fork_and_knife: 125
|
||||
|
||||
## IDEs
|
||||
|
||||
|
@ -1140,7 +1140,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [:earth_americas: PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE by JetBrains. Has free community edition available.
|
||||
* [:earth_americas: Komodo](http://komodoide.com/) - Commercial polyglot IDE with support for Python.
|
||||
* [:earth_americas: LiClipse](http://www.liclipse.com/) - Free polyglot IDE based on Eclipse. Uses PyDev for Python support.
|
||||
* [:octocat: Spyder](https://github.com/spyder-ide/spyder) - Open Source Python IDE. :star: 529 :fork_and_knife: 148
|
||||
* [:octocat: Spyder](https://github.com/spyder-ide/spyder) - Open Source Python IDE. :star: 530 :fork_and_knife: 148
|
||||
* [:earth_americas: WingIDE](http://wingide.com/) - Commercial IDE for Python.
|
||||
|
||||
# Services
|
||||
|
@ -1202,8 +1202,8 @@ List of lists.
|
|||
* [:octocat: python_reference](https://github.com/rasbt/python_reference) :star: 1344 :fork_and_knife: 209
|
||||
* [:octocat: pythonidae](https://github.com/svaksha/pythonidae) :star: 251 :fork_and_knife: 48
|
||||
* Monty
|
||||
* [:octocat: awesome](https://github.com/sindresorhus/awesome) :star: 18540 :fork_and_knife: 1905
|
||||
* [:octocat: lists](https://github.com/jnv/lists) :star: 3392 :fork_and_knife: 205
|
||||
* [:octocat: awesome](https://github.com/sindresorhus/awesome) :star: 18611 :fork_and_knife: 1913
|
||||
* [:octocat: lists](https://github.com/jnv/lists) :star: 3396 :fork_and_knife: 205
|
||||
|
||||
# [Contributing](https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user