setuptools-dso


Namesetuptools-dso JSON
Version 2.11 PyPI version JSON
download
home_pagehttps://github.com/mdavidsaver/setuptools_dso
Summarysetuptools extension to build non-python shared libraries
upload_time2024-08-16 00:13:47
maintainerNone
docs_urlNone
authorMichael Davidsaver
requires_python>=2.7
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # setuptools extension for building non-Python Dynamic Shared Objects

Building non-python shared libraries (eg. `libY.so`, `libY.dylib`, or `Y.dll`) for inclusion in a Python Wheel.

This extension is an alternative to bundling externally built
libraries in Python Wheel packages by providing the means to
replace an external build system (eg. Makefile) so that non-python
libraries to be built from source within the python ecosystem.

- Documentation at https://mdavidsaver.github.io/setuptools_dso
- Github project https://github.com/mdavidsaver/setuptools_dso
- PYPI https://pypi.org/project/setuptools-dso/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mdavidsaver/setuptools_dso",
    "name": "setuptools-dso",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=2.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Michael Davidsaver",
    "author_email": "mdavidsaver@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/69/fa/919c462a691474d3cf9c1c14c042c20507b4fe1353acbd6a8e8a2617afbe/setuptools_dso-2.11.tar.gz",
    "platform": null,
    "description": "# setuptools extension for building non-Python Dynamic Shared Objects\n\nBuilding non-python shared libraries (eg. `libY.so`, `libY.dylib`, or `Y.dll`) for inclusion in a Python Wheel.\n\nThis extension is an alternative to bundling externally built\nlibraries in Python Wheel packages by providing the means to\nreplace an external build system (eg. Makefile) so that non-python\nlibraries to be built from source within the python ecosystem.\n\n- Documentation at https://mdavidsaver.github.io/setuptools_dso\n- Github project https://github.com/mdavidsaver/setuptools_dso\n- PYPI https://pypi.org/project/setuptools-dso/\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "setuptools extension to build non-python shared libraries",
    "version": "2.11",
    "project_urls": {
        "Documentation": "https://mdavidsaver.github.io/setuptools_dso",
        "Homepage": "https://github.com/mdavidsaver/setuptools_dso",
        "Release Notes": "https://mdavidsaver.github.io/setuptools_dso/releasenotes.html"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a56fe2b6417770da8abf60276ecf5dd800c7685bb20669f1e75f3d61649bab80",
                "md5": "0e24582eeee890c77536127f7f211647",
                "sha256": "42f2a1cb850a33b7a7b758d6f7e509d0f13b5a4f370b90d3a7651db8f41cd3aa"
            },
            "downloads": -1,
            "filename": "setuptools_dso-2.11-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0e24582eeee890c77536127f7f211647",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2.7",
            "size": 23617,
            "upload_time": "2024-08-16T00:13:46",
            "upload_time_iso_8601": "2024-08-16T00:13:46.603291Z",
            "url": "https://files.pythonhosted.org/packages/a5/6f/e2b6417770da8abf60276ecf5dd800c7685bb20669f1e75f3d61649bab80/setuptools_dso-2.11-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69fa919c462a691474d3cf9c1c14c042c20507b4fe1353acbd6a8e8a2617afbe",
                "md5": "7180dd243d7b712fdc87f10b9983808a",
                "sha256": "953e66a744e21dbbe4ad73e22b9fee2e47bae739f26bc63ab37473a45b975456"
            },
            "downloads": -1,
            "filename": "setuptools_dso-2.11.tar.gz",
            "has_sig": false,
            "md5_digest": "7180dd243d7b712fdc87f10b9983808a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7",
            "size": 20734,
            "upload_time": "2024-08-16T00:13:47",
            "upload_time_iso_8601": "2024-08-16T00:13:47.788534Z",
            "url": "https://files.pythonhosted.org/packages/69/fa/919c462a691474d3cf9c1c14c042c20507b4fe1353acbd6a8e8a2617afbe/setuptools_dso-2.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-16 00:13:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mdavidsaver",
    "github_project": "setuptools_dso",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "setuptools-dso"
}
        
Elapsed time: 1.14266s