clr-loader


Nameclr-loader JSON
Version 0.2.6 PyPI version JSON
download
home_page
SummaryGeneric pure Python loader for .NET runtimes
upload_time2023-08-07 15:28:12
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # clr-loader

[![CI](https://github.com/pythonnet/clr-loader/workflows/Python%20Tests/badge.svg)](https://github.com/pythonnet/clr-loader/actions)
[![Pypi](https://img.shields.io/pypi/v/clr-loader.svg)](https://pypi.org/project/clr-loader/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/clr_loader.svg)](https://anaconda.org/conda-forge/clr_loader)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Implements a generic interface for loading one of the CLR (.NET) runtime
implementations and calling simple functions on them.

Documentation is available at https://pythonnet.github.io/clr-loader/.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "clr-loader",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Benedikt Reinartz <filmor@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e1/e6/745f553e29969e7c944bdeed073b93241f84b9471d1ad34d78ab12b49fab/clr_loader-0.2.6.tar.gz",
    "platform": null,
    "description": "# clr-loader\n\n[![CI](https://github.com/pythonnet/clr-loader/workflows/Python%20Tests/badge.svg)](https://github.com/pythonnet/clr-loader/actions)\n[![Pypi](https://img.shields.io/pypi/v/clr-loader.svg)](https://pypi.org/project/clr-loader/)\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/clr_loader.svg)](https://anaconda.org/conda-forge/clr_loader)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nImplements a generic interface for loading one of the CLR (.NET) runtime\nimplementations and calling simple functions on them.\n\nDocumentation is available at https://pythonnet.github.io/clr-loader/.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Generic pure Python loader for .NET runtimes",
    "version": "0.2.6",
    "project_urls": {
        "Documentation": "https://pythonnet.github.io/clr-loader/",
        "Sources": "https://github.com/pythonnet/clr-loader"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b31a2801c4e3888aac8fcd4d88d32a1155a778d1c01ca040ae8137d433a39cc6",
                "md5": "130b3093ff83dd1519c4d8cc68d91c47",
                "sha256": "79bbfee4bf6ac2f4836d89af2c39e0c32dce5d0c062596185aef380f317507a6"
            },
            "downloads": -1,
            "filename": "clr_loader-0.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "130b3093ff83dd1519c4d8cc68d91c47",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 51300,
            "upload_time": "2023-08-07T15:28:10",
            "upload_time_iso_8601": "2023-08-07T15:28:10.599461Z",
            "url": "https://files.pythonhosted.org/packages/b3/1a/2801c4e3888aac8fcd4d88d32a1155a778d1c01ca040ae8137d433a39cc6/clr_loader-0.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1e6745f553e29969e7c944bdeed073b93241f84b9471d1ad34d78ab12b49fab",
                "md5": "5d169c9699277d8c15848ed189fcc605",
                "sha256": "019348ae6b6a83c7a406d14537c277cecf7a3a53b263ec342c81ded5845a67ee"
            },
            "downloads": -1,
            "filename": "clr_loader-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "5d169c9699277d8c15848ed189fcc605",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 44757,
            "upload_time": "2023-08-07T15:28:12",
            "upload_time_iso_8601": "2023-08-07T15:28:12.070418Z",
            "url": "https://files.pythonhosted.org/packages/e1/e6/745f553e29969e7c944bdeed073b93241f84b9471d1ad34d78ab12b49fab/clr_loader-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 15:28:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pythonnet",
    "github_project": "clr-loader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "clr-loader"
}
        
Elapsed time: 0.09429s