METADATA 710 B

1234567891011121314151617181920212223
  1. Metadata-Version: 2.0
  2. Name: django-jwt-auth
  3. Version: 0.0.2
  4. Summary: JSON Web Token based authentication for Django
  5. Home-page: https://github.com/jpadilla/django-jwt-auth
  6. Author: Jose Padilla
  7. Author-email: hello@jpadilla.com
  8. License: MIT
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Environment :: Web Environment
  12. Classifier: Framework :: Django
  13. Classifier: Intended Audience :: Developers
  14. Classifier: License :: OSI Approved :: MIT License
  15. Classifier: Operating System :: OS Independent
  16. Classifier: Programming Language :: Python
  17. Classifier: Programming Language :: Python :: 3
  18. Classifier: Topic :: Internet :: WWW/HTTP
  19. Requires-Dist: PyJWT (>=1.4.0,<2.0.0)
  20. UNKNOWN