blastpipe


Nameblastpipe JSON
Version 2024.8.0 PyPI version JSON
download
home_pagehttps://oziproject.dev
SummaryOZI integrated test library.
upload_time2024-05-18 08:44:43
maintainerNone
docs_urlNone
authorEden Ross Duff MSc
requires_python<3.13,>=3.10
licenseApache-2.0 WITH LLVM-exception
keywords ozi meson
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. OZI
  Classifier: License-Expression :: Apache-2.0 WITH LLVM-exception
  Classifier: License-File :: LICENSE.txt

.. README.rst
   Part of the OZI Project, under the Apache License v2.0 with LLVM Exceptions.
   See LICENSE.txt for license information.

=========
blastpipe
=========

|ozi-badge| |py-version-badge| |openssf-badge| |slsa-level3-badge| |fossa-badge| |semantic-release-badge| |bandit-badge|

A simple utility library used as a slice demonstration for using
Meson+OZI as a Python packaging management layer.

.. image:: https://raw.githubusercontent.com/OZI-Project/brand/main/images/blastpipe-logo.svg
  :align: left
  :width: 90
  :target: https://oziproject.dev/

Contributing
^^^^^^^^^^^^

Contributions are what make the open source community such an amazing place to
learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and
create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the repository
2. Create your Feature Branch (``git checkout -b feature/AmazingFeature``)
3. Commit your Changes (``git commit -m 'Add some AmazingFeature'``)
4. Push to the Branch (``git push origin feature/AmazingFeature``)
5. Open a Pull Request

Bug Reports
^^^^^^^^^^^

1. Create an issue with the tag "bug" with a descriptive title stating the issue succinctly.
2. Fill out the issue template with the information requested.

If you have any proposed changes related to a bug, if an Issue has not been created please
complete the above instructions.
The next steps are similar to the steps needed to create a feature pull request.

Submitting a Fix
################

1. Fork the repository
2. Create your Bugfix Branch (``git checkout -b bugfix/Issue#``)
3. Commit your Changes (``git commit -m '🐛: Fix Issue#'``)
4. Push to the Branch (``git push origin bugfix/Issue#``)
5. Open a Pull Request

License
^^^^^^^

blastpipe is released under the terms of the 2.0 version of the Apache License
with LLVM exception.

.. image:: https://raw.githubusercontent.com/sigstore/community/main/artwork/badge/sigstore_codesigned_purple.png
 :align: right
 :height: 140
 :target: https://www.sigstore.dev/

.. |py-version-badge| image:: https://img.shields.io/pypi/pyversions/ozi
    :alt: PyPI - Python Version
.. |slsa-level3-badge| image:: https://slsa.dev/images/gh-badge-level3.svg
.. |fossa-badge| image:: https://app.fossa.com/api/projects/git%2Bgithub.com%2Frjdbcm%2Fblastpipe.svg?type=shield
    :target: https://app.fossa.com/projects/git%2Bgithub.com%2Frjdbcm%2Fblastpipe?ref=badge_large
    :alt: License Compliance
.. |openssf-badge| image:: https://bestpractices.coreinfrastructure.org/projects/7515/badge
    :target: https://bestpractices.coreinfrastructure.org/projects/7515
    :alt: Open Source Security Foundation self-certification status
.. |semantic-release-badge| image:: https://img.shields.io/badge/semantic--release-gitmoji-e10079?logo=semantic-release
    :target: https://github.com/python-semantic-release/python-semantic-release
    :alt: Automatic Semantic Versioning for Python projects
.. |bandit-badge| image:: https://img.shields.io/badge/security-%E2%9C%94%20bandit-yellow.svg
    :target: https://github.com/PyCQA/bandit
    :alt: Security Status
.. |ozi-badge| image:: https://raw.githubusercontent.com/OZI-Project/brand/main/images/ozi-badge.svg
    :target: https://oziproject.dev
    :alt: OZI Project

            

Raw data

            {
    "_id": null,
    "home_page": "https://oziproject.dev",
    "name": "blastpipe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": "ozi, meson",
    "author": "Eden Ross Duff MSc",
    "author_email": "help@oziproject.dev",
    "download_url": "https://files.pythonhosted.org/packages/c0/86/00c79de1df37a03185f04e19032fd610f2bbdb6d119206b25916d5b4f8b0/blastpipe-2024.8.0.tar.gz",
    "platform": null,
    "description": ".. OZI\n  Classifier: License-Expression :: Apache-2.0 WITH LLVM-exception\n  Classifier: License-File :: LICENSE.txt\n\n.. README.rst\n   Part of the OZI Project, under the Apache License v2.0 with LLVM Exceptions.\n   See LICENSE.txt for license information.\n\n=========\nblastpipe\n=========\n\n|ozi-badge| |py-version-badge| |openssf-badge| |slsa-level3-badge| |fossa-badge| |semantic-release-badge| |bandit-badge|\n\nA simple utility library used as a slice demonstration for using\nMeson+OZI as a Python packaging management layer.\n\n.. image:: https://raw.githubusercontent.com/OZI-Project/brand/main/images/blastpipe-logo.svg\n  :align: left\n  :width: 90\n  :target: https://oziproject.dev/\n\nContributing\n^^^^^^^^^^^^\n\nContributions are what make the open source community such an amazing place to\nlearn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and\ncreate a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the repository\n2. Create your Feature Branch (``git checkout -b feature/AmazingFeature``)\n3. Commit your Changes (``git commit -m 'Add some AmazingFeature'``)\n4. Push to the Branch (``git push origin feature/AmazingFeature``)\n5. Open a Pull Request\n\nBug Reports\n^^^^^^^^^^^\n\n1. Create an issue with the tag \"bug\" with a descriptive title stating the issue succinctly.\n2. Fill out the issue template with the information requested.\n\nIf you have any proposed changes related to a bug, if an Issue has not been created please\ncomplete the above instructions.\nThe next steps are similar to the steps needed to create a feature pull request.\n\nSubmitting a Fix\n################\n\n1. Fork the repository\n2. Create your Bugfix Branch (``git checkout -b bugfix/Issue#``)\n3. Commit your Changes (``git commit -m '\ud83d\udc1b: Fix Issue#'``)\n4. Push to the Branch (``git push origin bugfix/Issue#``)\n5. Open a Pull Request\n\nLicense\n^^^^^^^\n\nblastpipe is released under the terms of the 2.0 version of the Apache License\nwith LLVM exception.\n\n.. image:: https://raw.githubusercontent.com/sigstore/community/main/artwork/badge/sigstore_codesigned_purple.png\n :align: right\n :height: 140\n :target: https://www.sigstore.dev/\n\n.. |py-version-badge| image:: https://img.shields.io/pypi/pyversions/ozi\n    :alt: PyPI - Python Version\n.. |slsa-level3-badge| image:: https://slsa.dev/images/gh-badge-level3.svg\n.. |fossa-badge| image:: https://app.fossa.com/api/projects/git%2Bgithub.com%2Frjdbcm%2Fblastpipe.svg?type=shield\n    :target: https://app.fossa.com/projects/git%2Bgithub.com%2Frjdbcm%2Fblastpipe?ref=badge_large\n    :alt: License Compliance\n.. |openssf-badge| image:: https://bestpractices.coreinfrastructure.org/projects/7515/badge\n    :target: https://bestpractices.coreinfrastructure.org/projects/7515\n    :alt: Open Source Security Foundation self-certification status\n.. |semantic-release-badge| image:: https://img.shields.io/badge/semantic--release-gitmoji-e10079?logo=semantic-release\n    :target: https://github.com/python-semantic-release/python-semantic-release\n    :alt: Automatic Semantic Versioning for Python projects\n.. |bandit-badge| image:: https://img.shields.io/badge/security-%E2%9C%94%20bandit-yellow.svg\n    :target: https://github.com/PyCQA/bandit\n    :alt: Security Status\n.. |ozi-badge| image:: https://raw.githubusercontent.com/OZI-Project/brand/main/images/ozi-badge.svg\n    :target: https://oziproject.dev\n    :alt: OZI Project\n",
    "bugtrack_url": null,
    "license": "Apache-2.0 WITH LLVM-exception",
    "summary": "OZI integrated test library.",
    "version": "2024.8.0",
    "project_urls": {
        "Download": "https://github.com/OZI-Project/blastpipe/archive/refs/tags/2024.8.0.tar.gz",
        "Homepage": "https://oziproject.dev"
    },
    "split_keywords": [
        "ozi",
        " meson"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2894a8882c6ee5a7b88932759733efd6f89aa0f170ce0d060e1c5e9bef04a29",
                "md5": "d6c57cf20b3de8db97b34660e54f0784",
                "sha256": "b8dfb6dfffc07b61b14aaf109b8785275a6e7539dda6e03ec5a6953ce85340a8"
            },
            "downloads": -1,
            "filename": "blastpipe-2024.8.0-cp310-cp310-any.whl",
            "has_sig": false,
            "md5_digest": "d6c57cf20b3de8db97b34660e54f0784",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.10",
            "size": 254431,
            "upload_time": "2024-05-18T08:44:25",
            "upload_time_iso_8601": "2024-05-18T08:44:25.359632Z",
            "url": "https://files.pythonhosted.org/packages/a2/89/4a8882c6ee5a7b88932759733efd6f89aa0f170ce0d060e1c5e9bef04a29/blastpipe-2024.8.0-cp310-cp310-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfc031c86f4c5a68824fb9fa808e0eede8fb064a95c26ccce4e1a406fec90563",
                "md5": "9adb6f95a55b88c27b06ad56b29b6cb4",
                "sha256": "d0ea3ff0c791d76930577c63bdcc09d5588fc4c503c136db8b6d493dc9d4e7d0"
            },
            "downloads": -1,
            "filename": "blastpipe-2024.8.0-cp311-cp311-any.whl",
            "has_sig": false,
            "md5_digest": "9adb6f95a55b88c27b06ad56b29b6cb4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.10",
            "size": 260221,
            "upload_time": "2024-05-18T08:44:40",
            "upload_time_iso_8601": "2024-05-18T08:44:40.106457Z",
            "url": "https://files.pythonhosted.org/packages/df/c0/31c86f4c5a68824fb9fa808e0eede8fb064a95c26ccce4e1a406fec90563/blastpipe-2024.8.0-cp311-cp311-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce09dd9fb45d1ca8f3feb743001a1324951283415d0d522b616aede388efebec",
                "md5": "2510116c77895517cebe701ffc6f1820",
                "sha256": "a8f0810f440d5b25b106f72036cb5e9d3b7640cd34de61be04ef8a3433b90024"
            },
            "downloads": -1,
            "filename": "blastpipe-2024.8.0-cp312-cp312-any.whl",
            "has_sig": false,
            "md5_digest": "2510116c77895517cebe701ffc6f1820",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.10",
            "size": 259176,
            "upload_time": "2024-05-18T08:44:41",
            "upload_time_iso_8601": "2024-05-18T08:44:41.617303Z",
            "url": "https://files.pythonhosted.org/packages/ce/09/dd9fb45d1ca8f3feb743001a1324951283415d0d522b616aede388efebec/blastpipe-2024.8.0-cp312-cp312-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c08600c79de1df37a03185f04e19032fd610f2bbdb6d119206b25916d5b4f8b0",
                "md5": "b8e5f8ca7a1005c021a6a5b69edba04c",
                "sha256": "90f3373c31a224d83356da661b965c252f85b8adb55c62ef766cb7fee234708d"
            },
            "downloads": -1,
            "filename": "blastpipe-2024.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b8e5f8ca7a1005c021a6a5b69edba04c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 193075,
            "upload_time": "2024-05-18T08:44:43",
            "upload_time_iso_8601": "2024-05-18T08:44:43.646952Z",
            "url": "https://files.pythonhosted.org/packages/c0/86/00c79de1df37a03185f04e19032fd610f2bbdb6d119206b25916d5b4f8b0/blastpipe-2024.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-18 08:44:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OZI-Project",
    "github_project": "blastpipe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "blastpipe"
}
        
Elapsed time: 0.26256s