thrift


Namethrift JSON
Version 0.20.0 PyPI version JSON
download
home_pagehttp://thrift.apache.org
SummaryPython bindings for the Apache Thrift RPC system
upload_time2024-03-22 22:53:08
maintainerNone
docs_urlNone
authorApache Thrift Developers
requires_pythonNone
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Thrift Python Software Library

License
=======

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.

Using Thrift with Python
========================

Thrift is provided as a set of Python packages. The top level package is
thrift, and there are subpackages for the protocol, transport, and server
code. Each package contains modules using standard Thrift naming conventions
(i.e. TProtocol, TTransport) and implementations in corresponding modules
(i.e. TSocket).  There is also a subpackage reflection, which contains
the generated code for the reflection structures.

The Python libraries can be installed manually using the provided setup.py
file, or automatically using the install hook provided via autoconf/automake.
To use the latter, become superuser and do make install.
            

Raw data

            {
    "_id": null,
    "home_page": "http://thrift.apache.org",
    "name": "thrift",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Apache Thrift Developers",
    "author_email": "dev@thrift.apache.org",
    "download_url": "https://files.pythonhosted.org/packages/3c/2d/8946864f716ac82dcc88d290ed613cba7a80ec75df4f553ec3ff275f486e/thrift-0.20.0.tar.gz",
    "platform": null,
    "description": "Thrift Python Software Library\n\nLicense\n=======\n\nLicensed to the Apache Software Foundation (ASF) under one\nor more contributor license agreements. See the NOTICE file\ndistributed with this work for additional information\nregarding copyright ownership. The ASF licenses this file\nto you under the Apache License, Version 2.0 (the\n\"License\"); you may not use this file except in compliance\nwith the License. You may obtain a copy of the License at\n\n  http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing,\nsoftware distributed under the License is distributed on an\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, either express or implied. See the License for the\nspecific language governing permissions and limitations\nunder the License.\n\nUsing Thrift with Python\n========================\n\nThrift is provided as a set of Python packages. The top level package is\nthrift, and there are subpackages for the protocol, transport, and server\ncode. Each package contains modules using standard Thrift naming conventions\n(i.e. TProtocol, TTransport) and implementations in corresponding modules\n(i.e. TSocket).  There is also a subpackage reflection, which contains\nthe generated code for the reflection structures.\n\nThe Python libraries can be installed manually using the provided setup.py\nfile, or automatically using the install hook provided via autoconf/automake.\nTo use the latter, become superuser and do make install.",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Python bindings for the Apache Thrift RPC system",
    "version": "0.20.0",
    "project_urls": {
        "Homepage": "http://thrift.apache.org"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c2d8946864f716ac82dcc88d290ed613cba7a80ec75df4f553ec3ff275f486e",
                "md5": "e36452e9848c018e9fad90d50dc0da4d",
                "sha256": "4dd662eadf6b8aebe8a41729527bd69adf6ceaa2a8681cbef64d1273b3e8feba"
            },
            "downloads": -1,
            "filename": "thrift-0.20.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e36452e9848c018e9fad90d50dc0da4d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 62295,
            "upload_time": "2024-03-22T22:53:08",
            "upload_time_iso_8601": "2024-03-22T22:53:08.228458Z",
            "url": "https://files.pythonhosted.org/packages/3c/2d/8946864f716ac82dcc88d290ed613cba7a80ec75df4f553ec3ff275f486e/thrift-0.20.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 22:53:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "thrift"
}
        
Elapsed time: 0.20273s