Metadata-Version: 2.1
Name: celer-installer
Version: 1.3.5
Summary: This command line tool eases the install of the python version of celer server 
Author-email: Celer <service.celer@gmail.com>
License: MIT License
        
        Copyright (c) 2023 Celer - The Redis based DB Engine!
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/celer-redis/celer-installer
Keywords: celer,server,api,python,celer-server,fast,redis,dbengine,stable,1.0.5
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama>=0.4.6
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"

# Celer - Redis-Powered DBEngine

Welcome to the world of Celer, the high-speed DBEngine that's here to supercharge your Redis experience! Celer is written in C and transforms Redis into a full-fledged relational database. It's more than just a database; it's a whole ecosystem designed to enhance your development experience.

## Celer Installer

This command line tool eases the install of the python version of celer server, Give it a try!

## Install
```bash
pip install celer-installer
```

## Usage

How to run the cli?
```bash
celer-install [command] 
```

`install`

Installs the corresponding latest celer server. 

```bash
celer-install install
```

`setup`

Setups the celer server to work as expected!

```bash
celer-install setup
```

`diagnose`

Checks if the setup and the installation worked correctly.

```bash
celer-install diagnose
```

## Get Connected

Stay up to date with the latest from Celer:

- X  **Twitter**: [@celer_redis](https://twitter.com/celer_redis)
- 📦 **GitHub**: [celer-redis](https://github.com/celer-redis)
- 🌐 **Website**: [celer-redis.vercel.app](https://celer-redis.vercel.app/)
- 📚 **Documentation**: [Docs](https://celer-redis.vercel.app)
- 📖 **examples** : [@celer-redis](https://replit.com/@celer-redis)
- **Whatsapp** - Forum : [celer-redis](https://whatsapp.com/channel/0029VaCcLLqCMY0MToUHJL3W)
  
## We ❤️ Open Source!

Celer is all about open source. Every piece of our ecosystem is free and open-source. We're passionate about the community and sharing the power of Redis and databases.

Give Celer a try and let it turbocharge your Redis experience today!
