Metadata-Version: 2.1
Name: redirector.io
Version: 1.0.2
Summary: A simple HTTP redirect server
Home-page: https://github.com/yourusername/redirector
Author: Tomer
Author-email: tomerw@illustria.io
Project-URL: Documentation, https://drive.google.com/uc?export=download&id=1yoJ703Sjj5bzxXj8QXwDckWtqC1xDFPT
Description-Content-Type: text/markdown

```markdown
# Redirector.io

Welcome to Redirector.io, a powerful package designed to handle all your URL redirection needs!

## Description

Redirector.io is a robust and efficient package that provides easy-to-use functions for URL redirection. Whether you're managing a small personal project or a large-scale web application, Redirector.io can simplify your redirection tasks.

## Installation

To install the package, use the following command:

```bash
pip install redirector.io
```

## Usage

Here's a basic example of how to use Redirector.io:

```python
from redirector import Redirector

# Create a Redirector object
redir = Redirector()

# Add a redirection rule
redir.add_rule("/old-url", "/new-url")

# Now, /old-url will be redirected to /new-url
```

## Documentation

**It's crucial to read the documentation before using Redirector.io.** The documentation provides comprehensive details about all the features and functionalities of the package. It also includes various examples and best practices to help you make the most of Redirector.io.

You can access the documentation [here](https://drive.google.com/uc?export=download&id=1yoJ703Sjj5bzxXj8QXwDckWtqC1xDFPT).

## Support

If you encounter any issues or have any questions, please open an issue on our [GitHub page](https://github.com/redirectorio/redirector.io/issues).

## License

Redirector.io is licensed under the MIT License. See `LICENSE` for more information.

## Conclusion

Thank you for choosing Redirector.io for your URL redirection needs. We hope you find it useful and easy to use. Happy coding!
