"Fossies" - the Fresh Open Source Software Archive 
Member "glance-20.0.1/glance.egg-info/PKG-INFO" (12 Aug 2020, 4087 Bytes) of package /linux/misc/openstack/glance-20.0.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "PKG-INFO":
20.0.0_vs_20.0.1.
1 Metadata-Version: 1.2
2 Name: glance
3 Version: 20.0.1
4 Summary: OpenStack Image Service
5 Home-page: https://docs.openstack.org/glance/latest/
6 Author: OpenStack
7 Author-email: openstack-discuss@lists.openstack.org
8 License: UNKNOWN
9 Description: ================
10 OpenStack Glance
11 ================
12
13 .. image:: https://governance.openstack.org/tc/badges/glance.svg
14 :target: https://governance.openstack.org/tc/reference/tags/index.html
15 :alt: The following tags have been asserted for the Glance project:
16 "project:official",
17 "tc:approved-release",
18 "stable:follows-policy",
19 "tc:starter-kit:compute",
20 "vulnerability:managed",
21 "assert:supports-upgrade",
22 "assert:follows-standard-deprecation".
23 Follow the link for an explanation of these tags.
24 .. NOTE(rosmaita): the alt text above will have to be updated when
25 additional tags are asserted for Glance. (The SVG in the
26 governance repo is updated automatically.)
27
28 .. Change things from this point on
29
30 Glance is an OpenStack project that provides services and associated libraries
31 to store, browse, share, distribute and manage bootable disk images,
32 other data closely associated with initializing compute resources,
33 and metadata definitions.
34
35 Use the following resources to learn more:
36
37 API
38 ---
39
40 To learn how to use Glance's API, consult the documentation available
41 online at:
42
43 * `Image Service APIs <https://docs.openstack.org/api-ref/image/>`_
44
45 Developers
46 ----------
47
48 For information on how to contribute to Glance, please see the contents
49 of the CONTRIBUTING.rst in this repository.
50
51 Any new code must follow the development guidelines detailed in the
52 HACKING.rst file, and pass all unit tests.
53
54 Further developer focused documentation is available at:
55
56 * `Official Glance documentation <https://docs.openstack.org/glance/latest/>`_
57 * `Official Client documentation <https://docs.openstack.org/python-glanceclient/latest/>`_
58
59 Operators
60 ---------
61
62 To learn how to deploy and configure OpenStack Glance, consult the
63 documentation available online at:
64
65 * `Openstack Glance <https://docs.openstack.org/glance/latest/>`_
66
67 In the unfortunate event that bugs are discovered, they should be
68 reported to the appropriate bug tracker. You can raise bugs here:
69
70 * `Bug Tracker <https://bugs.launchpad.net/glance/>`_
71
72 Release notes
73 -------------
74
75 To learn more about Glance's new features, optimizations, and changes
76 between versions, consult the release notes online at:
77
78 * `Release Notes <https://docs.openstack.org/releasenotes/glance/>`__
79
80 Other Information
81 -----------------
82
83 During each design summit, we agree on what the whole community wants
84 to focus on for the upcoming release. You can see image service plans:
85
86 * `Image Service Plans <https://specs.openstack.org/openstack/glance-specs/>`_
87
88 For more information about the Glance project please see:
89
90 * `Glance Project <https://launchpad.net/glance/>`_
91
92
93 Platform: UNKNOWN
94 Classifier: Environment :: OpenStack
95 Classifier: Intended Audience :: Information Technology
96 Classifier: Intended Audience :: System Administrators
97 Classifier: License :: OSI Approved :: Apache Software License
98 Classifier: Operating System :: POSIX :: Linux
99 Classifier: Programming Language :: Python
100 Classifier: Programming Language :: Python :: 3
101 Classifier: Programming Language :: Python :: 3.6
102 Classifier: Programming Language :: Python :: 3.7
103 Requires-Python: >=3.6