Letterboxd

Latest version: v0.3.0

Safety actively analyzes 630254 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.1

-----------------------------

0.2.0

--------------------

Added
.....

- This ``CHANGELOG.rst``
- Converted ``README.md`` to ``.rst``
- Documentation written with reStructuredText and Sphinx, being built to `Read the Docs <https://letterboxd.readthedocs.io/>`_
- Added a number of defaults and tests as provided in `cookiecutter-pypackage <https://github.com/audreyr/cookiecutter-pypackage>`_
- Added an easy initializer with ``import letterboxd`` and then ``letterboxd.new()``
- ``User.refresh_token()`` to refresh the user authentication oAuth token
- Coverage for Letterboxd API endpoints:
- /film/{id}/members
- /film/{id}/report
- /film/{id}/statistics
- /films
- /films/film-services
- /films/genres
- /film-collection/{id}
- /search

Changed
.......

- All api-calling methods now return the dictionary from the response JSON, instead of the entire ``requests.Response``.

0.1.0

--------------------

Added
.....

- First public version! Version 0.1.0a `tagged on GitHub <https://github.com/bobtiki/letterboxd/releases/tag/v0.1.0a>`_, and `posted to PyPI <https://pypi.org/project/letterboxd/>`_.
- letterboxd, api, user, auth, member, and film modules.
- coverage for Letterboxd API endpoints:
- film
- /film/{id}
- /film/{id}/availability — this data is first-party only
- /film/{id}/me
- /me
- /member/{id}/watchlist

Changelog format
----------------

- Each version should:
- List its release date in ISO 8601 format (YYYY-MM-DD).
- Group changes to describe their impact on the project, as follows:
- ``Added`` for new features.
- ``Changed`` for changes in existing functionality.
- ``Deprecated`` for once-stable features removed in upcoming releases.
- ``Removed`` for deprecated features removed in this release.
- ``Fixed`` for any bug fixes.
- ``Security`` to invite users to upgrade in case of vulnerabilities.
- Take a look at `this checklist for packaging a new version <http://www.sherifsoliman.com/2016/09/30/Python-package-with-GitHub-PyPI/>`_, and `this one <https://cookiecutter-pypackage.readthedocs.io/en/latest/pypi_release_checklist.html>`_

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.