Recent Releases of signposting

signposting - Signposting v0.9.6

This library helps client to discover links that follow the signposting conventions, most notably FAIR Signposting.

This can then be used to navigate between:

  • Persistent identifiers
  • HTML landing pages
  • File downloads/items
  • Structured metadata

Related links:

  • Documentation: https://signposting.readthedocs.io/en/latest/
  • PyPi package: https://pypi.org/project/signposting/
  • GitHub: https://github.com/stain/signposting/

Changes in 0.9.1...0.9.6:

- Python
Published by stain over 2 years ago

signposting - Signposting v0.9.5

This library helps client to discover links that follow the signposting conventions, most notably FAIR Signposting.

This can then be used to navigate between:

  • Persistent identifiers
  • HTML landing pages
  • File downloads/items
  • Structured metadata

Related links:

  • Documentation: https://signposting.readthedocs.io/en/latest/
  • PyPi package: https://pypi.org/project/signposting/
  • GitHub: https://github.com/stain/signposting/

Changes in 0.9.1...0.9.5:

  • Updated CITATION.cff and contributor list
  • Added CodeMeta and SPDX license identifier
  • Allow fragments in profile URIs (#6)
  • Fix error in text (#7) (thanks @vemonet)
  • permit relative URIs

- Python
Published by stain over 2 years ago

signposting - Signposting v0.9.0

This library helps client to discover links that follow the signposting conventions, most notably FAIR Signposting.

This can then be used to navigate between:

  • Persistent identifiers
  • HTML landing pages
  • File downloads/items
  • Structured metadata

Related links: - Documentation: https://signposting.readthedocs.io/en/latest/ - PyPi package: https://pypi.org/project/signposting/ - GitHub: https://github.com/stain/signposting/

Changes in 0.9.0

  • Deprecated Signposting.context_url, use Signposting.context instead
  • Removed deprecated find_signposting method, use find_signposting_http_link instead

- Python
Published by stain over 3 years ago

signposting - signposting v0.8.0

This library helps client to discover links that follow the signposting conventions, most notably FAIR Signposting.

DOI

This can then be used to navigate between:

  • Persistent identifiers
  • HTML landing pages
  • File downloads/items
  • Structured metadata

Changes in 0.8.0

  • Added warn_duplicate option to Signposting constructor
  • str() on Signposting now includes Link from other contexts
  • Signposting added support for + (add) and | (merge) operations
  • Added Signpost and Signposting support for == and hash()
  • str() on Signpost correctly shows context as anchor=
  • Added Signpost.with_context to change a signpost's for_context

- Python
Published by stain over 3 years ago

signposting - signposting v0.7.0

This library helps client to discover links that follow the signposting conventions, most notably FAIR Signposting.

This can then be used to navigate between:

  • Persistent identifiers
  • HTML landing pages
  • File downloads/items
  • Structured metadata

Changelog

v0.7.0 (2022-08-20)

  • Support multiple context in Signposting -- users of findsignpostinglinkset should take particularly care to look up using for_context
  • RFC7231 update: Don't resolve context according to Content-Location header

- Python
Published by stain almost 4 years ago

signposting - Signposting v0.2.4

This library helps client to discover links that follow the signposting conventions, most notably FAIR Signposting.

This can then be used to navigate between:

  • Persistent identifiers
  • HTML landing pages
  • File downloads/items
  • Structured metadata

- Python
Published by stain almost 4 years ago