extension-helpers


Nameextension-helpers JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryUtilities for building and installing packages with compiled extensions
upload_time2024-10-16 14:08:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD 3-Clause License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            extension-helpers
=================

.. image:: https://github.com/astropy/extension-helpers/actions/workflows/main.yml/badge.svg
  :target: https://github.com/astropy/extension-helpers/actions/workflows/main.yml

.. image:: https://codecov.io/gh/astropy/extension-helpers/branch/main/graph/badge.svg
  :target: https://codecov.io/gh/astropy/extension-helpers

.. image:: https://readthedocs.org/projects/extension-helpers/badge/?version=latest
  :target: https://extension-helpers.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status

The **extension-helpers** package includes convenience helpers to assist with
building Python packages with compiled C/Cython extensions. It is developed by
the Astropy project but is intended to be general and usable by any Python
package.

For more information, see the documentation at http://extension-helpers.readthedocs.io

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "extension-helpers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "The Astropy Developers <astropy.team@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7f/12/da64a4492f1330f09e7f42c3acd9e6395f74e840dc4a5c3fe1fa4db272b5/extension_helpers-1.2.0.tar.gz",
    "platform": null,
    "description": "extension-helpers\n=================\n\n.. image:: https://github.com/astropy/extension-helpers/actions/workflows/main.yml/badge.svg\n  :target: https://github.com/astropy/extension-helpers/actions/workflows/main.yml\n\n.. image:: https://codecov.io/gh/astropy/extension-helpers/branch/main/graph/badge.svg\n  :target: https://codecov.io/gh/astropy/extension-helpers\n\n.. image:: https://readthedocs.org/projects/extension-helpers/badge/?version=latest\n  :target: https://extension-helpers.readthedocs.io/en/latest/?badge=latest\n  :alt: Documentation Status\n\nThe **extension-helpers** package includes convenience helpers to assist with\nbuilding Python packages with compiled C/Cython extensions. It is developed by\nthe Astropy project but is intended to be general and usable by any Python\npackage.\n\nFor more information, see the documentation at http://extension-helpers.readthedocs.io\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Utilities for building and installing packages with compiled extensions",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/astropy/extension-helpers"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b30e22599eac9e50f4274e78e47cef7e760d7a1bb2f0d0fdfb0bb5b0d2da263a",
                "md5": "47482d07d73a8fef0c778592d1721d78",
                "sha256": "765fe99a4fd4dd925aecebfbe2b752b48464efe7b71afea8ecb605cbca7b48f1"
            },
            "downloads": -1,
            "filename": "extension_helpers-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "47482d07d73a8fef0c778592d1721d78",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23956,
            "upload_time": "2024-10-16T14:08:37",
            "upload_time_iso_8601": "2024-10-16T14:08:37.354916Z",
            "url": "https://files.pythonhosted.org/packages/b3/0e/22599eac9e50f4274e78e47cef7e760d7a1bb2f0d0fdfb0bb5b0d2da263a/extension_helpers-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f12da64a4492f1330f09e7f42c3acd9e6395f74e840dc4a5c3fe1fa4db272b5",
                "md5": "60bbbb083feab955e37f3d56a0533e65",
                "sha256": "e7d9c8f71804edd7ecd05b5d59a5b504f6e24867970abfc12771242eed76ebcc"
            },
            "downloads": -1,
            "filename": "extension_helpers-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "60bbbb083feab955e37f3d56a0533e65",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29877,
            "upload_time": "2024-10-16T14:08:39",
            "upload_time_iso_8601": "2024-10-16T14:08:39.047937Z",
            "url": "https://files.pythonhosted.org/packages/7f/12/da64a4492f1330f09e7f42c3acd9e6395f74e840dc4a5c3fe1fa4db272b5/extension_helpers-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 14:08:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "astropy",
    "github_project": "extension-helpers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "extension-helpers"
}
        
Elapsed time: 0.33145s