Python module name to package name map
Go to file
Ondřej Nový 5da6695135 Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I5b2e08672f2354605052dfaab5b108948175c2ab
2016-01-15 10:43:12 +00:00
doc/source Restructure documentation 2016-01-07 19:09:50 +01:00
.gitignore Add tox.ini to be able to run tests 2015-11-10 14:56:15 +01:00
.gitreview Added .gitreview 2015-10-01 18:38:00 +00:00
.testr.conf Add tox.ini to be able to run tests 2015-11-10 14:56:15 +01: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 Restructure documentation 2016-01-07 19:09:50 +01:00
pymod2pkg.py Add tox.ini to be able to run tests 2015-11-10 14:56:15 +01:00
setup.cfg Restructure documentation 2016-01-07 19:09:50 +01:00
setup.py Restructure documentation 2016-01-07 19:09:50 +01:00
test-requirements.txt Restructure documentation 2016-01-07 19:09:50 +01:00
tests.py Add tox.ini to be able to run tests 2015-11-10 14:56:15 +01:00
tox.ini Deprecated tox -downloadcache option removed 2016-01-15 10:43:12 +00:00

README.rst

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