Metadata-Version: 2.4
Name: boostedtravel
Version: 1.0.0
Summary: ⚠️ This package has been renamed to 'letsfg'. Install letsfg instead: pip install letsfg — https://pypi.org/project/letsfg/
Project-URL: Homepage, https://github.com/LetsFG/LetsFG
Project-URL: New Package, https://pypi.org/project/letsfg/
Author-email: LetsFG <hi@letsfg.co>
License: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: letsfg>=1.0.0
Description-Content-Type: text/markdown

# ⚠️ boostedtravel has been renamed to **letsfg**

This package is a redirect. All development has moved to [`letsfg`](https://pypi.org/project/letsfg/).

## Migration

```bash
pip install letsfg
```

The new package is a drop-in replacement. All classes and functions are the same:

```python
# Old (still works via this redirect)
from boostedtravel import BoostedTravel

# New (recommended)
from letsfg import LetsFG
```

Both `BoostedTravel` and `LetsFG` class names work in the new package.
Both `BOOSTEDTRAVEL_API_KEY` and `LETSFG_API_KEY` environment variables are supported.

## Links

- **New package**: [letsfg on PyPI](https://pypi.org/project/letsfg/)
- **GitHub**: [LetsFG/LetsFG](https://github.com/LetsFG/LetsFG)
- **Website**: [letsfg.co](https://letsfg.co)
