Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. C:\Users\user>pip show praw
  2. ---
  3. Metadata-Version: 2.0
  4. Name: praw
  5. Version: 4.0.0b18
  6. Summary: PRAW, an acronym for `Python Reddit API Wrapper`, is a python package that allows for simple access to reddit's API.
  7. Home-page: https://praw.readthedocs.org/
  8. Author: Bryce Boe
  9. Author-email: bbzbryce@gmail.com
  10. Installer: pip
  11. License: Simplified BSD License
  12. Location: c:\users\user\appdata\local\programs\python\python35\lib\site-packages
  13. Requires: requests, six, prawcore, decorator, update-checker
  14. Classifiers:
  15. Development Status :: 5 - Production/Stable
  16. Environment :: Console
  17. Intended Audience :: Developers
  18. License :: OSI Approved :: BSD License
  19. Natural Language :: English
  20. Operating System :: OS Independent
  21. Programming Language :: Python
  22. Programming Language :: Python :: 2.7
  23. Programming Language :: Python :: 3
  24. Programming Language :: Python :: 3.3
  25. Programming Language :: Python :: 3.4
  26. Programming Language :: Python :: 3.5
  27. Programming Language :: Python :: Implementation :: CPython
  28. Topic :: Utilities
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement