mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
d5f33f0b99
* Update pip resource for #516 allow user to set path to pip executable Signed-off-by: Anthony Shaw <anthonyshaw@apache.org> * support virtualenv path, pip file exec and better logic Signed-off-by: Anthony Shaw <anthonyshaw@apache.org> * add tests for the change to the pip path and resource Signed-off-by: Anthony Shaw <anthonyshaw@apache.org> * tests are case sensitive, although command line is not Signed-off-by: Anthony Shaw <anthonyshaw@apache.org> * use a path verification method instead of a class method Signed-off-by: Anthony Shaw <anthonyshaw@apache.org> * use guard clauses instead of conditionals Signed-off-by: Anthony Shaw <anthonyshaw@apache.org> * change the control flow to return nil when commands are not available Signed-off-by: Anthony Shaw <anthonyshaw@apache.org> * fix the return values when custom pip path is not valid Signed-off-by: Anthony Shaw <anthonyshaw@apache.org> * Refactor pip path detection to fix unit tests Signed-off-by: Adam Leff <adam@leff.co>
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
---
|
|
Metadata-Version: 2.0
|
|
Name: Django
|
|
Version: 1.10.5
|
|
Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
|
|
Home-page: http://www.djangoproject.com/
|
|
Author: Django Software Foundation
|
|
Author-email: foundation@djangoproject.com
|
|
Installer: pip
|
|
License: BSD
|
|
Location: /usr/lib/python3.5/site-packages
|
|
Requires:
|
|
Classifiers:
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: Web Environment
|
|
Framework :: Django
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: BSD License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.4
|
|
Programming Language :: Python :: 3.5
|
|
Topic :: Internet :: WWW/HTTP
|
|
Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
Topic :: Internet :: WWW/HTTP :: WSGI
|
|
Topic :: Software Development :: Libraries :: Application Frameworks
|
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
Entry-points:
|
|
[console_scripts]
|
|
django-admin = django.core.management:execute_from_command_line
|