Funktionierender Prototyp des Serious Games zur Vermittlung von Wissen zu Software-Engineering-Arbeitsmodellen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__version__.py 435B

1234567891011121314
  1. # .-. .-. .-. . . .-. .-. .-. .-.
  2. # |( |- |.| | | |- `-. | `-.
  3. # ' ' `-' `-`.`-' `-' `-' ' `-'
  4. __title__ = "requests"
  5. __description__ = "Python HTTP for Humans."
  6. __url__ = "https://requests.readthedocs.io"
  7. __version__ = "2.31.0"
  8. __build__ = 0x023100
  9. __author__ = "Kenneth Reitz"
  10. __author_email__ = "me@kennethreitz.org"
  11. __license__ = "Apache 2.0"
  12. __copyright__ = "Copyright Kenneth Reitz"
  13. __cake__ = "\u2728 \U0001f370 \u2728"