Metadata-Version: 2.1
Name: idiap-devtools
Version: 1.0.0
Summary: This package contains a *pot-pourri* of various tools required to develop python packages at Idiap's GitLab infrastructure
Author-email: Andre Anjos <andre.anjos@idiap.ch>
License: BSD 3-Clause License
Project-URL: documentation, https://idiap-devtools.readthedocs.io/en/v1.0.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
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.9
Description-Content-Type: text/markdown
Requires-Dist: click (>=8)
Requires-Dist: cookiecutter
Requires-Dist: gitpython
Requires-Dist: packaging
Requires-Dist: python-dateutil
Requires-Dist: python-gitlab
Requires-Dist: pytz
Requires-Dist: pyyaml
Requires-Dist: setuptools
Requires-Dist: tomli
Requires-Dist: tomlkit
Requires-Dist: xdg
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: furo ; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'doc'
Requires-Dist: sphinx-copybutton ; extra == 'doc'
Requires-Dist: sphinx-inline-tabs ; extra == 'doc'
Requires-Dist: sphinx-click ; extra == 'doc'
Requires-Dist: auto-intersphinx ; 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'
Requires-Dist: coverage ; extra == 'test'

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

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

[![latest-docs](https://img.shields.io/badge/docs-v1.0.0-orange.svg)](https://idiap-devtools.readthedocs.io/en/v1.0.0/)
[![build](https://gitlab.idiap.ch/software/idiap-devtools/badges/v1.0.0/pipeline.svg)](https://gitlab.idiap.ch/software/idiap-devtools/commits/v1.0.0)
[![coverage](https://gitlab.idiap.ch/software/idiap-devtools/badges/v1.0.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/idiap-devtools/v1.0.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.
