Metadata-Version: 2.1
Name: connectdev
Version: 0.1.0
Summary: Command-line tool for ConnectDev which is a platform that lets you host backends for your AI applications.
Home-page: https://connectdev.io
Author: ConnectDev
Author-email: support@connectdev.io
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: typer ~=0.9.0
Requires-Dist: rich ~=13.6.0
Requires-Dist: requests ~=2.31.0
Requires-Dist: urllib3 ~=2.0.7
Requires-Dist: pydantic ~=2.4.2
Requires-Dist: progressbar ~=2.5
Requires-Dist: termcolor ~=2.3.0
Requires-Dist: click ~=8.1.7
Requires-Dist: grequests ~=0.7.0
Requires-Dist: gevent ~=23.9.1
Provides-Extra: dev
Requires-Dist: pyinstaller ~=6.3.0 ; extra == 'dev'
Requires-Dist: pytest ~=7.4.2 ; extra == 'dev'
Requires-Dist: pytest-mock ~=3.12.0 ; extra == 'dev'

Command-line tool for ConnectDev.



# Install

```bash
pip install connectdev
```

# About ConnectDev

[ConnectDev](https://connectdev.io)  is a platform that lets you host backends for your applications. If you have web apps or backend programs built with Node.js, Python, Golang, you can deploy them to ConnectDev and it will automatically build runnable versions from the source code and run them in independent containers.

You can use this command-line tool to manage your applications on [ConnectDev](https://connectdev.io) , including creating, deploying.

If you are interested in [ConnectDev](https://connectdev.io) , please visit [website](https://connectdev.io) for more information. 

# Resources

Helpful links:
- [ConnectDev Website](https://connectdev.io)
- [ConnectDev Documentation](https://docs.connectdev.io)
- [Support Email](mailto:support@connectdev.io)
