Python module name to package name map
Go to file
Doug Hellmann 1905e8bc93 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I4e87085c6cbb24367d8a7f839b4811d049ba7bf1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-11-11 06:16:18 +00:00
doc/source Add mapping for OpenStack project names 2016-09-07 15:49:52 +02:00
pymod2pkg Add watcher service 2018-10-18 17:06:12 +02:00
.gitignore Switch to stestr and remove flake8 from the list of dependencies 2018-08-28 14:01:32 +02:00
.gitreview Added .gitreview 2015-10-01 18:38:00 +00:00
.stestr.conf Switch to stestr and remove flake8 from the list of dependencies 2018-08-28 14:01:32 +02:00
.zuul.yaml add python 3.6 unit test job 2018-08-31 10:10:31 -04:00
LICENSE Initial import 2015-11-02 09:10:12 +01:00
MANIFEST.in Restructure documentation 2016-01-07 19:09:50 +01:00
Makefile Initial import 2015-11-02 09:10:12 +01:00
README.rst Update links in README 2018-02-28 01:29:38 +08:00
lower-constraints.txt add lower-constraints job 2018-04-03 09:32:23 -04:00
requirements.txt Updated from global requirements 2017-04-12 04:20:39 +00:00
setup.cfg Update home-page according to doc migration 2017-07-25 09:52:47 +08:00
setup.py Updated from global requirements 2017-03-02 11:54:02 +00:00
test-requirements.txt Merge "Switch to stestr and remove flake8 from the list of dependencies" 2018-08-30 19:34:06 +00:00
tests.py Change default translation for py2 in RDO 2017-10-13 08:22:45 +02:00
tox.ini fix tox python3 overrides 2018-11-11 06:16:18 +00:00

README.rst

Team and repository tags

image

pymod2pkg

pymod2pkg is a simple python module for translating python module names to corresponding package names which is a common problem in the packaging world. It is used for the OpenStack rpm packaging initiative. For more information about the OpenStack rpm packaging initiative, please follow the link to the wiki page:

https://wiki.openstack.org/wiki/Rpm-packaging

In the unfortunate event that bugs are discovered, they should be reported to the appropriate bug tracker. If you obtained the software from a 3rd party operating system vendor, it is often wise to use their own bug tracker for reporting problems. In all other cases use the master OpenStack bug tracker, available at:

https://bugs.launchpad.net/pymod2pkg

Developers wishing to work on pymod2pkg should always base their work on the latest code, available from the master GIT repository at:

https://git.openstack.org/cgit/openstack/pymod2pkg

Developers should also join the discussion on the mailing list, at:

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

or join the IRC channel on

http://webchat.freenode.net/?channels=openstack-rpm-packaging