Metadata-Version: 1.1
Name: progstats
Version: 1.0.3
Summary: An website that display programming stats
Home-page: https://gitlab.namibsun.net/namboy94/progstats
Author: Hermann Krumrey
Author-email: hermann@krumreyh.com
License: GNU GPL3
Download-URL: https://gitlab.namibsun.net/namboy94/progstats/repository/archive.zip?ref=master
Description: # Progstats
        
        |master|develop|
        |:---:|:---:|
        |[![build status](https://gitlab.namibsun.net/namboy94/progstats/badges/master/build.svg)](https://gitlab.namibsun.net/namboy94/progstats/commits/master)|[![build status](https://gitlab.namibsun.net/namboy94/progstats/badges/develop/build.svg)](https://gitlab.namibsun.net/namboy94/progstats/commits/develop)|
        
        ![Logo](resources/logo/logo-readme.png)
        
        A Website that categorizes the git statistics, documentation and code coverage
        of gitlab projects.
        
        A live version is running at
        [progstats.namibsun.net](https://progstats.namibsun.net)
        
        The project is meant to be served using apache and wsgi. The data directory
        containing the topics to display should be inside a separate data directory
        that is located in the same directory as `progstats.wsgi`. So the structure
        of the apache vhost should look something like this:
        
            /var/www/progstat.namibsun.net/
                -- progstats.wsgi
                -- data/
                    -- git_stats/
                    -- gitstat/
                    ...
        
        An alias to that data directory should also be specified in the
        vhost configuration file. A template for a vhost config file is
        [here](config/apache.conf)
        
        ## Further Information
        
        * [Changelog](https://gitlab.namibsun.net/namboy94/progstats/raw/master/CHANGELOG)
        * [License (GPLv3)](https://gitlab.namibsun.net/namboy94/progstats/raw/master/LICENSE)
        * [Gitlab](https://gitlab.namibsun.net/namboy94/progstats)
        * [Github](https://github.com/namboy94/progstats)
        * [Python Package Index Site](https://pypi.org/project/progstats/)
        * [Progstats](https://progstats.namibsun.net/projects/progstats)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
