Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yacobolo authored Sep 28, 2023
1 parent 40e8c51 commit 619f864
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ⚙️ factryengine
# 📅 factryengine

`factryengine` is a high-speed Python package for effortless and efficient task scheduling, specifically tailored for production scheduling. Built with `numpy`, it ensures tasks are executed in the correct order while considering their priorities, resources, and dependencies.

Expand All @@ -12,12 +12,12 @@ pip install factryengine

## 🌟 Features

- **Fast Performance**: Built with `numpy` for high-speed task scheduling.
- **Production Scheduling**: Specifically designed for seamless production scheduling.
- **Simple Task Creation**: Easily define tasks with attributes like duration, priority, and resources.
- **Resource Management**: Assign resources with availability windows to tasks.
- **Task Dependencies**: Ensure tasks that depend on others are scheduled in the correct order.
- **Efficient Scheduling**: Automatically schedule tasks while considering their priorities and dependencies.
- **Fast Performance**: Built with `numpy` for high-speed task scheduling.
- 🏭 **Production Scheduling**: Specifically designed for seamless production scheduling.
- 📝 **Simple Task Creation**: Easily define tasks with attributes like duration, priority, and resources.
- 🛠️ **Resource Management**: Assign resources with availability windows to tasks.
- 🔄 **Task Dependencies**: Ensure tasks that depend on others are scheduled in the correct order.
- 📅 **Efficient Scheduling**: Automatically schedule tasks while considering their priorities and dependencies.

## 🚀 Quick Start

Expand Down Expand Up @@ -50,4 +50,4 @@ Contributions, issues, and feature requests are welcome!

## 📝 License

This project is [MIT](link_to_license) licensed.
This project is [MIT](../LICENSE) licensed.

0 comments on commit 619f864

Please sign in to comment.