File: setup.cfg

package info (click to toggle)
python-searchlightclient 2.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: python: 1,637; makefile: 92; sh: 7
file content (35 lines) | stat: -rw-r--r-- 1,215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[metadata]
name = python-searchlightclient
summary = OpenStack Indexing and Search API Client Library
description-file =
    README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/python-searchlightclient/latest
python-requires = >=3.6
classifier =
    Environment :: OpenStack
    Intended Audience :: Information Technology
    Intended Audience :: System Administrators
    License :: OSI Approved :: Apache Software License
    Operating System :: POSIX :: Linux
    Programming Language :: Python
    Programming Language :: Python :: Implementation :: CPython
    Programming Language :: Python :: 3 :: Only
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7
    Programming Language :: Python :: 3.8

[files]
packages =
    searchlightclient

[entry_points]
openstack.cli.extension =
    search = searchlightclient.osc.plugin

openstack.search.v1 =
    search_resource_type_list = searchlightclient.osc.v1.resource_type:ListResourceType
    search_facet_list = searchlightclient.osc.v1.facet:ListFacet
    search_query = searchlightclient.osc.v1.search:SearchResource