Python client for Container Infrastructure Management Service
Go to file
Andreas Jaeger da885db8bc Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
- Update classifiers
- Update requirements, no need for python_version anymore
- Remove html_last_updated_fmt from conf.py, this is not needed with
  openstackdocstheme anymore; update openstackdocstheme requirement

Change-Id: I8811b249e53df8e25c46fe63d71b7dbb400dac19
2020-04-04 16:55:16 +02:00
doc Cleanup py27 support 2020-04-04 16:55:16 +02:00
magnumclient Merge "Bugfix: Use fields option for cluster template list" 2020-03-31 09:39:50 +00:00
releasenotes Update master for stable/train 2020-03-31 09:14:39 +00:00
tools Fix coverage test 2019-06-03 19:34:36 +10:00
.coveragerc Cleanup coverage configuration 2016-08-28 21:47:22 +01:00
.gitignore Switch to stestr 2018-07-24 15:44:42 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:49 +00:00
.mailmap Added project required files. 2014-11-21 08:33:53 +09:00
.stestr.conf Switch to stestr 2018-07-24 15:44:42 +07:00
.zuul.yaml Drop py27 tests 2020-03-18 13:18:30 +13:00
CONTRIBUTING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-08-24 02:04:03 +00:00
LICENSE Initial commit 2014-11-18 14:38:31 -07:00
README.rst Merge "Update links in README" 2020-03-31 09:56:29 +00:00
babel.cfg Added project required files. 2014-11-21 08:33:53 +09:00
lower-constraints.txt Cleanup py27 support 2020-04-04 16:55:16 +02:00
requirements.txt Switch to stestr 2018-07-24 15:44:42 +07:00
setup.cfg Cleanup py27 support 2020-04-04 16:55:16 +02:00
setup.py Cleanup py27 support 2020-04-04 16:55:16 +02:00
test-requirements.txt Update hacking for Python3 2020-03-28 15:54:06 +01:00
tox.ini Update hacking for Python3 2020-03-28 15:54:06 +01:00

README.rst

Team and repository tags

image

Python bindings to the Magnum API

Latest Version

Downloads

This is a client library for Magnum built on the Magnum API. It provides a Python API (the magnumclient module) and a command-line tool (magnum).

Development takes place via the usual OpenStack processes as outlined in the developer guide.