You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQlite interface compliant with DB-API 2.0
421
+
*[SuperSQLite](https://github.com/plasticityai/supersqlite) - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw).
417
422
* Other Relational Databases
418
423
*[pymssql](https://pymssql.readthedocs.io/en/latest/) - A simple database interface to Microsoft SQL Server.
419
-
*[SuperSQLite](https://github.com/plasticityai/supersqlite) - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw).
424
+
*[clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) - Python driver with native interface for ClickHouse.
420
425
* NoSQL Databases
421
426
*[cassandra-driver](https://github.com/datastax/python-driver) - The Python Driver for Apache Cassandra.
422
427
*[happybase](https://github.com/wbolster/happybase) - A developer-friendly library for Apache HBase.
@@ -459,7 +464,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*[shoop](https://www.shuup.com/en/) - An open source E-Commerce platform based on Django.
569
573
570
574
## Editor Plugins and IDEs
@@ -600,14 +604,20 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
600
604
*[flanker](https://github.com/mailgun/flanker) - An email address and Mime parsing library.
601
605
*[mailer](https://github.com/marrow/mailer) - High-performance extensible mail delivery framework.
602
606
607
+
## Enterprise Application Integrations
608
+
609
+
*Platforms and tools for systems integrations in enterprise environments*
610
+
611
+
*[Zato](https://zato.io) - ESB, SOA, REST, APIs and Cloud Integrations in Python.
612
+
603
613
## Environment Management
604
614
605
615
*Libraries for Python version and virtual environment management.*
606
616
607
617
*[pyenv](https://github.com/pyenv/pyenv) - Simple Python version management.
608
618
*[virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments.
609
619
610
-
## Files
620
+
## File
611
621
612
622
*Libraries for file manipulation and MIME type detection.*
613
623
@@ -648,7 +658,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
648
658
*[fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP.
649
659
*[funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.
650
660
*[more-itertools](https://github.com/erikrose/more-itertools) - More routines for operating on iterables, beyond `itertools`.
651
-
*[returns](https://github.com/dry-python/returns) - A set of type-safe monads, tranformers, and composition utilities.
661
+
*[returns](https://github.com/dry-python/returns) - A set of type-safe monads, transformers, and composition utilities.
652
662
*[Toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries.
653
663
654
664
## GUI Development
@@ -663,7 +673,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
663
673
*[kivy](https://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
664
674
*[pyglet](https://github.com/pyglet/pyglet) - A cross-platform windowing and multimedia library for Python.
665
675
*[PyGObject](https://wiki.gnome.org/Projects/PyGObject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
666
-
*[PyQt](https://riverbankcomputing.com/software/pyqt/intro) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework.
676
+
*[PyQt](https://doc.qt.io/qtforpython/) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework.
667
677
*[PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) - Wrapper for tkinter, Qt, WxPython and Remi.
668
678
*[pywebview](https://github.com/r0x0r/pywebview/) - A lightweight cross-platform native wrapper around a webview component.
669
679
*[Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package.
@@ -685,7 +695,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
685
695
686
696
*Awesome game development libraries.*
687
697
688
-
*[Arcade](https://arcade.academy/index.html) - Arcade is a modern Python framework for crafting games with compelling graphics and sound.
698
+
*[Arcade](https://api.arcade.academy/en/latest/) - Arcade is a modern Python framework for crafting games with compelling graphics and sound.
689
699
*[Cocos2d](http://cocos2d.org/) - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications.
690
700
*[Harfang3D](http://www.harfang3d.com) - Python framework for 3D, VR and game development.
691
701
*[Panda3D](https://www.panda3d.org/) - 3D game engine developed by Disney.
@@ -704,7 +714,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
704
714
*[GeoIP](https://github.com/maxmind/geoip-api-python) - Python API for MaxMind GeoIP Legacy Database.
705
715
*[geojson](https://github.com/frewsxcv/python-geojson) - Python bindings and utilities for GeoJSON.
*[werkzeug](https://github.com/pallets/werkzeug) - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
@@ -1312,6 +1326,7 @@ Where to discover learning resources or new Python libraries.
0 commit comments