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
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -816,7 +816,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
816
816
817
817
## Third-party APIs
818
818
819
-
*Libraries for accessing third party APIs. See: [List of Python API Wrappers and Libraries](https://github.com/realpython/list-of-python-api-wrappers)*
819
+
*Libraries for accessing third party services APIs. See: [List of Python API Wrappers and Libraries](https://github.com/realpython/list-of-python-api-wrappers).*
820
820
821
821
*[apache-libcloud](https://libcloud.apache.org/) - One Python library for all clouds.
822
822
*[boto](https://github.com/boto/boto) - Python interface to Amazon Web Services.
@@ -841,9 +841,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
841
841
*[SaltStack](http://www.saltstack.com/community/) - Infrastructure automation and management system.
842
842
*[Fabric](http://www.fabfile.org/) - Tool for streamlining the use of SSH for application deployment or systems administration tasks.
843
843
*[Fabtools](https://github.com/ronnix/fabtools) - Tools for writing awesome Fabric files.
844
-
*[Plan](https://github.com/fengsp/plan) - Writing crontab file in Python like a charm.
845
844
*[cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric.
846
-
*[doit](http://pydoit.org/) - A task runner/build tool.
847
845
*[psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module.
848
846
*[pexpect](https://github.com/pexpect/pexpect) - A Python module for controlling interactive programs in a pseudo-terminal like GNU expect.
849
847
*[provy](https://github.com/python-provy/provy) - An easy-to-use provisioning system in Python.
@@ -852,11 +850,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
852
850
853
851
*Libraries for scheduling jobs.*
854
852
855
-
*[TaskFlow](http://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.
853
+
*[django-schedule](https://github.com/thauber/django-schedule) - A calendaring app for Django.
854
+
*[doit](http://pydoit.org/) - A task runner/build tool.
856
855
*[Joblib](http://pythonhosted.org/joblib/index.html) - A set of tools to provide lightweight pipelining in Python.
856
+
*[Plan](https://github.com/fengsp/plan) - Writing crontab file in Python like a charm.
857
857
*[Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.
858
858
*[schedule](https://github.com/dbader/schedule) - Python job scheduling for humans.
859
-
*[django-schedule](https://github.com/thauber/django-schedule) - A calendaring app for Django.
859
+
*[TaskFlow](http://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.
860
860
861
861
## Foreign Function Interface
862
862
@@ -865,6 +865,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
865
865
*[ctypes](https://docs.python.org/2/library/ctypes.html) - (Python standard library) Foreign Function Interface for Python calling C code.
866
866
*[cffi](https://pypi.python.org/pypi/cffi) - Foreign Function Interface for Python calling C code.
867
867
*[SWIG](http://www.swig.org/Doc1.3/Python.html) - Simplified Wrapper and Interface Generator.
868
+
*[PyCUDA](http://mathema.tician.de/software/pycuda/) - A Python wrapper for Nvidia's CUDA API.
868
869
869
870
## High Performance
870
871
@@ -888,6 +889,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
888
889
*Libraries for programming with hardware.*
889
890
890
891
*[wifi](https://wifi.readthedocs.org/) - A Python library and command line tool for working with WiFi on Linux.
892
+
*[scapy](http://www.secdev.org/projects/scapy/) - A brilliant packet manipulation library.
0 commit comments