Metadata-Version: 2.4
Name: bhklab-project-template
Version: 0.14.1
Summary: A simple CLI tool to create new BHKLab projects from a template
Project-URL: homepage, https://github.com/bhklab/bhklab-project-template
Project-URL: issues, https://github.com/bhklab/bhklab-project-template/issues
Author-email: Jermiah Joseph <jermiahjoseph98@gmail.com>
Maintainer-email: Jermiah Joseph <jermiahjoseph98@gmail.com>, Benjamin Haibe-Kains <benjamin.haibe.kains@utoronto.ca>
License: MIT
License-File: LICENSE.md
Keywords: bhklab,project,template
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: click<9,>=8.2.0
Requires-Dist: copier<10,>=9.7.1
Requires-Dist: loguru<1,>=0.7.0
Requires-Dist: platformdirs<5,>=4.3.8
Requires-Dist: rich-click<2,>=1.8.9
Requires-Dist: rich<15,>=14.0.0
Description-Content-Type: text/markdown

# Project Template for BHKLab Projects

[![Conda Version](https://img.shields.io/conda/v/conda-forge/bhklab-project-template)](https://anaconda.org/conda-forge/bhklab-project-template)
[![PyPI - License](https://img.shields.io/pypi/l/bhklab-project-template)](https://pypi.org/project/bhklab-project-template/)
[![GitHub Release](https://img.shields.io/github/v/release/bhklab/bhklab-project-template)](https://github.com/bhklab/bhklab-project-template/releases)
[![PyPI - Version](https://img.shields.io/pypi/v/bhklab-project-template)](https://pypi.org/project/bhklab-project-template/)

[![Conda Downloads](https://img.shields.io/conda/d/conda-forge/bhklab-project-template)](https://anaconda.org/conda-forge/bhklab-project-template)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/bhklab-project-template)](https://pypi.org/project/bhklab-project-template/)

## Conda-forge Build status

Link to the [feedstock-repo](https://github.com/conda-forge/bhklab-project-template-feedstock)

<table><tr><td>All platforms:</td>
    <td>
      <a href="https://dev.azure.com/conda-forge/feedstock-builds/_build/latest?definitionId=25690&branchName=main">
        <img src="https://dev.azure.com/conda-forge/feedstock-builds/_apis/build/status/bhklab-project-template-feedstock?branchName=main">
      </a>
    </td>
  </tr>
</table>

Checkout the [documentation](https://bhklab.github.io/bhklab-project-template/) for more information.
