Personal tools
Skip to content. | Skip to navigation
The suds project is a python soap web services client lib. Suds leverages python meta programming to provide an intuitive API for consuming web services. Objectification of types defined in the WSDL is provided without class generation. Programmers rarely need to read the WSDL since services and WSDL based objects can be easily inspected.
|CircleCI|_ |Docs|_.. |CircleC.. _CircleCI: |Doc.. _Docs: This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the main Python test
Python module for native access to the systemd facilities. Functionality includes sending of structured messages to the journal and reading journal files, querying machine and boot identifiers and a lists of message identifiers provided by systemd. Other functionality provided by libsystemd is also wrapped.
The sysv_ipc module which gives Python access to System V inter-process semaphores, shared memory and message queues on systems that support them.
OpenStack tacker client
python-taiga ============ |Build Status| |Codecov.io Status| |Latest Version| |Supported Python versions| |License| |Downloads| A module for using the `Taiga REST API <http://taigaio.github.io/taiga-doc/dist/api.html>`__. Install ------- :: pip install python-taiga Contribute to python-taiga -------------------------- - If you want to contribute to python-taiga with small fixes or ...
Python implementation of Tarjan's algorithm Tarjan's algorithm takes as input a directed (possibly cyclic!) graph and returns as output its strongly connected components in a topological order.Example.. code:: >>> tarjan({1:[2],2:[1,5],3:[4],4:[3,5],5:[6],6:[7],7:[8],8:[6,9],9:[]}) [[9], [8, 7, 6], [5], [2, 1], [4, 3]]Uses Cyclic dependencies In various cases, dependencies might be cyclic and...
Telegram is an Open Source instant messaging platform for mobile and desktop focused on privacy. This is a Linux Command-line interface for Telegram.