progstats package

Submodules

progstats.main module

progstats.router module

progstats.router.index()

The Home page of the website. Will display the /project/ page. :return: The /projects/ page

progstats.router.projects(project_name: str = None)

Lists all projects or displays details about a single project :param project_name: The name of the project to display. :return: An HTML document containing a list of projects

or the details of the selected project

progstats.router.topics(topic_name: str = None)

Displays a list of all available topics or a list of projects that offer info on a specified topic :param topic_name: The name of the topic to display :return: The page containing all available topics or the projects

applicable to a topic

Module contents