admin-table


Nameadmin-table JSON
Version 0.0.25 PyPI version JSON
download
home_pageNone
SummaryAnother Dashboard Library for displaying mostly tables
upload_time2025-01-03 08:45:38
maintainerNone
docs_urlNone
authorAdam Verner
requires_python<4.0,>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Admin Table

## Examples
### Running the examples
First install dependencies neccessary to run the examples
```bash
pip install admin_table
pip install uvicorn sqlalchemy fastapi[standard]
```

Then run the examples
```bash
poetry run python examples/fastapi_simple.py
```

### Development
#### Publishing
from root of the project run `./scripts/build.sh` to build the project and publish it.
To publish the project to pypi, run `poetry publish`
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "admin-table",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Adam Verner",
    "author_email": "averner@averner.cz",
    "download_url": "https://files.pythonhosted.org/packages/90/c0/827c0c66a4b5b9db1033acc9842df8776611a31c116967f5a6cee7f94dff/admin_table-0.0.25.tar.gz",
    "platform": null,
    "description": "# Admin Table\n\n## Examples\n### Running the examples\nFirst install dependencies neccessary to run the examples\n```bash\npip install admin_table\npip install uvicorn sqlalchemy fastapi[standard]\n```\n\nThen run the examples\n```bash\npoetry run python examples/fastapi_simple.py\n```\n\n### Development\n#### Publishing\nfrom root of the project run `./scripts/build.sh` to build the project and publish it.\nTo publish the project to pypi, run `poetry publish`",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Another Dashboard Library for displaying mostly tables",
    "version": "0.0.25",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1803b5801bc8f010d2dbe7b06e24a361c9ee2def5c84d31daa605c8368ba9de4",
                "md5": "e7ac39a00c5d90f2817d7b0b05872078",
                "sha256": "ad63e30ad39a524616b68179bc975f9b5141945a7067ade0866a5998a58a8e24"
            },
            "downloads": -1,
            "filename": "admin_table-0.0.25-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e7ac39a00c5d90f2817d7b0b05872078",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 507555,
            "upload_time": "2025-01-03T08:45:35",
            "upload_time_iso_8601": "2025-01-03T08:45:35.113081Z",
            "url": "https://files.pythonhosted.org/packages/18/03/b5801bc8f010d2dbe7b06e24a361c9ee2def5c84d31daa605c8368ba9de4/admin_table-0.0.25-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90c0827c0c66a4b5b9db1033acc9842df8776611a31c116967f5a6cee7f94dff",
                "md5": "53d87999ac91c8465f74bf4378e2c810",
                "sha256": "0957d248c6ffeaf08e63a525370277a2c4e5e7702ff5cff0a855c1bf90886de7"
            },
            "downloads": -1,
            "filename": "admin_table-0.0.25.tar.gz",
            "has_sig": false,
            "md5_digest": "53d87999ac91c8465f74bf4378e2c810",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 503219,
            "upload_time": "2025-01-03T08:45:38",
            "upload_time_iso_8601": "2025-01-03T08:45:38.293144Z",
            "url": "https://files.pythonhosted.org/packages/90/c0/827c0c66a4b5b9db1033acc9842df8776611a31c116967f5a6cee7f94dff/admin_table-0.0.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-03 08:45:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "admin-table"
}
        
Elapsed time: 1.40860s