jac-cloud


Namejac-cloud JSON
Version 0.2.4 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-07-16 03:40:53
maintainerNone
docs_urlNone
authorJason Mars
requires_python<4.0.0,>=3.12.0
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jac-cloud
`jac-cloud` is the cloud-native library for jac programs. `jac-cloud` automatically converts your jac program from a script-like local program to a production-readh server stack.

### Install
#### From pip
```bash
pip install jac-cloud
```
### From source (for contributors)
```bash
git clone https://github.com/Jaseci-Labs/jaseci.git
cd jaseci/jac-cloud
pip install -e .
```
#### Additional dependencies for contributors
```bash
pip install jaclang black pre-commit pytest flake8 flake8_import_order flake8_docstrings flake8_comprehensions flake8_bugbear flake8_annotations pep8_naming flake8_simplify mypy pytest
pre-commit install
```

### Quick Start
Simply replace `jac run` with `jac serve`. `jac serve` starts an API server with a set of API endpoints corresponding to the walkers in the jac program.

`jac serve main.jac`

### API Docs
Once starts, navigate to `/docs` to access the built-in API docs.

For additional details, check out [our documentation](https://www.jac-lang.org/learn/guide/).

test

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jac-cloud",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.12.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "Jason Mars",
    "author_email": "jason@jaseci.org",
    "download_url": "https://files.pythonhosted.org/packages/f4/6c/89770a53686d7b1021a9422a8bffed22ccfd45e6507b66e9b0a58b8682c6/jac_cloud-0.2.4.tar.gz",
    "platform": null,
    "description": "# jac-cloud\n`jac-cloud` is the cloud-native library for jac programs. `jac-cloud` automatically converts your jac program from a script-like local program to a production-readh server stack.\n\n### Install\n#### From pip\n```bash\npip install jac-cloud\n```\n### From source (for contributors)\n```bash\ngit clone https://github.com/Jaseci-Labs/jaseci.git\ncd jaseci/jac-cloud\npip install -e .\n```\n#### Additional dependencies for contributors\n```bash\npip install jaclang black pre-commit pytest flake8 flake8_import_order flake8_docstrings flake8_comprehensions flake8_bugbear flake8_annotations pep8_naming flake8_simplify mypy pytest\npre-commit install\n```\n\n### Quick Start\nSimply replace `jac run` with `jac serve`. `jac serve` starts an API server with a set of API endpoints corresponding to the walkers in the jac program.\n\n`jac serve main.jac`\n\n### API Docs\nOnce starts, navigate to `/docs` to access the built-in API docs.\n\nFor additional details, check out [our documentation](https://www.jac-lang.org/learn/guide/).\n\ntest\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.2.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ec9b91412886f0bedf8f3790273dbfc6da02282c4ff006634e71793733c36e33",
                "md5": "47023d244907ee60b51b093c6d20980c",
                "sha256": "77b72f33cf7ddb62537a914296cf3ee9db8372f57a0430c052214c7632d09af9"
            },
            "downloads": -1,
            "filename": "jac_cloud-0.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "47023d244907ee60b51b093c6d20980c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.12.0",
            "size": 87956,
            "upload_time": "2025-07-16T03:40:51",
            "upload_time_iso_8601": "2025-07-16T03:40:51.999173Z",
            "url": "https://files.pythonhosted.org/packages/ec/9b/91412886f0bedf8f3790273dbfc6da02282c4ff006634e71793733c36e33/jac_cloud-0.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f46c89770a53686d7b1021a9422a8bffed22ccfd45e6507b66e9b0a58b8682c6",
                "md5": "43bcafacb211ca71cb26e3da3b2c8d3c",
                "sha256": "1c3c355d2141eaa36d617127aebaa72e42fc58a93ccddaf7887e3237f4943d41"
            },
            "downloads": -1,
            "filename": "jac_cloud-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "43bcafacb211ca71cb26e3da3b2c8d3c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.12.0",
            "size": 68859,
            "upload_time": "2025-07-16T03:40:53",
            "upload_time_iso_8601": "2025-07-16T03:40:53.350747Z",
            "url": "https://files.pythonhosted.org/packages/f4/6c/89770a53686d7b1021a9422a8bffed22ccfd45e6507b66e9b0a58b8682c6/jac_cloud-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-16 03:40:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jac-cloud"
}
        
Elapsed time: 1.62811s