Metadata-Version: 2.4
Name: octopus-queue
Version: 0.1.6
Summary: Octopus Queue CLI
Requires-Python: >=3.11
Requires-Dist: build>=1.2.2.post1
Requires-Dist: celery>=5.5.2
Requires-Dist: click<8.2.0
Requires-Dist: octopus-cloud-storage-hub>=0.1.2
Requires-Dist: octopus-downloader>=0.1.10
Requires-Dist: octopus-videomaster>=0.1.3
Requires-Dist: psutil>=7.0.0
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: redis>=6.0.0
Requires-Dist: requests>=2.32.3
Requires-Dist: rich==13.7.1
Requires-Dist: twine>=6.1.0
Requires-Dist: typer>=0.15.3
Description-Content-Type: text/markdown

# Octopus Queue

## Overview
Octopus Queue is a [brief description of the project]. This project aims to [state the purpose or goal of the project].

## Features
- Feature 1: [Description]
- Feature 2: [Description]
- Feature 3: [Description]

## Installation
To install the project, follow these steps:

```bash
git clone https://github.com/your-username/octopus-queue.git
cd octopus-queue
npm install
```

## Usage
Provide instructions on how to use the project:

```bash
# Example command to start the project
npm start
```

## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-name`).
3. Commit your changes (`git commit -m 'Add feature'`).
4. Push to the branch (`git push origin feature-name`).
5. Open a pull request.

## License
This project is licensed under the [License Name]. See the [LICENSE](./LICENSE) file for details.

## Contact
For questions or feedback, please contact [Your Name] at [Your Email].
