Releases: salvoventura/pypexels
v1.0.0rc1
This is the first release candidate for production ready 1.0.0 of PyPexels. Thanks to all the early adopters, there have been a number of improvements and bugfixes and now should be a good time to start the rc process.
This release introduces some good functionality, in particular:
Support for Videos API: search, popular
Introduction of SinglePhoto and SingleVideo * This allows instantiating a Photo or Video object using a photo_id or video_id
Introduction of get_attribution() method on Photo and Video classes * This simplifies crediting the author
Fix some documentation issues
Extend Travis and Tox test coverage to include Python 3.6, 3.7 and 3.8
PyPexels v1.0.0b4 (beta, v4)
Release 1.0.0b4 (beta, v4)
Fourth beta release introduces bugfix for Issue#7 AttributeError raised on Search.entries.
REST API calls could fail silently making body
an object of type None
. With this fix, failing REST API calls will raise a PexelsError
exception instead.
PyPexels v1.0.0b3 (beta, v3)
PyPexels v1.0.0b3 (beta, v3)
Third beta release introduces support for `curated` and `random`.
Note that using this library you still need to abide to Pexels Guidelines, which
are explained on `Pexels API page <https://www.pexels.com/api/>`_
PyPexels v1.0.0b2 (beta, v2)
PyPexels
An open source Python wrapper for the Pexels REST API.
The source code is available on GitHub at https://github.com/salvoventura/pypexels .
Full documentation at https://pypexels.readthedocs.io/en/latest/.
Licensed with MIT License
Release 1.0.0b2 (beta, v2)
Second public release of this library, adds support for Python 3.
PyPexels v1.0.0b1 (beta, v1)
PyPexels
An open source Python wrapper for the Pexels REST API.
The source code is available on GitHub at https://github.com/salvoventura/pypexels .
Full documentation at https://pypexels.readthedocs.io/en/latest/.
Licensed with MIT License
Release 1.0.0b1 (beta, v1)
First public release of this library.