Metadata-Version: 2.1
Name: lightgbm-tools
Version: 0.0.1rc1
Summary: LightGM Tools
Home-page: https://github.com/telekom/lightgbm-tools
Author: Philip May
Author-email: philip@may.la
Maintainer: Philip May
Project-URL: Bug Tracker, https://github.com/telekom/lightgbm-tools/issues
Project-URL: Source Code, https://github.com/telekom/lightgbm-tools
Keywords: ml ai machine-learning metrics lightgbm
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: lightgbm
Provides-Extra: all
Requires-Dist: mdformat ; extra == 'all'
Requires-Dist: flake8 ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: black ; extra == 'all'
Requires-Dist: mypy ; extra == 'all'
Requires-Dist: pylint ; extra == 'all'
Requires-Dist: pylintfileheader ; extra == 'all'
Requires-Dist: isort ; extra == 'all'
Requires-Dist: pydocstyle ; extra == 'all'
Provides-Extra: checking
Requires-Dist: black ; extra == 'checking'
Requires-Dist: flake8 ; extra == 'checking'
Requires-Dist: isort ; extra == 'checking'
Requires-Dist: mdformat ; extra == 'checking'
Requires-Dist: pydocstyle ; extra == 'checking'
Requires-Dist: mypy ; extra == 'checking'
Requires-Dist: pylint ; extra == 'checking'
Requires-Dist: pylintfileheader ; extra == 'checking'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

# LightGBM Tools

## Licensing

Copyright (c) 2022 Philip May, Deutsche Telekom AG

Licensed under the **MIT License** (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License by reviewing the file
[LICENSE](https://github.com/telekom/lightgbm-tools/blob/main/LICENSE) in the repository.
