govcookiecutter icon indicating copy to clipboard operation
govcookiecutter copied to clipboard

A cookiecutter template for data science projects within His Majesty's Government and wider public sector.

Results 31 govcookiecutter issues
Sort by recently updated
recently updated
newest added

# Summary Add your summary here - keep it brief, to the point, and in plain English. [For further information about pull requests, check out the GDS Way](https://gds-way.cloudapps.digital/standards/pull-requests.html). # Checklists...

Hi all, Just as a heads up - there seems to be an issue with Python 3.10 and running the .pre-commit-config during the initial commit. When it begins installing the...

Hello, We set up a python project using govcookiecutter and `pyenv install 3.10.2` last week and encountered the following error: `ImportError: cannot import name '_unicodefun' from 'click'`. Relevant stackoverflow thread:...

> *"As an Windows OS user, I want to use the data science template to help structure my data science projects."* This is an open-call for help to implement an...

help wanted

This is a call for any users! I would like to hear about how you use Govcookiecutter and if you have any ideas for how the product could be improved....

All, having been using this for awhile (on windows) I have a few tweaks I'd like to propose: 1. Add python-dotenv as an optional requirement for those on windows This...

# Summary Add your summary here - keep it brief, to the point, and in plain English. [For further information about pull requests, check out the GDS Way](https://gds-way.cloudapps.digital/standards/pull-requests.html). # Checklists...

I haven't tested this out myself so unsure if it will work but it sounds like you can replace the line in the `.envrc` file [here](https://github.com/ukgovdatascience/govcookiecutter/blob/main/%7B%7B%20cookiecutter.repo_name%20%7D%7D/.envrc#L18) with `dotenv`. https://github.com/direnv/direnv/issues/284#issuecomment-315275436 Adds...

enhancement
question

I was wondering how everyone was managing the PATH in Windows! I'm aware there was some talk of pip installing the module (but would require a setup.py), and I also...

[`cruft` is a Python package that lets you update projects built from a cookiecutter to the cookiecutter's latest version](https://cruft.github.io/cruft/). In the next release (see PR #33), we'll be supplying some...

enhancement
question