Metadata-Version: 2.4
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
Keywords: development grimoirelab
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
Requires-Dist: python-dateutil>=2.8.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# 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.
