admin-table


Nameadmin-table JSON
Version 0.0.16 PyPI version JSON
download
home_pageNone
SummaryAnother Dashboard Library for displaying mostly tables
upload_time2024-11-02 13:59:55
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/85/b0/9b3cf2a25a46e0b10ac486da02cae0a16176b0d8f41a6d3701f563710f11/admin_table-0.0.16.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.16",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e1706db2df0f2acfe7c58f7036f06188e12ec2853fbd8da71398c57eb027e4a",
                "md5": "7f47a5a42deac08976e2b7b7ae18cf95",
                "sha256": "bc68d888e68e01bae4b86882f2c24f5e456c5232d8197978346a6ea194991394"
            },
            "downloads": -1,
            "filename": "admin_table-0.0.16-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7f47a5a42deac08976e2b7b7ae18cf95",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 506780,
            "upload_time": "2024-11-02T13:59:53",
            "upload_time_iso_8601": "2024-11-02T13:59:53.375918Z",
            "url": "https://files.pythonhosted.org/packages/8e/17/06db2df0f2acfe7c58f7036f06188e12ec2853fbd8da71398c57eb027e4a/admin_table-0.0.16-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85b09b3cf2a25a46e0b10ac486da02cae0a16176b0d8f41a6d3701f563710f11",
                "md5": "ae4a13bf7dcaa0c3e29a06b4725c2fd0",
                "sha256": "99d676fce7326adcfdee055e8ef06cb3c0303aa984ada1b62c2eb653b4caee03"
            },
            "downloads": -1,
            "filename": "admin_table-0.0.16.tar.gz",
            "has_sig": false,
            "md5_digest": "ae4a13bf7dcaa0c3e29a06b4725c2fd0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 502690,
            "upload_time": "2024-11-02T13:59:55",
            "upload_time_iso_8601": "2024-11-02T13:59:55.751717Z",
            "url": "https://files.pythonhosted.org/packages/85/b0/9b3cf2a25a46e0b10ac486da02cae0a16176b0d8f41a6d3701f563710f11/admin_table-0.0.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-02 13:59:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "admin-table"
}
        
Elapsed time: 0.47472s