jsonpack


Namejsonpack JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/legopitstop/jsonpack
SummaryEasily create JSON packs for your Python Application.
upload_time2023-06-23 20:09:39
maintainer
docs_urlNone
authorLegopitstop
requires_python>=3.6
licenseMIT
keywords json pack manifest scripts events components pillow schemaser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jsonpack
This library allows you to create packs using JSON files to configure your Python Application.

## Install
```
pip install jsonpack
```

## Features
- Supports JSON, YAML, ZIP and most image formats
- Includes the loading of Python files from packs to easily expand your app's features
- Easily reload all packs without having to restart your application.
- JSON and YAML validation to make sure your file is properly configured.

See the docs for more information.

## Optional Dependencies
|Name|Required|Description|
|--|--|--|
|[Pillow](https://pypi.org/project/Pillow/) | No | For image/* mimetypes |
|[PyYAML](https://pypi.org/project/PyYAML/) | No | For application/yaml mimetype |
|[opencv-python](https://pypi.org/project/opencv-python/) | No | For video/* mimetype |
|[pygame](https://pypi.org/project/pygame/) | No | For audio/* mimetype |

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/legopitstop/jsonpack",
    "name": "jsonpack",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "json,pack,manifest,scripts,events,components,Pillow,schemaser",
    "author": "Legopitstop",
    "author_email": "officiallegopitstop@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/10/16/703d21c7ffc7bb3cc35e8ce7021f26ffdf86024f29b781f4f93df74c00ca/jsonpack-0.0.2.tar.gz",
    "platform": null,
    "description": "# jsonpack\r\nThis library allows you to create packs using JSON files to configure your Python Application.\r\n\r\n## Install\r\n```\r\npip install jsonpack\r\n```\r\n\r\n## Features\r\n- Supports JSON, YAML, ZIP and most image formats\r\n- Includes the loading of Python files from packs to easily expand your app's features\r\n- Easily reload all packs without having to restart your application.\r\n- JSON and YAML validation to make sure your file is properly configured.\r\n\r\nSee the docs for more information.\r\n\r\n## Optional Dependencies\r\n|Name|Required|Description|\r\n|--|--|--|\r\n|[Pillow](https://pypi.org/project/Pillow/) | No | For image/* mimetypes |\r\n|[PyYAML](https://pypi.org/project/PyYAML/) | No | For application/yaml mimetype |\r\n|[opencv-python](https://pypi.org/project/opencv-python/) | No | For video/* mimetype |\r\n|[pygame](https://pypi.org/project/pygame/) | No | For audio/* mimetype |\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Easily create JSON packs for your Python Application.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/legopitstop/jsonpack"
    },
    "split_keywords": [
        "json",
        "pack",
        "manifest",
        "scripts",
        "events",
        "components",
        "pillow",
        "schemaser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1016703d21c7ffc7bb3cc35e8ce7021f26ffdf86024f29b781f4f93df74c00ca",
                "md5": "cf5273d1f7fbfd9f9dc7c4d8de8ec300",
                "sha256": "82d8737e26577eb8c1c8c7785c7f4f1a8dc7a3d8a9fb81f8fbc87ec698df9a19"
            },
            "downloads": -1,
            "filename": "jsonpack-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "cf5273d1f7fbfd9f9dc7c4d8de8ec300",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 18465,
            "upload_time": "2023-06-23T20:09:39",
            "upload_time_iso_8601": "2023-06-23T20:09:39.141935Z",
            "url": "https://files.pythonhosted.org/packages/10/16/703d21c7ffc7bb3cc35e8ce7021f26ffdf86024f29b781f4f93df74c00ca/jsonpack-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-23 20:09:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "legopitstop",
    "github_project": "jsonpack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jsonpack"
}
        
Elapsed time: 0.08721s