1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# Releases & License
## Releases
- **PyPI**: All versions available on [PyPI](https://pypi.org/project/recipe-scrapers/#history)
- **GitHub**: All versions tagged in our [releases page](https://github.com/hhursev/recipe-scrapers/releases) with detailed changelogs
## Installation
Want a specific version? We've got all of them available:
- **From PyPI**:
```console
pip install recipe-scrapers==14.25.0 # replace with desired version
```
- **From GitHub:**
```console
pip install git+https://github.com/hhursev/recipe-scrapers.git@14.25.0
```
## License
This project is licensed under the [MIT License](https://github.com/hhursev/recipe-scrapers/blob/main/LICENSE).
### Test Data Notice
The `test_data` directory contains content from various recipe websites used for testing purposes
only. This content is used under copyright exceptions including Fair Use (USA), Fair Dealing
(UK, Canada, Australia), and other international copyright doctrines that permit limited use of
copyrighted material for technical testing purposes. See the [test data license](https://github.com/hhursev/recipe-scrapers/blob/main/tests/test_data/LICENSE.md)
for more details.
|