Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

15 righe
436 B

  1. # .-. .-. .-. . . .-. .-. .-. .-.
  2. # |( |- |.| | | |- `-. | `-.
  3. # ' ' `-' `-`.`-' `-' `-' ' `-'
  4. __title__ = 'requests'
  5. __description__ = 'Python HTTP for Humans.'
  6. __url__ = 'http://python-requests.org'
  7. __version__ = '2.18.4'
  8. __build__ = 0x021804
  9. __author__ = 'Kenneth Reitz'
  10. __author_email__ = 'me@kennethreitz.org'
  11. __license__ = 'Apache 2.0'
  12. __copyright__ = 'Copyright 2017 Kenneth Reitz'
  13. __cake__ = u'\u2728 \U0001f370 \u2728'