diveplane-amalgam-api


Namediveplane-amalgam-api JSON
Version 2.3.12 PyPI version JSON
download
home_pagehttps://www.diveplane.com
SummaryA direct interface with Amalgam compiled dll or so.
upload_time2023-08-01 11:42:46
maintainer
docs_urlNone
authorDiveplane Corporation
requires_python
license
keywords artificial intelligence machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Amalgam python api

This module loads an amalgam library, and exposes an api for communicating to it.

## Setup

The default location for the amalgam library files is _~/.diveplane/lib/dev/amlg/_ ie _~/.diveplane/lib/dev/amlg/amalgam.so_ for linux and _~/.diveplane/lib/dev/amlg/Amalgam.dll for windows.

If download is set to True (and no library_path is set), then the wrapper will attempt to retrieve the correct library file from the appropriate repository.  Pass in the download_apikey parameter to the Amalgam constructor or set the __DP_CONFIG_DIVEPLANE_AMLG_APIKEY__ environment variable to set the apikey to access the repository.

```python
return Amalgam(version='10.0.3', download=True, debug=True)
```

Setting version to 'latest' can be used to automatically update to the latest on every use.


## Build Status 

[![Build Status](https://diveplane.visualstudio.com/dp/_apis/build/status/components/amalgam-py?branchName=master)](https://diveplane.visualstudio.com/dp/_build/latest?definitionId=43&branchName=master)

## Versioning

Versioning will occur automatically.  Patch versions are the default, change the PR name suffix to MAJOR/MINOR to change the incremented version level.  Use the PR pipeline build to validate the resulting version.

## CHANGELOG

The CHANGELOG.md will update automatically from PR/Merge-commit information.


            

Raw data

            {
    "_id": null,
    "home_page": "https://www.diveplane.com",
    "name": "diveplane-amalgam-api",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "artificial intelligence,machine learning",
    "author": "Diveplane Corporation",
    "author_email": "support@diveplane.com",
    "download_url": "",
    "platform": null,
    "description": "# Amalgam python api\n\nThis module loads an amalgam library, and exposes an api for communicating to it.\n\n## Setup\n\nThe default location for the amalgam library files is _~/.diveplane/lib/dev/amlg/_ ie _~/.diveplane/lib/dev/amlg/amalgam.so_ for linux and _~/.diveplane/lib/dev/amlg/Amalgam.dll for windows.\n\nIf download is set to True (and no library_path is set), then the wrapper will attempt to retrieve the correct library file from the appropriate repository.  Pass in the download_apikey parameter to the Amalgam constructor or set the __DP_CONFIG_DIVEPLANE_AMLG_APIKEY__ environment variable to set the apikey to access the repository.\n\n```python\nreturn Amalgam(version='10.0.3', download=True, debug=True)\n```\n\nSetting version to 'latest' can be used to automatically update to the latest on every use.\n\n\n## Build Status \n\n[![Build Status](https://diveplane.visualstudio.com/dp/_apis/build/status/components/amalgam-py?branchName=master)](https://diveplane.visualstudio.com/dp/_build/latest?definitionId=43&branchName=master)\n\n## Versioning\n\nVersioning will occur automatically.  Patch versions are the default, change the PR name suffix to MAJOR/MINOR to change the incremented version level.  Use the PR pipeline build to validate the resulting version.\n\n## CHANGELOG\n\nThe CHANGELOG.md will update automatically from PR/Merge-commit information.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A direct interface with Amalgam compiled dll or so.",
    "version": "2.3.12",
    "project_urls": {
        "Documentation": "https://docs.community.diveplane.com/",
        "Homepage": "https://www.diveplane.com"
    },
    "split_keywords": [
        "artificial intelligence",
        "machine learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef546645293e7798f985306b13305c6589517029054ff2d400d45b36c08ecb3b",
                "md5": "56d2c64ea63e4c81e5af1afd981f1423",
                "sha256": "10441ece45b74aab65a12067df2ebf1ed9e74d3ea600acc9bf57a392291a621b"
            },
            "downloads": -1,
            "filename": "diveplane_amalgam_api-2.3.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "56d2c64ea63e4c81e5af1afd981f1423",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13919,
            "upload_time": "2023-08-01T11:42:46",
            "upload_time_iso_8601": "2023-08-01T11:42:46.477594Z",
            "url": "https://files.pythonhosted.org/packages/ef/54/6645293e7798f985306b13305c6589517029054ff2d400d45b36c08ecb3b/diveplane_amalgam_api-2.3.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-01 11:42:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "diveplane-amalgam-api"
}
        
Elapsed time: 0.21236s