# NekoImageGallery.App
This is a simple wrapper for the NekoImageGallery webapp, allowing it to be used as a Python package.
## Usage
```sh
# With pip
pip install neko-image-gallery-app
# With uv
uv add neko-image-gallery-app
```
Then, use it as an ASGI-compatible web server:
```python
import neko_image_gallery_app
from neko_image_gallery_app import asgi_app as frontend_app
```
You can mount the `frontend_app` in your ASGI application, or run it directly using a server like Uvicorn.
The webapp is built to use `/api` as the API endpoint, so you will need to make your api base URL `/api` to use it correctly.
## Original webapp documentation
Please checkout [the following link](https://github.com/hv0905/NekoImageGallery.App/blob/master/README.md) for readme of webapp.
Raw data
{
"_id": null,
"home_page": null,
"name": "neko-image-gallery-app",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "frontend, gallery, image, neko, static, web",
"author": null,
"author_email": "EdgeNeko <edgeneko@aiursoft.com>",
"download_url": "https://files.pythonhosted.org/packages/8b/3a/3e056538be7b8f985ac82ed20142d310dc30a237242296c138f2fdb00838/neko_image_gallery_app-0.1.0.dev20250809135801.tar.gz",
"platform": null,
"description": "# NekoImageGallery.App\n\nThis is a simple wrapper for the NekoImageGallery webapp, allowing it to be used as a Python package.\n\n## Usage\n\n```sh\n# With pip\npip install neko-image-gallery-app\n\n# With uv\nuv add neko-image-gallery-app\n```\n\nThen, use it as an ASGI-compatible web server:\n\n```python\nimport neko_image_gallery_app\n\nfrom neko_image_gallery_app import asgi_app as frontend_app\n```\n\nYou can mount the `frontend_app` in your ASGI application, or run it directly using a server like Uvicorn.\n\nThe webapp is built to use `/api` as the API endpoint, so you will need to make your api base URL `/api` to use it correctly.\n\n## Original webapp documentation\n\nPlease checkout [the following link](https://github.com/hv0905/NekoImageGallery.App/blob/master/README.md) for readme of webapp.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A web-based image gallery app and dashboard for Neko Image Gallery.",
"version": "0.1.0.dev20250809135801",
"project_urls": {
"Documentation": "https://github.com/NekoImageGallery/NekoImageGallery.App/blob/main/README.md",
"Homepage": "https://github.com/NekoImageGallery/NekoImageGallery.App",
"Issues": "https://github.com/NekoImageGallery/NekoImageGallery.App/issues",
"Repository": "https://github.com/NekoImageGallery/NekoImageGallery.App"
},
"split_keywords": [
"frontend",
" gallery",
" image",
" neko",
" static",
" web"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "7d5da93f1ad60f66230b2acf797137d666de46d12ac5e56c61347f4f94ab212e",
"md5": "f6e9f94938e27cd912c31fdbcf2214ec",
"sha256": "741c02c5b912bc67d0bc1dc1f1e04ad32b374d4dea8219d6bb3844428961f97f"
},
"downloads": -1,
"filename": "neko_image_gallery_app-0.1.0.dev20250809135801-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f6e9f94938e27cd912c31fdbcf2214ec",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 375150,
"upload_time": "2025-08-09T13:58:03",
"upload_time_iso_8601": "2025-08-09T13:58:03.636511Z",
"url": "https://files.pythonhosted.org/packages/7d/5d/a93f1ad60f66230b2acf797137d666de46d12ac5e56c61347f4f94ab212e/neko_image_gallery_app-0.1.0.dev20250809135801-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8b3a3e056538be7b8f985ac82ed20142d310dc30a237242296c138f2fdb00838",
"md5": "db28a72598fa3b9df95c2118c67338be",
"sha256": "5168657f925955224007e972368f4716a15782fd50ba1ca68a07ca0866851233"
},
"downloads": -1,
"filename": "neko_image_gallery_app-0.1.0.dev20250809135801.tar.gz",
"has_sig": false,
"md5_digest": "db28a72598fa3b9df95c2118c67338be",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 368405,
"upload_time": "2025-08-09T13:58:05",
"upload_time_iso_8601": "2025-08-09T13:58:05.095885Z",
"url": "https://files.pythonhosted.org/packages/8b/3a/3e056538be7b8f985ac82ed20142d310dc30a237242296c138f2fdb00838/neko_image_gallery_app-0.1.0.dev20250809135801.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-09 13:58:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "NekoImageGallery",
"github_project": "NekoImageGallery.App",
"github_not_found": true,
"lcname": "neko-image-gallery-app"
}