grimoirelab-toolkit


Namegrimoirelab-toolkit JSON
Version 1.0.8 PyPI version JSON
download
home_pagehttps://chaoss.github.io/grimoirelab/
SummaryToolkit of common functions used across GrimoireLab
upload_time2024-12-11 10:22:03
maintainerNone
docs_urlNone
authorGrimoireLab Developers
requires_python<4.0,>=3.9
licenseGPL-3.0+
keywords development grimoirelab
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GrimoireLab Toolkit [![Build Status](https://github.com/chaoss/grimoirelab-toolkit/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-toolkit/actions?query=workflow:tests+branch:master+event:push) [![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.8

You will also need some other libraries for running the tool, you can find the
whole list of dependencies in [pyproject.toml](pyproject.toml) file.

## Installation

There are several ways to install GrimoireLab Toolkit on your system: packages or source 
code using Poetry or pip.

### PyPI

GrimoireLab Toolkit can be installed using pip, a tool for installing Python packages. 
To do it, run the next command:
```
$ pip install grimoirelab-toolkit
```

### Source code

To install from the source code you will need to clone the repository first:
```
$ git clone https://github.com/chaoss/grimoirelab-toolkit
$ cd grimoirelab-toolkit
```

Then use pip or Poetry to install the package along with its dependencies.

#### Pip
To install the package from local directory run the following command:
```
$ pip install .
```
In case you are a developer, you should install GrimoireLab Toolkit in editable mode:
```
$ pip install -e .
```

#### Poetry
We use [poetry](https://python-poetry.org/) for dependency management and 
packaging. You can install it following its [documentation](https://python-poetry.org/docs/#installation).
Once you have installed it, you can install GrimoireLab Toolkit and the dependencies in 
a project isolated environment using:
```
$ poetry install
```
To spaw a new shell within the virtual environment use:
```
$ poetry shell
```

## License

Licensed under GNU General Public License (GPL), version 3 or later.

            

Raw data

            {
    "_id": null,
    "home_page": "https://chaoss.github.io/grimoirelab/",
    "name": "grimoirelab-toolkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "development, grimoirelab",
    "author": "GrimoireLab Developers",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/23/b4/502e204fac5d5220f069cbb99b00c386ffb4a8e4b0ff4138104f89788eca/grimoirelab_toolkit-1.0.8.tar.gz",
    "platform": null,
    "description": "# GrimoireLab Toolkit [![Build Status](https://github.com/chaoss/grimoirelab-toolkit/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-toolkit/actions?query=workflow:tests+branch:master+event:push) [![Coverage Status](https://img.shields.io/coveralls/chaoss/grimoirelab-toolkit.svg)](https://coveralls.io/r/chaoss/grimoirelab-toolkit?branch=master)\n\nToolkit of common functions used across GrimoireLab projects.\n\nThis package provides a library composed by functions widely used in other\nGrimoireLab projects. These function deal with date handling, introspection,\nURIs/URLs, among other topics.\n\n## Requirements\n\n * Python >= 3.8\n\nYou will also need some other libraries for running the tool, you can find the\nwhole list of dependencies in [pyproject.toml](pyproject.toml) file.\n\n## Installation\n\nThere are several ways to install GrimoireLab Toolkit on your system: packages or source \ncode using Poetry or pip.\n\n### PyPI\n\nGrimoireLab Toolkit can be installed using pip, a tool for installing Python packages. \nTo do it, run the next command:\n```\n$ pip install grimoirelab-toolkit\n```\n\n### Source code\n\nTo install from the source code you will need to clone the repository first:\n```\n$ git clone https://github.com/chaoss/grimoirelab-toolkit\n$ cd grimoirelab-toolkit\n```\n\nThen use pip or Poetry to install the package along with its dependencies.\n\n#### Pip\nTo install the package from local directory run the following command:\n```\n$ pip install .\n```\nIn case you are a developer, you should install GrimoireLab Toolkit in editable mode:\n```\n$ pip install -e .\n```\n\n#### Poetry\nWe use [poetry](https://python-poetry.org/) for dependency management and \npackaging. You can install it following its [documentation](https://python-poetry.org/docs/#installation).\nOnce you have installed it, you can install GrimoireLab Toolkit and the dependencies in \na project isolated environment using:\n```\n$ poetry install\n```\nTo spaw a new shell within the virtual environment use:\n```\n$ poetry shell\n```\n\n## License\n\nLicensed under GNU General Public License (GPL), version 3 or later.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0+",
    "summary": "Toolkit of common functions used across GrimoireLab",
    "version": "1.0.8",
    "project_urls": {
        "Homepage": "https://chaoss.github.io/grimoirelab/",
        "Repository": "https://github.com/chaoss/grimoirelab-toolkit"
    },
    "split_keywords": [
        "development",
        " grimoirelab"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72ae98724b0ba9e052147fa70eecf2417e9c9bbcafd8284cab2d397351a9e2a4",
                "md5": "5ffdac0c5c3722e1e08d7627c1d91921",
                "sha256": "c07afd979e1f1d522f2ad5e42e9668853a2b9584f8bef59c347757f0808dfb4a"
            },
            "downloads": -1,
            "filename": "grimoirelab_toolkit-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ffdac0c5c3722e1e08d7627c1d91921",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 20325,
            "upload_time": "2024-12-11T10:22:00",
            "upload_time_iso_8601": "2024-12-11T10:22:00.945210Z",
            "url": "https://files.pythonhosted.org/packages/72/ae/98724b0ba9e052147fa70eecf2417e9c9bbcafd8284cab2d397351a9e2a4/grimoirelab_toolkit-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23b4502e204fac5d5220f069cbb99b00c386ffb4a8e4b0ff4138104f89788eca",
                "md5": "d0d911c60163a15c5dcb55085e4b65c3",
                "sha256": "e1cd99923faf718c3a8b577182a20f707b224031fbd6648c2fb9bccc68c10dcb"
            },
            "downloads": -1,
            "filename": "grimoirelab_toolkit-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "d0d911c60163a15c5dcb55085e4b65c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 21484,
            "upload_time": "2024-12-11T10:22:03",
            "upload_time_iso_8601": "2024-12-11T10:22:03.189560Z",
            "url": "https://files.pythonhosted.org/packages/23/b4/502e204fac5d5220f069cbb99b00c386ffb4a8e4b0ff4138104f89788eca/grimoirelab_toolkit-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 10:22:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chaoss",
    "github_project": "grimoirelab-toolkit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "grimoirelab-toolkit"
}
        
Elapsed time: 0.81469s