Skip to content

Releases: salvoventura/pypexels

v1.0.0rc1

10 May 00:51
Compare
Choose a tag to compare

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)

05 Nov 17:28
Compare
Choose a tag to compare
Pre-release

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)

22 Jan 16:21
Compare
Choose a tag to compare

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)

28 Nov 06:04
Compare
Choose a tag to compare

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)

28 Sep 06:28
Compare
Choose a tag to compare

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.