mirror of
https://github.com/ovh/python-ovh.git
synced 2026-01-16 23:00:21 +00:00
55 lines
1.4 KiB
INI
55 lines
1.4 KiB
INI
[metadata]
|
|
name = ovh
|
|
version = 0.4.1
|
|
author = Jean-Tiare Le Bigot
|
|
author-email = jean-tiare.le-bigot@ovh.net
|
|
home-page = https://api.ovh.com
|
|
summary = Official OVH.com API wrapper
|
|
description-file = README.rst
|
|
license = BSD
|
|
platforms = "Posix; MacOS X; Windows"
|
|
requires-dist =
|
|
setuptools
|
|
d2to1==0.2.11
|
|
classifier =
|
|
License :: OSI Approved :: BSD License
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2.6
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3.2
|
|
Programming Language :: Python :: 3.3
|
|
Programming Language :: Python :: 3.4
|
|
Programming Language :: Python :: 3.5
|
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
Topic :: System :: Archiving :: Packaging
|
|
keywords =
|
|
ovh
|
|
sdk
|
|
rest
|
|
|
|
[files]
|
|
packages =
|
|
ovh
|
|
ovh.vendor
|
|
ovh.vendor.requests
|
|
ovh.vendor.requests.packages
|
|
ovh.vendor.requests.packages.urllib3
|
|
ovh.vendor.requests.packages.urllib3.util
|
|
ovh.vendor.requests.packages.urllib3.contrib
|
|
ovh.vendor.requests.packages.urllib3.packages
|
|
ovh.vendor.requests.packages.urllib3.packages.ssl_match_hostname
|
|
ovh.vendor.requests.packages.chardet
|
|
|
|
[test]
|
|
test-suite = nose.collector
|
|
|
|
[nosetests]
|
|
verbosity = 2
|
|
where = tests/
|
|
with-yanc = 1
|
|
with-coverage = 1
|
|
cover-package = ovh
|
|
cover-erase = 1
|