open-api-framework


Nameopen-api-framework JSON
Version 0.9.2 PyPI version JSON
download
home_pageNone
SummaryA metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings
upload_time2025-01-02 15:11:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseCopyright © Maykin 2024 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords metapackage dependencies settings
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Open API Framework
==================

:Version: 0.9.2
:Source: https://github.com/maykinmedia/open-api-framework
:Keywords: metapackage, dependencies

|build-status| |code-quality| |black| |coverage| |docs|

|python-versions| |django-versions| |pypi-version|

A metapackage for registration components, that bundles the dependencies shared between these
components and provides generic base settings

.. contents::

.. section-numbering::

Features
========

* Bundling shared dependencies and introducing minimum versions for these dependencies
* Providing generic base Django settings to avoid duplicate settings across registration components

Usage
=====

Please see the hosted `documentation`_ for installation, configuration and usage instructions.

License
=======

Copyright © Maykin 2024

Licensed under the `MIT license`.


.. _`MIT license`: LICENSE


.. |build-status| image:: https://github.com/maykinmedia/open-api-framework/workflows/Run%20CI/badge.svg
    :alt: Build status
    :target: https://github.com/maykinmedia/open-api-framework/actions?query=workflow%3A%22Run+CI%22

.. |code-quality| image:: https://github.com/maykinmedia/open-api-framework/workflows/Code%20quality%20checks/badge.svg
     :alt: Code quality checks
     :target: https://github.com/maykinmedia/open-api-framework/actions?query=workflow%3A%22Code+quality+checks%22

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. |coverage| image:: https://codecov.io/gh/maykinmedia/open-api-framework/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/maykinmedia/open-api-framework
    :alt: Coverage status

.. |docs| image:: https://readthedocs.org/projects/open-api-framework/badge/?version=latest
    :target: https://open-api-framework.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. |python-versions| image:: https://img.shields.io/pypi/pyversions/open-api-framework.svg

.. |django-versions| image:: https://img.shields.io/pypi/djversions/open-api-framework.svg

.. |pypi-version| image:: https://img.shields.io/pypi/v/open-api-framework.svg
    :target: https://pypi.org/project/open-api-framework/

.. _documentation: https://open-api-framework.readthedocs.io/en/latest/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "open-api-framework",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "metapackage, dependencies, settings",
    "author": null,
    "author_email": "Maykin Media <support@maykinmedia.nl>",
    "download_url": "https://files.pythonhosted.org/packages/7f/60/e440fd3e3288de329031256caa8dc80fee247d44fa8da8f8f8e6928b0968/open_api_framework-0.9.2.tar.gz",
    "platform": null,
    "description": "Open API Framework\n==================\n\n:Version: 0.9.2\n:Source: https://github.com/maykinmedia/open-api-framework\n:Keywords: metapackage, dependencies\n\n|build-status| |code-quality| |black| |coverage| |docs|\n\n|python-versions| |django-versions| |pypi-version|\n\nA metapackage for registration components, that bundles the dependencies shared between these\ncomponents and provides generic base settings\n\n.. contents::\n\n.. section-numbering::\n\nFeatures\n========\n\n* Bundling shared dependencies and introducing minimum versions for these dependencies\n* Providing generic base Django settings to avoid duplicate settings across registration components\n\nUsage\n=====\n\nPlease see the hosted `documentation`_ for installation, configuration and usage instructions.\n\nLicense\n=======\n\nCopyright \u00a9 Maykin 2024\n\nLicensed under the `MIT license`.\n\n\n.. _`MIT license`: LICENSE\n\n\n.. |build-status| image:: https://github.com/maykinmedia/open-api-framework/workflows/Run%20CI/badge.svg\n    :alt: Build status\n    :target: https://github.com/maykinmedia/open-api-framework/actions?query=workflow%3A%22Run+CI%22\n\n.. |code-quality| image:: https://github.com/maykinmedia/open-api-framework/workflows/Code%20quality%20checks/badge.svg\n     :alt: Code quality checks\n     :target: https://github.com/maykinmedia/open-api-framework/actions?query=workflow%3A%22Code+quality+checks%22\n\n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n\n.. |coverage| image:: https://codecov.io/gh/maykinmedia/open-api-framework/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/maykinmedia/open-api-framework\n    :alt: Coverage status\n\n.. |docs| image:: https://readthedocs.org/projects/open-api-framework/badge/?version=latest\n    :target: https://open-api-framework.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. |python-versions| image:: https://img.shields.io/pypi/pyversions/open-api-framework.svg\n\n.. |django-versions| image:: https://img.shields.io/pypi/djversions/open-api-framework.svg\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/open-api-framework.svg\n    :target: https://pypi.org/project/open-api-framework/\n\n.. _documentation: https://open-api-framework.readthedocs.io/en/latest/\n",
    "bugtrack_url": null,
    "license": "Copyright \u00a9 Maykin 2024  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings",
    "version": "0.9.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/maykinmedia/open_api_framework/issues",
        "Documentation": "http://open_api_framework.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/maykinmedia/open_api_framework",
        "Source Code": "https://github.com/maykinmedia/open_api_framework"
    },
    "split_keywords": [
        "metapackage",
        " dependencies",
        " settings"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35bf4435fe518fbc0582b91208ef5e1cceea8917610f7065626b4be6bfc65bd4",
                "md5": "b4014cb46c29e0fc99b21b6e4aa66309",
                "sha256": "b131998db7f8007bc9cd8c0e68fdc38f112ce8ee4ff067d9e8436882a771aba2"
            },
            "downloads": -1,
            "filename": "open_api_framework-0.9.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b4014cb46c29e0fc99b21b6e4aa66309",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 23312,
            "upload_time": "2025-01-02T15:11:55",
            "upload_time_iso_8601": "2025-01-02T15:11:55.413581Z",
            "url": "https://files.pythonhosted.org/packages/35/bf/4435fe518fbc0582b91208ef5e1cceea8917610f7065626b4be6bfc65bd4/open_api_framework-0.9.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f60e440fd3e3288de329031256caa8dc80fee247d44fa8da8f8f8e6928b0968",
                "md5": "c02a900a39a0f38cc69ddea9bec0e8d1",
                "sha256": "edc0fae3e561848406f69383e49af609232c305c82c345a5f5ca21fdb3c693e1"
            },
            "downloads": -1,
            "filename": "open_api_framework-0.9.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c02a900a39a0f38cc69ddea9bec0e8d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 25813,
            "upload_time": "2025-01-02T15:11:57",
            "upload_time_iso_8601": "2025-01-02T15:11:57.594592Z",
            "url": "https://files.pythonhosted.org/packages/7f/60/e440fd3e3288de329031256caa8dc80fee247d44fa8da8f8f8e6928b0968/open_api_framework-0.9.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-02 15:11:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maykinmedia",
    "github_project": "open_api_framework",
    "github_not_found": true,
    "lcname": "open-api-framework"
}
        
Elapsed time: 0.49415s