Metadata-Version: 2.4
Name: idiap-devtools
Version: 2.1.0
Summary: A *pot-pourri* of various tools required to develop python packages at Idiap's GitLab infrastructure
Project-URL: documentation, https://idiap-devtools.readthedocs.io/en/v2.1.0/
Project-URL: homepage, https://pypi.org/project/idiap-devtools
Project-URL: repository, https://gitlab.idiap.ch/software/idiap-devtools
Project-URL: changelog, https://gitlab.idiap.ch/software/idiap-devtools/-/releases
Author-email: Andre Anjos <andre.anjos@idiap.ch>
License-Expression: BSD-3-Clause
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: click>=8
Requires-Dist: gitpython
Requires-Dist: packaging
Requires-Dist: python-dateutil
Requires-Dist: python-gitlab
Requires-Dist: pytz
Requires-Dist: tomli
Requires-Dist: tomlkit
Provides-Extra: doc
Requires-Dist: auto-intersphinx; extra == 'doc'
Requires-Dist: furo; extra == 'doc'
Requires-Dist: sphinx; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints; extra == 'doc'
Requires-Dist: sphinx-click; extra == 'doc'
Requires-Dist: sphinx-copybutton; extra == 'doc'
Requires-Dist: sphinx-inline-tabs; extra == 'doc'
Provides-Extra: qa
Requires-Dist: pre-commit; extra == 'qa'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

<!--
Copyright © 2022 Idiap Research Institute <contact@idiap.ch>

SPDX-License-Identifier: BSD-3-Clause
-->

[![latest-docs](https://img.shields.io/badge/docs-v2.1.0-orange.svg)](https://idiap-devtools.readthedocs.io/en/v2.1.0/)
[![build](https://gitlab.idiap.ch/software/idiap-devtools/badges/v2.1.0/pipeline.svg)](https://gitlab.idiap.ch/software/idiap-devtools/commits/v2.1.0)
[![coverage](https://gitlab.idiap.ch/software/idiap-devtools/badges/v2.1.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/idiap-devtools/v2.1.0/coverage/index.html)
[![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/idiap-devtools)

# Development Tools

This package contains a set of small utilities to support development of Python
packages through GitLab.  It is targetted for package development at Idiap.

For installation and usage instructions, check-out our documentation.
