metadata.xml 745 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>vikraman@gentoo.org</email>
  6. <name>Vikraman Choudhury</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. HTTPie is a command line HTTP client. Its goal is to make CLI
  10. interaction with web services as human-friendly as possible. It
  11. provides a simple http command that allows for sending arbitrary HTTP
  12. requests using a simple and natural syntax, and displays colorized
  13. responses. HTTPie can be used for testing, debugging, and generally
  14. interacting with HTTP servers.
  15. </longdescription>
  16. <upstream>
  17. <remote-id type="pypi">httpie</remote-id>
  18. </upstream>
  19. </pkgmetadata>