builddsl


Namebuilddsl JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryA superset of the Python programming language with support for closures and multi-line lambdas.
upload_time2023-04-03 16:36:31
maintainer
docs_urlNone
authorNiklas Rosenstein
requires_python>=3.6,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # builddsl

A superset of the Python programming language with support for closures and multi-line lambdas.

BuildDSL is an "almost superset" of Python 3; adding a lot of syntactical features that make it more
convenient to describe build configurations at the cost of some other syntax features of the native Python
language (like set literals).

## Installation

    $ pip install builddsl

The `builddsl` package requires at least Python 3.8.

## Projects using BuildDSL

* [Novella](https://niklasrosenstein.github.io/novella/)


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "builddsl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Niklas Rosenstein",
    "author_email": "rosensteinniklas@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/53/65/2c19e1d32b44c01fe52638eafd8e3be528d16bda1e37bcf7534b449e0738/builddsl-1.0.1.tar.gz",
    "platform": null,
    "description": "# builddsl\n\nA superset of the Python programming language with support for closures and multi-line lambdas.\n\nBuildDSL is an \"almost superset\" of Python 3; adding a lot of syntactical features that make it more\nconvenient to describe build configurations at the cost of some other syntax features of the native Python\nlanguage (like set literals).\n\n## Installation\n\n    $ pip install builddsl\n\nThe `builddsl` package requires at least Python 3.8.\n\n## Projects using BuildDSL\n\n* [Novella](https://niklasrosenstein.github.io/novella/)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A superset of the Python programming language with support for closures and multi-line lambdas.",
    "version": "1.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b79941cbb4585fe9a891f907d2c48c0f2809ca23898b87e74cd3b1cbd28d8da5",
                "md5": "8471298e3e71055a347ced52d14d23ed",
                "sha256": "914cace761ec6f0ab05146fc4fb746848879aa6610b2a9a08edd139ba40e3257"
            },
            "downloads": -1,
            "filename": "builddsl-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8471298e3e71055a347ced52d14d23ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 19182,
            "upload_time": "2023-04-03T16:36:29",
            "upload_time_iso_8601": "2023-04-03T16:36:29.440113Z",
            "url": "https://files.pythonhosted.org/packages/b7/99/41cbb4585fe9a891f907d2c48c0f2809ca23898b87e74cd3b1cbd28d8da5/builddsl-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53652c19e1d32b44c01fe52638eafd8e3be528d16bda1e37bcf7534b449e0738",
                "md5": "167ff5bcec5acf9b1e9b53b8ce727e4a",
                "sha256": "0c3de4a8b11e8e194dff5f1cb07e129198d57e425c22c85652c309b5b18b4f20"
            },
            "downloads": -1,
            "filename": "builddsl-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "167ff5bcec5acf9b1e9b53b8ce727e4a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 16960,
            "upload_time": "2023-04-03T16:36:31",
            "upload_time_iso_8601": "2023-04-03T16:36:31.036363Z",
            "url": "https://files.pythonhosted.org/packages/53/65/2c19e1d32b44c01fe52638eafd8e3be528d16bda1e37bcf7534b449e0738/builddsl-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-03 16:36:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "builddsl"
}
        
Elapsed time: 0.05020s