webint


Namewebint JSON
Version 0.1.93 PyPI version JSON
download
home_pagehttps://ragt.ag/code/projects/webint
Summaryan opinionated web framework that stays out of your way
upload_time2023-11-27 01:50:46
maintainer
docs_urlNone
authorAngelo Gladding
requires_python>=3.10,<3.11
licenseAGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            `webint` helps you build a web interface.

## Usage

    mkdir example.site && cd example.site
    poetry init --name=example-site
    poetry add webint
    poetry run web scaffold
    poetry version minor
    poetry publish
    
    web config --host digitalocean --token {YOUR_TOKEN}
    web init example.site example-site example:app

### Hack

    poetry run web run example:app --port 9999

Changes to your python code will auto-reload the local development server.

#### Deploy an update

    poetry version (major|minor|patch)
    poetry publish

Wait a couple minutes and update your site at https://example.site/system/software

            

Raw data

            {
    "_id": null,
    "home_page": "https://ragt.ag/code/projects/webint",
    "name": "webint",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<3.11",
    "maintainer_email": "",
    "keywords": "",
    "author": "Angelo Gladding",
    "author_email": "angelo@ragt.ag",
    "download_url": "https://files.pythonhosted.org/packages/c6/0f/287b274030653364f69cd29793a30041fa2323ffe39e1130338a3e3868dc/webint-0.1.93.tar.gz",
    "platform": null,
    "description": "`webint` helps you build a web interface.\n\n## Usage\n\n    mkdir example.site && cd example.site\n    poetry init --name=example-site\n    poetry add webint\n    poetry run web scaffold\n    poetry version minor\n    poetry publish\n    \n    web config --host digitalocean --token {YOUR_TOKEN}\n    web init example.site example-site example:app\n\n### Hack\n\n    poetry run web run example:app --port 9999\n\nChanges to your python code will auto-reload the local development server.\n\n#### Deploy an update\n\n    poetry version (major|minor|patch)\n    poetry publish\n\nWait a couple minutes and update your site at https://example.site/system/software\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-or-later",
    "summary": "an opinionated web framework that stays out of your way",
    "version": "0.1.93",
    "project_urls": {
        "Documentation": "https://ragt.ag/code/projects/webint/api",
        "Homepage": "https://ragt.ag/code/projects/webint",
        "Repository": "https://ragt.ag/code/projects/webint.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f67bd2b1b8420a4ae2f447e57f8dec08e0961e27f9a8385356f9b63fb54e83d",
                "md5": "8bfe1c8c0c096ea85483c2f7bb91c5f9",
                "sha256": "d6611f6c0a1529690f76902907ab60eef86f5cf36e35590beeae158fca2e4290"
            },
            "downloads": -1,
            "filename": "webint-0.1.93-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8bfe1c8c0c096ea85483c2f7bb91c5f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<3.11",
            "size": 660712,
            "upload_time": "2023-11-27T01:50:43",
            "upload_time_iso_8601": "2023-11-27T01:50:43.957820Z",
            "url": "https://files.pythonhosted.org/packages/5f/67/bd2b1b8420a4ae2f447e57f8dec08e0961e27f9a8385356f9b63fb54e83d/webint-0.1.93-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c60f287b274030653364f69cd29793a30041fa2323ffe39e1130338a3e3868dc",
                "md5": "b5457919743251da802461d018eaf055",
                "sha256": "ffb7bdaeeac74a93eab3e77768bbcbd89b3fd9d97213ed06c5d2618bdaf50b3c"
            },
            "downloads": -1,
            "filename": "webint-0.1.93.tar.gz",
            "has_sig": false,
            "md5_digest": "b5457919743251da802461d018eaf055",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<3.11",
            "size": 642225,
            "upload_time": "2023-11-27T01:50:46",
            "upload_time_iso_8601": "2023-11-27T01:50:46.150158Z",
            "url": "https://files.pythonhosted.org/packages/c6/0f/287b274030653364f69cd29793a30041fa2323ffe39e1130338a3e3868dc/webint-0.1.93.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 01:50:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "webint"
}
        
Elapsed time: 0.16504s