scake


Namescake JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://github.com/kyzas/scake
SummaryA flexible framework for Python
upload_time2023-09-28 16:28:16
maintainerkyzas
docs_urlNone
authorkyzas
requires_python<4,>=3.5
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            <img src='https://img.shields.io/pypi/l/scake.svg'> <img src='https://img.shields.io/pypi/v/scake.svg'> <img src='https://codecov.io/gh/kyzas/scake/branch/master/graph/badge.svg'> <img src='https://img.shields.io/pypi/dm/scake.svg'> <img src='https://img.shields.io/pypi/pyversions/scake.svg'> <img src='https://img.shields.io/badge/code%20style-black-000000.svg'>

# scake
A flexible framework for Python

# NOTE

Scake version from v0.3.0+ is not compatible to older version (v0.2.4-). Accepted annotation of Scake has the following format:

```
a:
    b: 10
c: /a/b         # 10

instead of this in the older Scake version:

a:
    b: 10
c: =/a/b         # 10
```

# USAGE

Update later

# CONTRIBUTING

* Step 1. Fork on **master** branch.
* Step 2. Install **pre-commit** on the local dev environment.

```
pip install pre-commit
pre-commit install
#pre-commit autoupdate
```

* Step 3. Write test case(s) for the new feature or the bug.
* Step 4. Write code to pass the tests.
* Step 5. Make sure that the new code passes all the pre-commmit conditions.

```
pre-commit run -a
```

* Step 6. Create pull request.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kyzas/scake",
    "name": "scake",
    "maintainer": "kyzas",
    "docs_url": null,
    "requires_python": "<4,>=3.5",
    "maintainer_email": "kyznano@gmail.com",
    "keywords": "",
    "author": "kyzas",
    "author_email": "kyznano@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/42/22/12879d52ad6c54072120402593b0cc1ab49d30fdc23fb3e6b39ca672bc4c/scake-0.3.3.tar.gz",
    "platform": null,
    "description": "<img src='https://img.shields.io/pypi/l/scake.svg'> <img src='https://img.shields.io/pypi/v/scake.svg'> <img src='https://codecov.io/gh/kyzas/scake/branch/master/graph/badge.svg'> <img src='https://img.shields.io/pypi/dm/scake.svg'> <img src='https://img.shields.io/pypi/pyversions/scake.svg'> <img src='https://img.shields.io/badge/code%20style-black-000000.svg'>\n\n# scake\nA flexible framework for Python\n\n# NOTE\n\nScake version from v0.3.0+ is not compatible to older version (v0.2.4-). Accepted annotation of Scake has the following format:\n\n```\na:\n    b: 10\nc: /a/b         # 10\n\ninstead of this in the older Scake version:\n\na:\n    b: 10\nc: =/a/b         # 10\n```\n\n# USAGE\n\nUpdate later\n\n# CONTRIBUTING\n\n* Step 1. Fork on **master** branch.\n* Step 2. Install **pre-commit** on the local dev environment.\n\n```\npip install pre-commit\npre-commit install\n#pre-commit autoupdate\n```\n\n* Step 3. Write test case(s) for the new feature or the bug.\n* Step 4. Write code to pass the tests.\n* Step 5. Make sure that the new code passes all the pre-commmit conditions.\n\n```\npre-commit run -a\n```\n\n* Step 6. Create pull request.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A flexible framework for Python",
    "version": "0.3.3",
    "project_urls": {
        "Download": "https://github.com/kyzas/scake/tarball/master",
        "Homepage": "https://github.com/kyzas/scake"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bcea1220660574843c3a143bef17b4860029622d1bd1d47a382dcccdd151671",
                "md5": "f1f4d15a57519d4d77ffeb76697098df",
                "sha256": "086ceda0238dbb51f0aefaf4d8a1f78c5f8345e5616988c2fe27b2f026f32399"
            },
            "downloads": -1,
            "filename": "scake-0.3.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f1f4d15a57519d4d77ffeb76697098df",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": "<4,>=3.5",
            "size": 15269,
            "upload_time": "2023-09-28T16:28:14",
            "upload_time_iso_8601": "2023-09-28T16:28:14.863877Z",
            "url": "https://files.pythonhosted.org/packages/2b/ce/a1220660574843c3a143bef17b4860029622d1bd1d47a382dcccdd151671/scake-0.3.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "422212879d52ad6c54072120402593b0cc1ab49d30fdc23fb3e6b39ca672bc4c",
                "md5": "45d251d569b0cfe80b7d15f862300fd6",
                "sha256": "66021112894afe802805ed11fcb7126578a16e8674bcb21029f1a9ff7de0b9a3"
            },
            "downloads": -1,
            "filename": "scake-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "45d251d569b0cfe80b7d15f862300fd6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.5",
            "size": 13868,
            "upload_time": "2023-09-28T16:28:16",
            "upload_time_iso_8601": "2023-09-28T16:28:16.486839Z",
            "url": "https://files.pythonhosted.org/packages/42/22/12879d52ad6c54072120402593b0cc1ab49d30fdc23fb3e6b39ca672bc4c/scake-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-28 16:28:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kyzas",
    "github_project": "scake",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "scake"
}
        
Elapsed time: 0.12953s