brython-dev


Namebrython-dev JSON
Version 0.10.3 PyPI version JSON
download
home_pageNone
SummaryBrython developer tools
upload_time2024-11-10 20:39:05
maintainerNone
docs_urlNone
authorLorenzo Garcia Calzadilla
requires_python<4.0,>=3.10
licenseMIT
keywords brython development build tools debuggers testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Brython-dev

Brython-dev is a Python library for developers in brython.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install.

```bash
pip install brython-dev
```

## Usage

For runserver

```bash
py -m brython_dev run
```

## Configuration

The configuration is in the filename `brython.yml`

* **name**: String. The name of the proyect
* **proyect**: String, Default: `Path(name)`. The path of the proyect
* **app**: String, Default: `app.py`, `null` to disable. The python main filename
* **template**: String, Default: `app.html`, `null` to disable. The html main template
* **proyect_tests**: String, Default: `Path(tests)`. The path of the proyect tests
* **app_tests**: String, Default: `app.py`, `null` to disable. The python tests main filename
* **template_tests**: String, Default: `app.html`, `null` to disable. The html tests main template
* **console**: Boolean, Default: `false`. Enable the console in the navegator
* **stylesheets**: List. A list whith extras stylesheets
* **extensions**: Dict. A dict whith enable brython extensions
  * **brython**: Boolean, Default: `true`. Enable the brython library
  * **brython_stdlib**: Boolean, Default: `false`. Enable the brython stdlib library
* **scripts**: List. A list whith extras scripts
* **pyscripts**: List. A list whith extras python scripts
* **brython_options**: Dict. A dict whith brython options

## License
[MIT](https://choosealicense.com/licenses/mit/)
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "brython-dev",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "brython, Development, Build Tools, Debuggers, Testing",
    "author": "Lorenzo Garcia Calzadilla",
    "author_email": "lorenzogarciacalzadilla@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6e/b0/2a41b14083cb56d4990c95d21ef8b5a10083ba7ded2c5d062c747e4975e6/brython_dev-0.10.3.tar.gz",
    "platform": null,
    "description": "# Brython-dev\n\nBrython-dev is a Python library for developers in brython.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install.\n\n```bash\npip install brython-dev\n```\n\n## Usage\n\nFor runserver\n\n```bash\npy -m brython_dev run\n```\n\n## Configuration\n\nThe configuration is in the filename `brython.yml`\n\n* **name**: String. The name of the proyect\n* **proyect**: String, Default: `Path(name)`. The path of the proyect\n* **app**: String, Default: `app.py`, `null` to disable. The python main filename\n* **template**: String, Default: `app.html`, `null` to disable. The html main template\n* **proyect_tests**: String, Default: `Path(tests)`. The path of the proyect tests\n* **app_tests**: String, Default: `app.py`, `null` to disable. The python tests main filename\n* **template_tests**: String, Default: `app.html`, `null` to disable. The html tests main template\n* **console**: Boolean, Default: `false`. Enable the console in the navegator\n* **stylesheets**: List. A list whith extras stylesheets\n* **extensions**: Dict. A dict whith enable brython extensions\n  * **brython**: Boolean, Default: `true`. Enable the brython library\n  * **brython_stdlib**: Boolean, Default: `false`. Enable the brython stdlib library\n* **scripts**: List. A list whith extras scripts\n* **pyscripts**: List. A list whith extras python scripts\n* **brython_options**: Dict. A dict whith brython options\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Brython developer tools",
    "version": "0.10.3",
    "project_urls": null,
    "split_keywords": [
        "brython",
        " development",
        " build tools",
        " debuggers",
        " testing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cd08f848bbb5bcfeff2bd338765c1b746dd63625749f7dfdeef0680c8d831e4",
                "md5": "11d31e7c004e132d1a1d86c5770cbede",
                "sha256": "057da334282e04533fe43a10021cc96802657d7580174e9934feea68cf5b70d7"
            },
            "downloads": -1,
            "filename": "brython_dev-0.10.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "11d31e7c004e132d1a1d86c5770cbede",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 5685,
            "upload_time": "2024-11-10T20:38:52",
            "upload_time_iso_8601": "2024-11-10T20:38:52.967714Z",
            "url": "https://files.pythonhosted.org/packages/2c/d0/8f848bbb5bcfeff2bd338765c1b746dd63625749f7dfdeef0680c8d831e4/brython_dev-0.10.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6eb02a41b14083cb56d4990c95d21ef8b5a10083ba7ded2c5d062c747e4975e6",
                "md5": "fd09021d7356ec3b0fe67b130867eb77",
                "sha256": "45038e0608d5fa1a565539399c6d38df6324fa9aa965a74455badd35f1379b00"
            },
            "downloads": -1,
            "filename": "brython_dev-0.10.3.tar.gz",
            "has_sig": false,
            "md5_digest": "fd09021d7356ec3b0fe67b130867eb77",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 4953,
            "upload_time": "2024-11-10T20:39:05",
            "upload_time_iso_8601": "2024-11-10T20:39:05.466370Z",
            "url": "https://files.pythonhosted.org/packages/6e/b0/2a41b14083cb56d4990c95d21ef8b5a10083ba7ded2c5d062c747e4975e6/brython_dev-0.10.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-10 20:39:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "brython-dev"
}
        
Elapsed time: 1.42904s