m2m模型翻译
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1018 B

7 months ago
  1. Metadata-Version: 2.1
  2. Name: Flask-RESTful
  3. Version: 0.3.10
  4. Summary: Simple framework for creating REST APIs
  5. Home-page: https://www.github.com/flask-restful/flask-restful/
  6. Author: Twilio API Team
  7. Author-email: help@twilio.com
  8. License: BSD
  9. Project-URL: Source, https://github.com/flask-restful/flask-restful
  10. Platform: any
  11. Classifier: Framework :: Flask
  12. Classifier: Programming Language :: Python :: 2
  13. Classifier: Programming Language :: Python :: 2.7
  14. Classifier: Programming Language :: Python :: 3
  15. Classifier: Programming Language :: Python :: 3.4
  16. Classifier: Programming Language :: Python :: 3.5
  17. Classifier: Programming Language :: Python :: 3.6
  18. Classifier: Programming Language :: Python :: 3.7
  19. Classifier: Programming Language :: Python :: 3.8
  20. Classifier: License :: OSI Approved :: BSD License
  21. License-File: LICENSE
  22. License-File: AUTHORS.md
  23. Requires-Dist: aniso8601 (>=0.82)
  24. Requires-Dist: Flask (>=0.8)
  25. Requires-Dist: six (>=1.3.0)
  26. Requires-Dist: pytz
  27. Provides-Extra: docs
  28. Requires-Dist: sphinx ; extra == 'docs'