Metadata-Version: 2.1
Name: githubcutter
Version: 0.2.1.dev0
Summary: A tool to setup GitHub repositories using simple YAML templates
Home-page: https://github.com/stracquadaniolab/githubcutter
Author: Giovanni Stracquadanio
Author-email: giovanni.stracquadanio@ed.ac.uk
License: MIT
Keywords: version-control git automation
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: argh (>=0.26)
Requires-Dist: python-dotenv (>=0.10)
Requires-Dist: PyYAML (>=5.1)
Requires-Dist: PyGithub (>=1.43)
Requires-Dist: dotty-dict (>=1.1)

# githubcutter

Current version: 0.2.1-dev

A tool to setup GitHub repositories using simple YAML templates.

The tool was inspired by [cookiecutter](https://cookiecutter.readthedocs.io/en/latest/), which is heavily used in the lab,
as we needed a tool to automate repositories creation on GitHub.

## Installation

    pip install githubcutter

## Documentation

The official documentation for githubcutter can be found on [readthedocs](https://githubcutter.readthedocs.io/).

## Bugs

Post an issue to report a bug or request new features.

## Developers
- Giovanni Stracquadanio, giovanni.stracquadanio@ed.ac.uk





