Metadata-Version: 1.1
Name: grimoirelab-toolkit
Version: 0.1.9
Summary: Toolkit of common functions used across GrimoireLab
Home-page: https://github.com/chaoss/grimoirelab-toolkit
Author: Bitergia
Author-email: sduenas@bitergia.com
License: GPLv3
Description: # GrimoireLab Toolkit [![Build Status](https://travis-ci.org/chaoss/grimoirelab-toolkit.svg?branch=master)](https://travis-ci.org/chaoss/grimoirelab-toolkit) [![Coverage Status](https://img.shields.io/coveralls/chaoss/grimoirelab-toolkit.svg)](https://coveralls.io/r/chaoss/grimoirelab-toolkit?branch=master)
        
        Toolkit of common functions used across GrimoireLab projects.
        
        This package provides a library composed by functions widely used in other
        GrimoireLab projects. These function deal with date handling, introspection,
        URIs/URLs, among other topics.
        
        ## Requirements
        
        * Python >= 3.4
        * python3-dateutil >= 2.6
        
        ## Installation
        
        ```
        $ pip3 install -r requirements.txt
        $ python3 setup.py install
        ```
        
        ## License
        
        Licensed under GNU General Public License (GPL), version 3 or later.
        
Keywords: development grimoirelab
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
