Metadata-Version: 2.3
Name: kedrogen
Version: 0.2.0
Summary: A simple CLI command that generate a Kedro project from a cookiecutter template in the current directory
License: MIT
Keywords: cli,kedro,cookiecutter
Author: Shafayet Khan Shafee
Author-email: sshafee@isrt.ac.bd
Requires-Python: >=3.9
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Kedro
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: kedro (>=0.19.14,<0.20.0)
Requires-Dist: typer (>=0.16.0,<0.17.0)
Project-URL: Bug Tracker, https://github.com/shafayetShafee/kedrogen/issues
Project-URL: Documentation, https://github.com/shafayetShafee/kedrogen/blob/main/README.md
Project-URL: Repository, https://github.com/shafayetShafee/kedrogen
Description-Content-Type: text/markdown

# kedrogen

A simple CLI command that generate a Kedro project from a cookiecutter template in the current directory.

## Installation

```console
pip install kedrogen
```
  
## Usage

```console
$ kedrogen [OPTIONS] TEMPLATE
```

**Arguments**:

* `TEMPLATE_PATH`: Path or Git URL of the Cookiecutter template.  [required]

**Options**:

* `--verbose`: Show detailed output.
* `-q, --quiet`: Suppress all non-error messages.
* `-v, --version`: Show the version and exit.
* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
* `--help`: Show this message and exit.


## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`kedrogen` was created by Shafayet Khan Shafee. It is licensed under the terms of the MIT license.

