vanty


Namevanty JSON
Version 0.0.32 PyPI version JSON
download
home_page
SummaryCLI for installing and managing projects & applications from advantch.com
upload_time2024-02-09 13:25:14
maintainer
docs_urlNone
authorThemba
requires_python>=3.8.1,<4.0
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="12" width="12" src="https://cdn.advantch.com/static/images/logo.png"> Vanty CLI

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 (closed alpha)

  - Deploy databases and storage for your apps

- Vanty.ai (closed alpha)

  -  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 advantch-prod:template/app_template.zip
```

## 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.

2023 &centerdot; Advantch.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vanty",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Themba",
    "author_email": "themba@advantch.com",
    "download_url": "https://files.pythonhosted.org/packages/11/f1/11684ae9502eb8a6243c7e1858d8fe731653ac377f9668b122734a431966/vanty-0.0.32.tar.gz",
    "platform": null,
    "description": "# <img style=\"margin-right: 2px; margin-top: 10px\" alt=\"logo\" height=\"12\" width=\"12\" src=\"https://cdn.advantch.com/static/images/logo.png\"> Vanty CLI\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 (closed alpha)\n\n  - Deploy databases and storage for your apps\n\n- Vanty.ai (closed alpha)\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 advantch-prod:template/app_template.zip\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\n2023 &centerdot; Advantch.\n",
    "bugtrack_url": null,
    "license": "Unspecified",
    "summary": "CLI for installing and managing projects & applications from advantch.com",
    "version": "0.0.32",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ebaee24243106daef5f772bb6e1e608591e570f37c57b1a63c1023801c3c96f",
                "md5": "faa23bd13b13cd88a40b811318ef394f",
                "sha256": "5866792ffe19aa7ca5741b2587aeb72c549856b1acd2464b858fe226c2e7c8eb"
            },
            "downloads": -1,
            "filename": "vanty-0.0.32-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "faa23bd13b13cd88a40b811318ef394f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<4.0",
            "size": 27907,
            "upload_time": "2024-02-09T13:25:12",
            "upload_time_iso_8601": "2024-02-09T13:25:12.273900Z",
            "url": "https://files.pythonhosted.org/packages/6e/ba/ee24243106daef5f772bb6e1e608591e570f37c57b1a63c1023801c3c96f/vanty-0.0.32-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11f111684ae9502eb8a6243c7e1858d8fe731653ac377f9668b122734a431966",
                "md5": "0f411d2eaa7199f0fe4b36e5bf2c2fa0",
                "sha256": "196754f3565b58d09332f7f8f90deb3dcbb6e1be6880d15a237330830c350475"
            },
            "downloads": -1,
            "filename": "vanty-0.0.32.tar.gz",
            "has_sig": false,
            "md5_digest": "0f411d2eaa7199f0fe4b36e5bf2c2fa0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<4.0",
            "size": 22942,
            "upload_time": "2024-02-09T13:25:14",
            "upload_time_iso_8601": "2024-02-09T13:25:14.171667Z",
            "url": "https://files.pythonhosted.org/packages/11/f1/11684ae9502eb8a6243c7e1858d8fe731653ac377f9668b122734a431966/vanty-0.0.32.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-09 13:25:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vanty"
}
        
Elapsed time: 0.21798s