Metadata-Version: 2.1
Name: brook
Version: 0.0.4
Summary: Custom python library
Home-page: https://github.com/sh0416/brook
Author: Seonghyeon Lee
Author-email: seonghyeon.drew@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/sh0416/brook/issues
Project-URL: Source, https://github.com/sh0416/brook/
Keywords: sample,setuptools,development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Requires-Dist: torch
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

# brook

## Reference

* package: [https://packaging.python.org/tutorials/packaging-projects/](https://packaging.python.org/tutorials/packaging-projects/)
* setup.cfg: [https://packaging.python.org/guides/distributing-packages-using-setuptools/](https://packaging.python.org/guides/distributing-packages-using-setuptools/)
* mypy: [https://mypy.readthedocs.io/en/stable/config_file.html#](https://mypy.readthedocs.io/en/stable/config_file.html#)
* sample: [https://github.com/pypa/sampleproject](https://github.com/pypa/sampleproject)

