soar-compat


Namesoar-compat JSON
Version 1.0 PyPI version JSON
download
home_pageNone
SummaryCompatibility layer with soar-sml
upload_time2024-05-02 16:21:46
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseBSD
keywords soar
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `soar-compat`

A small shim library that provides compatibility with packaging/distribution methods for SOAR's SML Bindings.

The raw bindings, as built in SOAR, are imported as `import Python_sml_ClientInterface`,
while the pypi package `soar-sml` imports as `soar_sml`.

While it possible to do `import soar_sml as Python_sml_ClientInterface`, this small library avoids that need,
and allows all existing scripts to import SOAR's SML Bindings in the way they're used to.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "soar-compat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "soar",
    "author": null,
    "author_email": "Jonathan de Jong <jo@jo.wtf>",
    "download_url": "https://files.pythonhosted.org/packages/1e/aa/a8f16b9e469194a9d741ec9dad1d203604912227ca39f16a9178d2eb317a/soar_compat-1.0.tar.gz",
    "platform": null,
    "description": "# `soar-compat`\n\nA small shim library that provides compatibility with packaging/distribution methods for SOAR's SML Bindings.\n\nThe raw bindings, as built in SOAR, are imported as `import Python_sml_ClientInterface`,\nwhile the pypi package `soar-sml` imports as `soar_sml`.\n\nWhile it possible to do `import soar_sml as Python_sml_ClientInterface`, this small library avoids that need,\nand allows all existing scripts to import SOAR's SML Bindings in the way they're used to.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Compatibility layer with soar-sml",
    "version": "1.0",
    "project_urls": null,
    "split_keywords": [
        "soar"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f764796f9939b2d3d45745a697e7fc5be95ec4d77de467dd8c896c6bf81ba83",
                "md5": "101ea49e9ab2ed8a5917c8dc25deef99",
                "sha256": "ecc0102ff83e9feaa10319562c9e54084b4144bba569a81f30927caadb038314"
            },
            "downloads": -1,
            "filename": "soar_compat-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "101ea49e9ab2ed8a5917c8dc25deef99",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1583,
            "upload_time": "2024-05-02T16:21:45",
            "upload_time_iso_8601": "2024-05-02T16:21:45.262107Z",
            "url": "https://files.pythonhosted.org/packages/3f/76/4796f9939b2d3d45745a697e7fc5be95ec4d77de467dd8c896c6bf81ba83/soar_compat-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1eaaa8f16b9e469194a9d741ec9dad1d203604912227ca39f16a9178d2eb317a",
                "md5": "4c02e9fe1a6a041f2bbe71c7a9754295",
                "sha256": "28d9a9697e58bdd0ed30b871cb375295a2380a06f07ed3e192ea0e869186e0e1"
            },
            "downloads": -1,
            "filename": "soar_compat-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4c02e9fe1a6a041f2bbe71c7a9754295",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1386,
            "upload_time": "2024-05-02T16:21:46",
            "upload_time_iso_8601": "2024-05-02T16:21:46.999882Z",
            "url": "https://files.pythonhosted.org/packages/1e/aa/a8f16b9e469194a9d741ec9dad1d203604912227ca39f16a9178d2eb317a/soar_compat-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 16:21:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "soar-compat"
}
        
Elapsed time: 0.28603s