no-pyide


Nameno-pyide JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryA barebones web code editor for python.
upload_time2024-08-11 15:12:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # py-noide

Barebones and minimalistic web code editor for Python.
Not intended to actually be used by anyone.
Only created to learn how to package python packages.

## How to use

Either run the command,
```
pyide_run
```

run the module directly,
```
python -m no_pyide
```

or import and run.
```python
from no_pyide import code

code.main()

```





            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "no-pyide",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Simon Vedaa <simvedaa@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/24/8f/c85df62caf1a6ad0c4be43f9564d6473aa7313bcdfb0f4370e9abf121d2f/no_pyide-1.0.0.tar.gz",
    "platform": null,
    "description": "# py-noide\n\nBarebones and minimalistic web code editor for Python.\nNot intended to actually be used by anyone.\nOnly created to learn how to package python packages.\n\n## How to use\n\nEither run the command,\n```\npyide_run\n```\n\nrun the module directly,\n```\npython -m no_pyide\n```\n\nor import and run.\n```python\nfrom no_pyide import code\n\ncode.main()\n\n```\n\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A barebones web code editor for python.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/simsam8/no-pyide",
        "Issues": "https://github.com/simsam8/no-pyide/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b872e1820c1856eff651dfe636e2e6589f1677a941cea7db8f71a372ce838b4",
                "md5": "17e77826747073f6104298bc80639080",
                "sha256": "bb98ad85d88697f94c82c9778f958fa673ede7a288d9133e8d21008046756f09"
            },
            "downloads": -1,
            "filename": "no_pyide-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "17e77826747073f6104298bc80639080",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4880,
            "upload_time": "2024-08-11T15:12:56",
            "upload_time_iso_8601": "2024-08-11T15:12:56.559607Z",
            "url": "https://files.pythonhosted.org/packages/5b/87/2e1820c1856eff651dfe636e2e6589f1677a941cea7db8f71a372ce838b4/no_pyide-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "248fc85df62caf1a6ad0c4be43f9564d6473aa7313bcdfb0f4370e9abf121d2f",
                "md5": "676e12d68f9e80137e84c297a9bb91ae",
                "sha256": "f61b30e70c6e31c76c9f97ea58fbab346e03eadda966ed8fccdee0b296015fbb"
            },
            "downloads": -1,
            "filename": "no_pyide-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "676e12d68f9e80137e84c297a9bb91ae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3970,
            "upload_time": "2024-08-11T15:12:57",
            "upload_time_iso_8601": "2024-08-11T15:12:57.908538Z",
            "url": "https://files.pythonhosted.org/packages/24/8f/c85df62caf1a6ad0c4be43f9564d6473aa7313bcdfb0f4370e9abf121d2f/no_pyide-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-11 15:12:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "simsam8",
    "github_project": "no-pyide",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "no-pyide"
}
        
Elapsed time: 0.30426s