pydotorg / backlog

a parallel playground for Python community services
0 stars 0 forks source link

Module information for tracker, viewvc, rss, docs, monitoring and other pydotorg web-services #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. No ability to get all bugs for specified module in stdlib
2. No ability to subscribe to new issues for specified module
3. No ability to query patches and doc fix proposals for specified module

What version of the product are you using? On what operating system?
Module description format. List of modules.
{
  name : 'CGIHTTPServer',
  path: {
    src : ['CGIHTTPServer.py'], # relative to stdlib root
    tests : [ # automatically checked by test runner
      'test/test_httpservers.py',
      'test/test_sundry.py'
    ], 
    doc : ['library/cgihttpserver.rst'],  # relative to doc src root
  },
}

Please provide any additional information below.
Tracker and other parts of pydotorg infrastructure could use module description 
format to dig and provide more module-related information (feeds, commits, etc)

Original issue reported on code.google.com by techtonik@gmail.com on 2 Feb 2011 at 8:00

GoogleCodeExporter commented 9 years ago
Tracker specific proposal is at 
http://psf.upfronthosting.co.za/roundup/meta/issue373

Original comment by techtonik@gmail.com on 2 Feb 2011 at 10:40