8000 Merge remote-tracking branch 'thewhitetulip/patch-1' · tomzhang/awesome-python@3da906d · GitHub
[go: up one dir, main page]

Skip to content

Commit 3da906d

Browse files
committed
Merge remote-tracking branch 'thewhitetulip/patch-1'
Conflicts: README.md Resolved
2 parents a529933 + 3482ec8 commit 3da906d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
816816

817817
## Third-party APIs
818818

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).*
820820

821821
* [apache-libcloud](https://libcloud.apache.org/) - One Python library for all clouds.
822822
* [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
841841
* [SaltStack](http://www.saltstack.com/community/) - Infrastructure automation and management system.
842842
* [Fabric](http://www.fabfile.org/) - Tool for streamlining the use of SSH for application deployment or systems administration tasks.
843843
* [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.
845844
* [cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric.
846-
* [doit](http://pydoit.org/) - A task runner/build tool.
847845
* [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module.
848846
* [pexpect](https://github.com/pexpect/pexpect) - A Python module for controlling interactive programs in a pseudo-terminal like GNU expect.
849847
* [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
852850

853851
*Libraries for scheduling jobs.*
854852

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.
856855
* [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.
857857
* [Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.
858858
* [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.
860860

861861
## Foreign Function Interface
862862

@@ -865,6 +865,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
865865
* [ctypes](https://docs.python.org/2/library/ctypes.html) - (Python standard library) Foreign Function Interface for Python calling C code.
866866
* [cffi](https://pypi.python.org/pypi/cffi) - Foreign Function Interface for Python calling C code.
867867
* [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.
868869

869870
## High Performance
870871

@@ -888,6 +889,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
888889
*Libraries for programming with hardware.*
889890

890891
* [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.
891893

892894
## Miscellaneous
893895

0 commit comments

Comments
 (0)
0