{ "info": { "author": "Axel Duerkop", "author_email": "axel.duerkop@tuhh.de", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# gitlab-exporter\n\nPython tool for the command line to export various data sets from GitLab like project issues and group milestone dates. Scales nicely due to an API built on submodules.\n\n*gitlab-exporter* is based on [argparse](https://docs.python.org/3.7/library/argparse.html#module-argparse) and uses [python-gitlab](https://python-gitlab.readthedocs.io/en/stable/) under the hood.\n\n## Motivation\n\nAt TUHH we use GitLab CE a lot for project management. The Community Edition (CE) is missing some features that premium versions of GitLab have. As we want to stay independent with MIT licensed distribution of GitLab we have to implement the missing features ourselves.\n\nIt takes some time and patience to get all colleagues into working with GitLab. For many of them GitLab is not the tool that they open up first when they start working. Thus, some workarounds and helper functions can make their work more convenient and fun, as not all of them are coders.\n\n*gitlab-exporter* is such a helper tool. Its purpose is to get data out off GitLab and locate it in your colleagues' personal digital environments like calendars, office programs and the like.\n\n## Installation\n\n### Requirements\n\nYou need at least on your system\n\n- Python 3.6.x\n- pandoc 2.x\n\n### Installation from Source\n\nGo to [the repository](https://collaborating.tuhh.de/hos/modernes-publizieren/offen/software/middleware/gitlab-exporter) and grab the source.\n\n### Installation using Pip\n\n*gitlab-exporter* is a Python tool that can easily be installed with pip.\n\n pip install gitlab-exporter\n\nAfter installation with pip you should be able to use the command `gitlab-exporter` in your shell.\n\n## Getting to know the API\n\nTo learn about the API of *gitlab-exporter* type\n\n gitlab-exporter -h\n\nafter installation. There are and will be several submodules for different purposes. Learn about the API of these submodules simply typing e.g.\n\n gitlab-exporter gmd -h\n\nto get help for the submodule that exports group milestone dates to an ICS file.\n\n## Submodules and Examples\n\n*gitlab-exporter* provides several submodules for different purposes.\n\n### `gmd` - group milestone dates\n\nExports dates and descriptions of milestones on the group level to an ICS file. You then can import this file into your calendar of choice.\n\nExample:\n\n gitlab-exporter https://my-gitlab.com A2DF6HE6R7C88C9AE gmd 1234 milestones.ics\n\nThe command consists of the GitLab instance, a private token, the submodule name, the group id and the file name of the ICS file.\n\n### `pi` - project issues\n\nExports issues belonging to a certain project to a CSV file.\n\n gitlab-exporter https://my-gitlab.com A2DF6HE6R7C88C9AE gi 2345 issues.csv\n\nThe command consists of the GitLab instance, a private token, the submodule name, the project id and the CSV file name.\n\n## Automate the boring stuff with Docker\n\nIf you have the CI/CD component running with GitLab you can easily have Docker build your exports from GitLab.\n\nFurther documentation is on the way...\n\n## Tests\n\nThere are some, but they will be updated to [pytest](https://docs.pytest.org/en/latest/index.html) as soon as possible.\n\n## License\n\nCopyright 2019 Axel D\u00fcrkop; Hamburg University of Technology (TUHH)\n\nThis piece of software is licensed under the [**Apache License, Version 2.0**](https://collaborating.tuhh.de/hos/modernes-publizieren/offen/software/middleware/gitlab-exporter/blob/master/LICENSE)\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://collaborating.tuhh.de/hos/modernes-publizieren/offen/software/middleware/gitlab-exporter", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "gitlab-exporter", "package_url": "https://pypi.org/project/gitlab-exporter/", "platform": "", "project_url": "https://pypi.org/project/gitlab-exporter/", "project_urls": { "Homepage": "https://collaborating.tuhh.de/hos/modernes-publizieren/offen/software/middleware/gitlab-exporter" }, "release_url": "https://pypi.org/project/gitlab-exporter/0.0.7/", "requires_dist": [ "astroid (>=2.1.0)", "certifi (>=2018.11.29)", "chardet (>=3.0.4)", "icalendar (>=4.0.3)", "idna (>=2.8)", "isort (>=4.3.4)", "lazy-object-proxy (>=1.3.1)", "mccabe (>=0.6.1)", "numpy (>=1.16.1)", "pandas (>=0.24.1)", "ply (>=3.11)", "pypandoc (>=1.4)", "python-dateutil (>=2.8.0)", "python-gitlab (>=1.7.0)", "pytz (>=2018.9)", "requests (>=2.21.0)", "six (>=1.12.0)", "typed-ast (>=1.3.1)", "urllib3 (>=1.24.1)", "wrapt (>=1.11.1)" ], "requires_python": ">=3.6", "summary": "Export various data sets from GitLab issues, projects and groups", "version": "0.0.7" }, "last_serial": 4878542, "releases": { "0.0.6": [ { "comment_text": "", "digests": { "md5": "f8d3fba666994283ba2af0ff7f128c65", "sha256": "5115150b6eb212df972dd9ab31ba98961becabd53a8c62722133d983be8f449b" }, "downloads": -1, "filename": "gitlab_exporter-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "f8d3fba666994283ba2af0ff7f128c65", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 17851, "upload_time": "2019-02-27T09:46:35", "url": "https://files.pythonhosted.org/packages/10/e5/9b30d1f3e09e223a7edcd50a9fc6a230f6b332e9aae35c48b07e15376321/gitlab_exporter-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2e3faf1d76cbd44a469a2e8e22751399", "sha256": "d97058048995c1df81d953dad6fff81e58246be45beb5cf8b0697d986ace0ad2" }, "downloads": -1, "filename": "gitlab-exporter-0.0.6.tar.gz", "has_sig": false, "md5_digest": "2e3faf1d76cbd44a469a2e8e22751399", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 8690, "upload_time": "2019-02-27T09:46:38", "url": "https://files.pythonhosted.org/packages/42/53/f8cdaf281701be332d97af6287b169be1b3b3a5f2ca2db8843f958ea1714/gitlab-exporter-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "91d4a49d04295c4b8fdf965fb4b7d5aa", "sha256": "1838966049144dee8c45f2e351ad9535129c447320d83d70ab7cfb2bf81c71cd" }, "downloads": -1, "filename": "gitlab_exporter-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "91d4a49d04295c4b8fdf965fb4b7d5aa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 17853, "upload_time": "2019-02-28T10:06:02", "url": "https://files.pythonhosted.org/packages/cb/cf/f8d854c176689d270aa24384c27545983f7f8e00b70617d3bd7dc706521e/gitlab_exporter-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f49da76d9afac964d232b9f72bd81cb4", "sha256": "45f382b07ddba44656c69dde67244e7aa133199d9229e436c92c8a3f8c62e3c0" }, "downloads": -1, "filename": "gitlab-exporter-0.0.7.tar.gz", "has_sig": false, "md5_digest": "f49da76d9afac964d232b9f72bd81cb4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 8783, "upload_time": "2019-02-28T10:06:04", "url": "https://files.pythonhosted.org/packages/0c/63/28e78a1f73811e0c45ac64d755236ce3f6aa0508e227eb975c6d6e270bd3/gitlab-exporter-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "91d4a49d04295c4b8fdf965fb4b7d5aa", "sha256": "1838966049144dee8c45f2e351ad9535129c447320d83d70ab7cfb2bf81c71cd" }, "downloads": -1, "filename": "gitlab_exporter-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "91d4a49d04295c4b8fdf965fb4b7d5aa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 17853, "upload_time": "2019-02-28T10:06:02", "url": "https://files.pythonhosted.org/packages/cb/cf/f8d854c176689d270aa24384c27545983f7f8e00b70617d3bd7dc706521e/gitlab_exporter-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f49da76d9afac964d232b9f72bd81cb4", "sha256": "45f382b07ddba44656c69dde67244e7aa133199d9229e436c92c8a3f8c62e3c0" }, "downloads": -1, "filename": "gitlab-exporter-0.0.7.tar.gz", "has_sig": false, "md5_digest": "f49da76d9afac964d232b9f72bd81cb4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 8783, "upload_time": "2019-02-28T10:06:04", "url": "https://files.pythonhosted.org/packages/0c/63/28e78a1f73811e0c45ac64d755236ce3f6aa0508e227eb975c6d6e270bd3/gitlab-exporter-0.0.7.tar.gz" } ] }