robotpy-build


Namerobotpy-build JSON
Version 2024.0.0 PyPI version JSON
download
home_pagehttps://github.com/robotpy/robotpy-build
SummaryBuild tool for RobotPy projects
upload_time2024-01-06 09:39:58
maintainer
docs_urlNone
authorDustin Spicuzza
requires_python>=3.8
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            robotpy-build
=============

This is a build tool intended to be generally useful for any python project
that has binary dependencies. It is especially designed to meet the needs
of RobotPy's various wrapper libraries, chiefly around:

* Managing upstream binary dependencies
* Autogenerating pybind11 wrappers around those dependencies
* Building wheels from those generated wrappers

Requires Python 3.8+

Documentation
-------------

Documentation can be found at https://robotpy-build.readthedocs.io/

Author
------

Dustin Spicuzza is the primary author of robotpy-build, but it is the
culmination of many years of experimentation with automated wrapper
generation by members of the RobotPy community.

robotpy-build is available under the BSD 3-clause license.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/robotpy/robotpy-build",
    "name": "robotpy-build",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Dustin Spicuzza",
    "author_email": "robotpy@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/a3/77/566b1ebcd69dddfc96d19810e564f470d634c4e55e363a1d302694f151c9/robotpy-build-2024.0.0.tar.gz",
    "platform": null,
    "description": "robotpy-build\n=============\n\nThis is a build tool intended to be generally useful for any python project\nthat has binary dependencies. It is especially designed to meet the needs\nof RobotPy's various wrapper libraries, chiefly around:\n\n* Managing upstream binary dependencies\n* Autogenerating pybind11 wrappers around those dependencies\n* Building wheels from those generated wrappers\n\nRequires Python 3.8+\n\nDocumentation\n-------------\n\nDocumentation can be found at https://robotpy-build.readthedocs.io/\n\nAuthor\n------\n\nDustin Spicuzza is the primary author of robotpy-build, but it is the\nculmination of many years of experimentation with automated wrapper\ngeneration by members of the RobotPy community.\n\nrobotpy-build is available under the BSD 3-clause license.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Build tool for RobotPy projects",
    "version": "2024.0.0",
    "project_urls": {
        "Homepage": "https://github.com/robotpy/robotpy-build"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5061230369f13b72941d07e4a31392a9704ff248deae5ccbeaac26f2c623462",
                "md5": "2a15678295c54a3b33ed6635ecb04cea",
                "sha256": "a9263d1e0312f088c6c5c3af859f7c47b87fe6771294135c78a5dab0dcc49de1"
            },
            "downloads": -1,
            "filename": "robotpy_build-2024.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2a15678295c54a3b33ed6635ecb04cea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 311583,
            "upload_time": "2024-01-06T09:39:56",
            "upload_time_iso_8601": "2024-01-06T09:39:56.794090Z",
            "url": "https://files.pythonhosted.org/packages/f5/06/1230369f13b72941d07e4a31392a9704ff248deae5ccbeaac26f2c623462/robotpy_build-2024.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a377566b1ebcd69dddfc96d19810e564f470d634c4e55e363a1d302694f151c9",
                "md5": "77b3dfa1827871812164c2e86c0c6290",
                "sha256": "a5abfadf1c3eb8f0f04c0acecf09072a55c4ec79909076aa5965e65b2b3f9866"
            },
            "downloads": -1,
            "filename": "robotpy-build-2024.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "77b3dfa1827871812164c2e86c0c6290",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 319808,
            "upload_time": "2024-01-06T09:39:58",
            "upload_time_iso_8601": "2024-01-06T09:39:58.902753Z",
            "url": "https://files.pythonhosted.org/packages/a3/77/566b1ebcd69dddfc96d19810e564f470d634c4e55e363a1d302694f151c9/robotpy-build-2024.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-06 09:39:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "robotpy",
    "github_project": "robotpy-build",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "robotpy-build"
}
        
Elapsed time: 0.15931s