Python module name to package name map
Go to file
Thomas Bechtold 788c70ab26 Restructure documentation
- Convert README from markdown to restructured text
- Add documentation template for Sphinx
- Add setup.cfg file so that sphinx build is done in
  doc/build/html as expected by infra scripts.

This is the way OpenStack projects usually do documentation.

Change-Id: I7e40a2e6fe14e63bd33f9b1ea1f31db23c7501b8
2016-01-07 19:09:50 +01: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 Restructure documentation 2016-01-07 19:09:50 +01: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