1 line
1.3 KiB
JSON
1 line
1.3 KiB
JSON
{"classifiers": ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Environment :: Console", "Topic :: Database", "Topic :: Software Development :: Code Generators", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5"], "extensions": {"python.commands": {"wrap_console": {"flask-sqlacodegen": "sqlacodegen.main:main"}}, "python.details": {"contacts": [{"name": "Kamil Sindi", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}}, "python.exports": {"console_scripts": {"flask-sqlacodegen": "sqlacodegen.main:main"}}}, "extras": [], "generator": "bdist_wheel (0.29.0)", "keywords": ["sqlalchemy", "sqlacodegen", "flask"], "license": "MIT", "metadata_version": "2.0", "name": "flask-sqlacodegen", "run_requires": [{"requires": ["SQLAlchemy (>=0.6.0)", "inflect (>=0.2.0)"]}], "summary": "Automatic model code generator for SQLAlchemy with Flask support", "test_requires": [{"requires": ["pytest", "pytest-pep8"]}], "version": "1.1.6.1"} |