vanty


Namevanty JSON
Version 0.0.44 PyPI version JSON
download
home_pageNone
SummaryCLI for installing and managing projects & applications from advantch.com and vanty.ai
upload_time2024-09-08 14:20:47
maintainerNone
docs_urlNone
authorThemba
requires_python<4.0,>=3.8.1
licenseUnspecified
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img style="margin-right: 2px; margin-top: 10px" alt="logo" height="16" width="16" src="https://cdn.advantch.com/static/images/logo.png"> Vanty CLI - By Advantch

CLI for managing projects from advantch.com including:

- The Starter Kit

  - The Starter Kit is the fastest way to launch new SaaS & AI products.

  - Visit https://www.advantch.com/ for documentation and more information

- Advantch Cloud (beta)

  - Deploy caching databases and storage for your apps

- Vanty.ai (beta)

  -  Vanty.ai is Agent platform for businesses and professionals. Quickly spin up entire documentation site, manage content, research, customer support with agents.

## Installation

We recommend using poetry to install vanty:

```bash
poetry install vanty
```

## Usage

1. Verify your license:

   ```bash
   vanty auth verify <your-license-token> (closed alpha)
   ```

2. Download the project to the current directory:

   ```bash
   vanty project download --project <project-id> (closed alpha)
   ```

3. Get started:

   ```bash
   cd <project-name>
   vanty dev init
   ```

4. Run the project:

```bash
vanty dev start
```

### Template GEN

Zip the template file

```bash
cd ./scaffold/template/ && zip -rX app_template.zip app_template -x ".*" -x "__MACOSX"
```

Copy to bucket
```
rclone copy app_template.zip r2:advantch-prod/template/  --progress
```

## Docs

- [Advantch Docs](https://www.advantch.com/docs/)
- [Local CLI Docs](./docs/overview.md)

## Issues & Support:

Advantch users can report issues on the slack issue channel.

- https://www.advantch.com/support/

## Building for pypi

```bash
poetry build
poetry publish
```

## PRs and Contributions:

Please note that whilst this is open source, it is not intended to be a community project.

Advantch users can submit PRs for extensions etc that maybe helpful to the core project or other users.

Otherwise, please fork and use this as a base for your own projects.

2024 &centerdot; Advantch.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vanty",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Themba",
    "author_email": "themba@advantch.com",
    "download_url": "https://files.pythonhosted.org/packages/3b/76/2d0f1e8d8785e3a8623d36982969063fd27bf33aa3299a85b084910f200e/vanty-0.0.44.tar.gz",
    "platform": null,
    "description": "# <img style=\"margin-right: 2px; margin-top: 10px\" alt=\"logo\" height=\"16\" width=\"16\" src=\"https://cdn.advantch.com/static/images/logo.png\"> Vanty CLI - By Advantch\n\nCLI for managing projects from advantch.com including:\n\n- The Starter Kit\n\n  - The Starter Kit is the fastest way to launch new SaaS & AI products.\n\n  - Visit https://www.advantch.com/ for documentation and more information\n\n- Advantch Cloud (beta)\n\n  - Deploy caching databases and storage for your apps\n\n- Vanty.ai (beta)\n\n  -  Vanty.ai is Agent platform for businesses and professionals. Quickly spin up entire documentation site, manage content, research, customer support with agents.\n\n## Installation\n\nWe recommend using poetry to install vanty:\n\n```bash\npoetry install vanty\n```\n\n## Usage\n\n1. Verify your license:\n\n   ```bash\n   vanty auth verify <your-license-token> (closed alpha)\n   ```\n\n2. Download the project to the current directory:\n\n   ```bash\n   vanty project download --project <project-id> (closed alpha)\n   ```\n\n3. Get started:\n\n   ```bash\n   cd <project-name>\n   vanty dev init\n   ```\n\n4. Run the project:\n\n```bash\nvanty dev start\n```\n\n### Template GEN\n\nZip the template file\n\n```bash\ncd ./scaffold/template/ && zip -rX app_template.zip app_template -x \".*\" -x \"__MACOSX\"\n```\n\nCopy to bucket\n```\nrclone copy app_template.zip r2:advantch-prod/template/  --progress\n```\n\n## Docs\n\n- [Advantch Docs](https://www.advantch.com/docs/)\n- [Local CLI Docs](./docs/overview.md)\n\n## Issues & Support:\n\nAdvantch users can report issues on the slack issue channel.\n\n- https://www.advantch.com/support/\n\n## Building for pypi\n\n```bash\npoetry build\npoetry publish\n```\n\n## PRs and Contributions:\n\nPlease note that whilst this is open source, it is not intended to be a community project.\n\nAdvantch users can submit PRs for extensions etc that maybe helpful to the core project or other users.\n\nOtherwise, please fork and use this as a base for your own projects.\n\n2024 &centerdot; Advantch.\n",
    "bugtrack_url": null,
    "license": "Unspecified",
    "summary": "CLI for installing and managing projects & applications from advantch.com and vanty.ai",
    "version": "0.0.44",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "286067fe808e8a7b21ebde7c30086abe5fcd6dcd116b88c7cd4a4dafd8f86c42",
                "md5": "784645f28660e8a4b59d1443bdf0e47d",
                "sha256": "cf74ac3ca68cfff37fe9784d6497c46b2a007d156f6cc55bddab903eea79e0db"
            },
            "downloads": -1,
            "filename": "vanty-0.0.44-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "784645f28660e8a4b59d1443bdf0e47d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 29887,
            "upload_time": "2024-09-08T14:20:45",
            "upload_time_iso_8601": "2024-09-08T14:20:45.531193Z",
            "url": "https://files.pythonhosted.org/packages/28/60/67fe808e8a7b21ebde7c30086abe5fcd6dcd116b88c7cd4a4dafd8f86c42/vanty-0.0.44-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b762d0f1e8d8785e3a8623d36982969063fd27bf33aa3299a85b084910f200e",
                "md5": "df4571d57633a7b78626aba712b8da4e",
                "sha256": "9df43e0c60e071120acee145d763a2db9598d5c7642914cc5d73f0fec2f8cc24"
            },
            "downloads": -1,
            "filename": "vanty-0.0.44.tar.gz",
            "has_sig": false,
            "md5_digest": "df4571d57633a7b78626aba712b8da4e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 24892,
            "upload_time": "2024-09-08T14:20:47",
            "upload_time_iso_8601": "2024-09-08T14:20:47.096059Z",
            "url": "https://files.pythonhosted.org/packages/3b/76/2d0f1e8d8785e3a8623d36982969063fd27bf33aa3299a85b084910f200e/vanty-0.0.44.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-08 14:20:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vanty"
}
        
Elapsed time: 6.58535s