fedora-planet-messages


Namefedora-planet-messages JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/fedora-infra/fedora-planet-messages
SummaryJSON schema definitions for messages published by Fedora planet
upload_time2024-08-05 14:13:07
maintainerFedora Infrastructure Team
docs_urlNone
authorNone
requires_pythonNone
licenseGPLv2+
keywords fedora
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Fedora planet Message Schema
============================

JSON schema definitions for messages published by Fedora planet.

See http://json-schema.org/ for documentation on the schema format. See
https://fedora-messaging.readthedocs.io/en/latest/messages.html for
documentation on fedora-messaging.

Testing
-------

To test this schema you need to create a python virtual environment and install test-requirements.txt.
See the instructions bellow:

.. code-block:: bash

   python -m venv .venv
   . .venv/bin/activate 
   pip install -r test-requirements.txt

After test environment is created, you can run tests by typing ``tox``.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fedora-infra/fedora-planet-messages",
    "name": "fedora-planet-messages",
    "maintainer": "Fedora Infrastructure Team",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "infrastructure@lists.fedoraproject.org",
    "keywords": "fedora",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a0/85/f0e891455035b85a41b929b0c390eff40327e339f8468dd541335e1048ed/fedora_planet_messages-1.1.0.tar.gz",
    "platform": "Fedora",
    "description": "Fedora planet Message Schema\n============================\n\nJSON schema definitions for messages published by Fedora planet.\n\nSee http://json-schema.org/ for documentation on the schema format. See\nhttps://fedora-messaging.readthedocs.io/en/latest/messages.html for\ndocumentation on fedora-messaging.\n\nTesting\n-------\n\nTo test this schema you need to create a python virtual environment and install test-requirements.txt.\nSee the instructions bellow:\n\n.. code-block:: bash\n\n   python -m venv .venv\n   . .venv/bin/activate \n   pip install -r test-requirements.txt\n\nAfter test environment is created, you can run tests by typing ``tox``.\n",
    "bugtrack_url": null,
    "license": "GPLv2+",
    "summary": "JSON schema definitions for messages published by Fedora planet",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/fedora-infra/fedora-planet-messages"
    },
    "split_keywords": [
        "fedora"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "415708fa71152ec3c102c569d1f19c90e1a83eb988486cc68391c216de0f3895",
                "md5": "19fc6560b7dabfdecab53bb7b55a84b4",
                "sha256": "face443995df351ff8b20790a8d6b8766f1c19e25eb37883c321c282d0bcbb15"
            },
            "downloads": -1,
            "filename": "fedora_planet_messages-1.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "19fc6560b7dabfdecab53bb7b55a84b4",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 10882,
            "upload_time": "2024-08-05T14:13:06",
            "upload_time_iso_8601": "2024-08-05T14:13:06.155070Z",
            "url": "https://files.pythonhosted.org/packages/41/57/08fa71152ec3c102c569d1f19c90e1a83eb988486cc68391c216de0f3895/fedora_planet_messages-1.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a085f0e891455035b85a41b929b0c390eff40327e339f8468dd541335e1048ed",
                "md5": "8145bcc52bab08c04e80864d13218eda",
                "sha256": "9463ac31451bd3fd87449ecfeb121a9a017fa52045a852c7803084395d42771d"
            },
            "downloads": -1,
            "filename": "fedora_planet_messages-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8145bcc52bab08c04e80864d13218eda",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9667,
            "upload_time": "2024-08-05T14:13:07",
            "upload_time_iso_8601": "2024-08-05T14:13:07.860672Z",
            "url": "https://files.pythonhosted.org/packages/a0/85/f0e891455035b85a41b929b0c390eff40327e339f8468dd541335e1048ed/fedora_planet_messages-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-05 14:13:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fedora-infra",
    "github_project": "fedora-planet-messages",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "fedora-planet-messages"
}
        
Elapsed time: 8.58435s