https://github.com/wmde/catgraph-client-python
Python code to talk to Catgraph.
https://github.com/wmde/catgraph-client-python
Last synced: about 1 month ago
JSON representation
Python code to talk to Catgraph.
- Host: GitHub
- URL: https://github.com/wmde/catgraph-client-python
- Owner: wmde
- Created: 2015-06-01T14:55:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T06:43:18.000Z (over 9 years ago)
- Last Synced: 2025-01-26T10:07:34.645Z (3 months ago)
- Language: Python
- Size: 355 KB
- Stars: 1
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Graph Processor Python Client Library
by Daniel Kinzler
Translated from PHP to Python by Philipp Zedler
Copyright (c) 2011 by Wikimedia Deutschland e.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Wikimedia Deutschland nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY WIKIMEDIA DEUTSCHLAND ''AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL WIKIMEDIA DEUTSCHLAND BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
NOTE: This software is not released as a product. It was written primarily for
Wikimedia Deutschland's own use, and is made public as is, in the hope it may
be useful. Wikimedia Deutschland may at any time discontinue developing or
supporting this software. There is no guarantee any new versions or even fixes
for security issues will be released.
This version of the Graph Processor Client Library
is a Python interface to a GraphServ or GraphCore instance.@author Daniel Kinzler
@author Philipp Zedler (translation)
@copyright 2011, Wikimedia Deutschland
@package WikiTalk #? Stimmt das?## Issue tracker
Please file bugs and feature requests on [Phabricator] (https://phabricator.wikimedia.org/maniphest/task/create/?projects=tcb-team,catgraph&title=%5BCatGraph%5D).