dittoffi


Namedittoffi JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryDitto FFI bindings for Python.
upload_time2023-04-17 09:34:44
maintainer
docs_urlNone
author
requires_python
licenseDitto Binary License Copyright © 2021 DittoLive Incorporated. All rights reserved. NOTICE: All information contained herein is, and remains the property of DittoLive. The intellectual and technical concepts contained herein are proprietary to DittoLive and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret and copyright law. Redistribution and use in binary form, with or without modification, is permitted provided that the following conditions are met: 1. You agree not to attempt to decompile, disassemble, reverse engineer or otherwise discover the source code from which the binary code was derived. 2. 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. 3. Neither the name of the copyright holder 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 THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
keywords database p2p crdt ffi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FFI Module for Ditto.

Need a `libdittoffi.so` in the folder to work atm

Its path must be specified using:
```
export DITTOFFI_SEARCH_PATH=...
export LD_LIBRARY_PATH=...
```

## Update Headers
When the FFI signatures change, the headers inside this directory must be updated.

`dittoffi.h` can be replaced by the same-titled generated file, thanks to safer-ffi.
Use `make build-python` at the root of the project in order to do so.
The `dittoffi.cffi` must be manually updated at the moment. Safer-ffi we generate it
in the future.

Need a `libdittoffi.so` library to work.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "dittoffi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "database,P2P,CRDT,FFI",
    "author": "",
    "author_email": "Ditto Engineering Team <engineering@ditto.live>",
    "download_url": "https://files.pythonhosted.org/packages/68/6f/f500f79ab5ffb70ed4fba07fd6c2d3f0ee10e0fa2c2bad549a77d7c07e32/dittoffi-0.0.3.tar.gz",
    "platform": null,
    "description": "# FFI Module for Ditto.\n\nNeed a `libdittoffi.so` in the folder to work atm\n\nIts path must be specified using:\n```\nexport DITTOFFI_SEARCH_PATH=...\nexport LD_LIBRARY_PATH=...\n```\n\n## Update Headers\nWhen the FFI signatures change, the headers inside this directory must be updated.\n\n`dittoffi.h` can be replaced by the same-titled generated file, thanks to safer-ffi.\nUse `make build-python` at the root of the project in order to do so.\nThe `dittoffi.cffi` must be manually updated at the moment. Safer-ffi we generate it\nin the future.\n\nNeed a `libdittoffi.so` library to work.\n",
    "bugtrack_url": null,
    "license": "Ditto Binary License  Copyright \u00a9 2021 DittoLive Incorporated. All rights reserved.  NOTICE: All information contained herein is, and remains the property of DittoLive. The intellectual and technical concepts contained herein are proprietary to DittoLive and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret and copyright law.  Redistribution and use in binary form, with or without modification, is permitted provided that the following conditions are met:  1. You agree not to attempt to decompile, disassemble, reverse engineer or otherwise discover the source code from which the binary code was derived.  2. 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.  3. Neither the name of the copyright holder 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 THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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. ",
    "summary": "Ditto FFI bindings for Python.",
    "version": "0.0.3",
    "split_keywords": [
        "database",
        "p2p",
        "crdt",
        "ffi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "686ff500f79ab5ffb70ed4fba07fd6c2d3f0ee10e0fa2c2bad549a77d7c07e32",
                "md5": "261124266c87d23c5d9d0a27e9b99384",
                "sha256": "c57bc1eea9803990b7d9114d67ec7f926024b65f19e7d9b8e5a5825d93acf22c"
            },
            "downloads": -1,
            "filename": "dittoffi-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "261124266c87d23c5d9d0a27e9b99384",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32712,
            "upload_time": "2023-04-17T09:34:44",
            "upload_time_iso_8601": "2023-04-17T09:34:44.343682Z",
            "url": "https://files.pythonhosted.org/packages/68/6f/f500f79ab5ffb70ed4fba07fd6c2d3f0ee10e0fa2c2bad549a77d7c07e32/dittoffi-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-17 09:34:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "dittoffi"
}
        
Elapsed time: 0.10432s