owasp-schema


Nameowasp-schema JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryA collection of OWASP schemas
upload_time2025-08-04 00:33:43
maintainerNone
docs_urlNone
authorArkadii Yakovets
requires_python<4.0,>=3.11
licenseMIT
keywords owasp schema json-schema
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OWASP Schema

A Python package providing JSON schemas for OWASP entities.

## Installation

```bash
pip install owasp-schema
```

## Usage

```python
from owasp_schema import get_schema, list_schemas, chapter_schema

# List all available schemas
print(list_schemas())
# Output: ['chapter', 'committee', 'project']

# Get a specific schema
chapter_schema = get_schema("chapter")

# Or use the pre-loaded schemas
print(chapter_schema["title"])
```

## Available Schemas

- `chapter`: Schema for OWASP chapters
- `committee`: Schema for OWASP committees
- `project`: Schema for OWASP projects

## Development

This package is automatically published to PyPI when schema files change in the main branch using OIDC authentication.

## License

MIT License - see LICENSE file for details.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "owasp-schema",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "owasp, schema, json-schema",
    "author": "Arkadii Yakovets",
    "author_email": "arkadii.yakovets@owasp.org",
    "download_url": "https://files.pythonhosted.org/packages/99/a1/824dc02cf4aebe8bed20e086d764415517d76ce7db7b59bdaae83b83f188/owasp_schema-0.1.5.tar.gz",
    "platform": null,
    "description": "# OWASP Schema\n\nA Python package providing JSON schemas for OWASP entities.\n\n## Installation\n\n```bash\npip install owasp-schema\n```\n\n## Usage\n\n```python\nfrom owasp_schema import get_schema, list_schemas, chapter_schema\n\n# List all available schemas\nprint(list_schemas())\n# Output: ['chapter', 'committee', 'project']\n\n# Get a specific schema\nchapter_schema = get_schema(\"chapter\")\n\n# Or use the pre-loaded schemas\nprint(chapter_schema[\"title\"])\n```\n\n## Available Schemas\n\n- `chapter`: Schema for OWASP chapters\n- `committee`: Schema for OWASP committees\n- `project`: Schema for OWASP projects\n\n## Development\n\nThis package is automatically published to PyPI when schema files change in the main branch using OIDC authentication.\n\n## License\n\nMIT License - see LICENSE file for details.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A collection of OWASP schemas",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://nest.owasp.org",
        "Repository": "https://github.com/OWASP/Nest"
    },
    "split_keywords": [
        "owasp",
        " schema",
        " json-schema"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "671cd7a6860ed50f22ea6424bbfcf70df096e0e22ac3e2ce9c5705c7ec1a0599",
                "md5": "a16acf3a46bb2e75252a21623a3f4be1",
                "sha256": "c93e6f78b08978fda484d8d462eccc3fa02fb0eadff245db6f1598fb48a2a8df"
            },
            "downloads": -1,
            "filename": "owasp_schema-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a16acf3a46bb2e75252a21623a3f4be1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 7729,
            "upload_time": "2025-08-04T00:33:42",
            "upload_time_iso_8601": "2025-08-04T00:33:42.249747Z",
            "url": "https://files.pythonhosted.org/packages/67/1c/d7a6860ed50f22ea6424bbfcf70df096e0e22ac3e2ce9c5705c7ec1a0599/owasp_schema-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "99a1824dc02cf4aebe8bed20e086d764415517d76ce7db7b59bdaae83b83f188",
                "md5": "9857c7128af68df09a49e302f2d13422",
                "sha256": "b026e3729bdcd6671483888f9cea8b0fc72aa558b3a8eb0920fb91b3b258eb7e"
            },
            "downloads": -1,
            "filename": "owasp_schema-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "9857c7128af68df09a49e302f2d13422",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 5608,
            "upload_time": "2025-08-04T00:33:43",
            "upload_time_iso_8601": "2025-08-04T00:33:43.244365Z",
            "url": "https://files.pythonhosted.org/packages/99/a1/824dc02cf4aebe8bed20e086d764415517d76ce7db7b59bdaae83b83f188/owasp_schema-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-04 00:33:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OWASP",
    "github_project": "Nest",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "owasp-schema"
}
        
Elapsed time: 3.01700s