METADATA 857 B

12345678910111213141516171819202122232425
  1. Metadata-Version: 2.0
  2. Name: pytest-datadir
  3. Version: 1.0.1
  4. Summary: pytest plugin for test data directories and files
  5. Home-page: http://github.com/gabrielcnr/pytest-datadir
  6. Author: Gabriel Reis
  7. Author-email: gabrielcnr@gmail.com
  8. License: MIT
  9. Keywords: pytest test unittest directory file
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Programming Language :: Python :: 2.7
  16. Classifier: Programming Language :: Python :: 3.4
  17. Classifier: Programming Language :: Python :: 3.5
  18. Classifier: Topic :: Software Development :: Quality Assurance
  19. Classifier: Topic :: Software Development :: Testing
  20. Requires-Dist: pytest (>=2.7.0)
  21. Requires-Dist: pathlib; python_version<"3.4"
  22. UNKNOWN