CITATION.cff 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. cff-version: 1.2.0
  2. title: rfc3987-syntax
  3. message: >-
  4. If you use this software, please cite it using the
  5. metadata from this file.
  6. type: software
  7. authors:
  8. - given-names: Will
  9. family-names: Riley
  10. email: wanderingwill@gmail.com
  11. orcid: "https://orcid.org/0000-0003-1822-6756"
  12. - given-names: Jan
  13. family-names: Kowalleck
  14. repository-code: >-
  15. https://github.com/willynilly/rfc3987-syntax
  16. abstract: >-
  17. Helper functions to syntactically validate strings according to RFC 3987
  18. keywords:
  19. - RFC 3987
  20. - RFC3987
  21. - validator
  22. - syntax
  23. - parser
  24. license: MIT
  25. version: "1.1.0"
  26. date-released: "2025-07-18"
  27. references:
  28. - title: "abnf-to-regexp"
  29. type: software
  30. version: "1.1.3"
  31. license: MIT
  32. authors:
  33. - given-names: Marko
  34. family-names: Ristin
  35. email: marko@ristin.ch
  36. orcid: ""
  37. - given-names: Oliver Steensen-Bech
  38. family-names: Haagh
  39. email: oliver@dmc.international
  40. orcid: ""
  41. - given-names: Sebastian
  42. family-names: Heppner
  43. email: s.heppner@iat.rwth-aachen.de
  44. orcid: ""
  45. repository-code: https://github.com/aas-core-works/abnf-to-regexp
  46. - title: "lark"
  47. type: software
  48. version: 1.2.2
  49. license: MIT
  50. authors:
  51. - family-names: Shinan
  52. given-names: Erez
  53. email: erezshin@gmail.com
  54. repository-code: https://github.com/lark-parser/lark
  55. - title: "Internationalized Resource Identifiers (IRIs)"
  56. authors:
  57. - family-names: Dürst
  58. given-names: Martin
  59. - family-names: Suignard
  60. given-names: Michel
  61. date-released: 2005-01-01
  62. doi: "10.17487/RFC3987"
  63. url: "https://www.rfc-editor.org/info/rfc3987"
  64. type: standard
  65. - title: "ChatGPT"
  66. authors:
  67. - name: OpenAI
  68. type: software
  69. version: "GPT-4o"
  70. url: "https://chat.openai.com/chat"