Plex plugin to to play various online streams (mostly Latvian).

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [metadata]
  2. name = mock
  3. summary = Rolling backport of unittest.mock for all Pythons
  4. home-page = https://github.com/testing-cabal/mock
  5. description-file = README.rst
  6. author = Testing Cabal
  7. author-email = testing-in-python@lists.idyll.org
  8. classifier =
  9. Development Status :: 5 - Production/Stable
  10. Environment :: Console
  11. Intended Audience :: Developers
  12. License :: OSI Approved :: BSD License
  13. Operating System :: OS Independent
  14. Programming Language :: Python
  15. Programming Language :: Python :: 2
  16. Programming Language :: Python :: 2.6
  17. Programming Language :: Python :: 2.7
  18. Programming Language :: Python :: 3
  19. Programming Language :: Python :: 3.2
  20. Programming Language :: Python :: 3.3
  21. Programming Language :: Python :: 3.4
  22. Programming Language :: Python :: 3.5
  23. Programming Language :: Python :: Implementation :: CPython
  24. Programming Language :: Python :: Implementation :: Jython
  25. Programming Language :: Python :: Implementation :: PyPy
  26. Topic :: Software Development :: Libraries
  27. Topic :: Software Development :: Libraries :: Python Modules
  28. Topic :: Software Development :: Testing
  29. keyword =
  30. testing, test, mock, mocking, unittest, patching, stubs, fakes, doubles
  31. [extras]
  32. test =
  33. unittest2>=1.1.0
  34. docs =
  35. jinja2<2.7:python_version<"3.3" and python_version>="3"
  36. Pygments<2:python_version<"3.3" and python_version>="3"
  37. sphinx<1.3:python_version<"3.3" and python_version>="3"
  38. sphinx:python_version<"3" or python_version>="3.3"
  39. [files]
  40. packages = mock
  41. [bdist_wheel]
  42. universal = 1