Metadata-Version: 2.1
Name: jcloud
Version: 0.0.2
Summary: Simplify deploying and managing Jina projects on Jina Cloud
Home-page: https://github.com/jina-ai/jcloud
Author: Jina AI
Author-email: hello@jina.ai
License: Apache 2.0
Download-URL: https://github.com/jina-ai/jcloud/tags
Project-URL: Documentation, https://jcloud.jina.ai
Project-URL: Source, https://github.com/jina-ai/jcloud/
Project-URL: Tracker, https://github.com/jina-ai/jcloud/issues
Description: # JCloud
        
        
        JCloud is the command line interface that simplifies deploying and managing Jina projects on Jina Cloud.
        
        > Jina Cloud is the the cloud infrastructure provided by Jina AI. It hosts your Jina project, provides computational and storage resources. Jina Cloud is now in early beta, you can apply the access token here for free.
        
        
        ## Documentation
        
        ## Install
        
        ```bash
        pip install jcloud
        jc -h
        ```
        
        ## Get Started
        
        ### Deploy a Flow
        
        ```bash
        jc deploy myflow.yml
        ```
        
        <p align="center">
        <a href="https://jcloud.jina.ai"><img src="https://github.com/jina-ai/jcloud/blob/main/.github/README-img/deploy.svg?raw=true" width="40%"></a>
        </p>
        
        
        You will get an Flow ID, say `84b8b495df`. This ID is needed to manage, view logs and remove the Flow. 
        
        ### View logs
        
        ```bash
        jc logs 84b8b495df
        ```
        
        ### Remove a Flow
        
        ```bash
        jc remove 84b8b495df
        ```
        
        ### Get the status of a Flow
        
        ```bash
        jc status 84b8b495df
        ```
        
        <p align="center">
        <a href="https://jcloud.jina.ai"><img src="https://github.com/jina-ai/jcloud/blob/main/.github/README-img/status.svg?raw=true" width="50%"></a>
        </p>
        
        
        ### List all Flows on the cloud
        
        ```bash
        jc list
        ```
        
        
        
Keywords: jcloud neural-search serverless deployment devops mlops
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Unix Shell
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Provides-Extra: test
