admin-table


Nameadmin-table JSON
Version 0.0.26 PyPI version JSON
download
home_pageNone
SummaryAnother Dashboard Library for displaying mostly tables
upload_time2025-01-12 10:13:26
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/f0/94/dccab21e10f793dd4aed376173467da33d05eb09fac39ce26bafc311973a/admin_table-0.0.26.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.26",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3ef374f9f8a9df0f7aafcc8ad0455e26f5fbf34f63a601a2790eae077292ac4",
                "md5": "0ba990f2e676f32536873e1e0abc91a8",
                "sha256": "4bcf0505435583023f24917197132a4ca30d829e2aa660e9d62053887549e661"
            },
            "downloads": -1,
            "filename": "admin_table-0.0.26-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0ba990f2e676f32536873e1e0abc91a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 511103,
            "upload_time": "2025-01-12T10:13:23",
            "upload_time_iso_8601": "2025-01-12T10:13:23.592982Z",
            "url": "https://files.pythonhosted.org/packages/a3/ef/374f9f8a9df0f7aafcc8ad0455e26f5fbf34f63a601a2790eae077292ac4/admin_table-0.0.26-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f094dccab21e10f793dd4aed376173467da33d05eb09fac39ce26bafc311973a",
                "md5": "74ecf27c8301b4dd9a1c108395a7dbe5",
                "sha256": "84e841a871618c8bcf9db501ba25c806fab71332cc2e2bc7c5b1ca45b8daa248"
            },
            "downloads": -1,
            "filename": "admin_table-0.0.26.tar.gz",
            "has_sig": false,
            "md5_digest": "74ecf27c8301b4dd9a1c108395a7dbe5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 506384,
            "upload_time": "2025-01-12T10:13:26",
            "upload_time_iso_8601": "2025-01-12T10:13:26.267488Z",
            "url": "https://files.pythonhosted.org/packages/f0/94/dccab21e10f793dd4aed376173467da33d05eb09fac39ce26bafc311973a/admin_table-0.0.26.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-12 10:13:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "admin-table"
}
        
Elapsed time: 1.29784s