Metadata-Version: 2.1
Name: cars-forge
Version: 1.0.1
Summary: Create an on-demand/spot fleet of single or cluster EC2 instances.
Project-URL: Homepage, https://github.com/carsdotcom/cars-forge/
Project-URL: Documentation, https://carsdotcom.github.io/cars-forge/
Project-URL: Changelog, https://github.com/carsdotcom/cars-forge/blob/main/CHANGELOG.md
Author-email: Nikhil Patel <npatel@cars.com>
License-File: LICENSE
Keywords: AWS,Cluster,EC2,Jupyter,On-Demand,Spark,Spot
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: Python :: 3.11
Requires-Python: >=3.7
Requires-Dist: boto3~=1.19.0
Requires-Dist: pyyaml~=5.3.0
Requires-Dist: schema~=0.7.0
Provides-Extra: dev
Requires-Dist: bump2version~=1.0; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest~=7.1.0; extra == 'test'
Description-Content-Type: text/markdown

<p align="center"><img src="docs/logo.jpg"></p>

---

## About

Forge is a Python-based command-line tool that starts a single or cluster of EC2 instances, and runs the required scripts on these instances. Forge can be used by anyone to create their own environment where they can do anything like develop products, analyze data, host interactive dashboards, or run production workloads on terabytes of RAM. Forge gives you complete flexibility while making it easy to run everything on spot EC2 instances saving you up to 90%.

## Install

Install Forge with Pip:

```
pip install cars-forge
```

## Getting Started

To get started using Forge you can follow the [Documentation](https://carsdotcom.github.io/cars-forge/).

## Versioning

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Please refer to the [Changelog](https://github.com/carsdotcom/cars-forge/blob/main/CHANGELOG.md) for information regarding the differences between versions of the project.
