Giter VIP home page Giter VIP logo

cookiecutter-hypermodern-python's Introduction

cookiecutter-hypermodern-python

Status Python Version CalVer License
Read the documentation Tests Codecov
pre-commit enabled Black codestyle Contributor Covenant

logo

Cookiecutter template for a Python package based on the Hypermodern Python article series.

✨📚✨ Read the full documentation

Usage

cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2022.6.3

Features

The template supports Python 3.7, 3.8, 3.9, and 3.10.

cookiecutter-hypermodern-python's People

Contributors

benjaminrose avatar cclauss avatar cito avatar cjolowicz avatar dependabot-preview[bot] avatar dependabot[bot] avatar eyllanesc avatar jasonwashburn avatar jooh avatar nilsdebruin avatar oncleben31 avatar paw-lu avatar rng0x17 avatar sgraaf avatar shivamdurgbuns avatar staticdev avatar yeskunall avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cookiecutter-hypermodern-python's Issues

[Enhancement] Add sphinx-autobuild option to nox's docs session

It would be useful to have the option to run sphinx-autobuild—where sphinx can serve your docs, open your browser, and actively watch for changes—in nox's docs session.

It could be triggered by an optional argument such as nox -s docs -- serve.

As always, happy to provide a PR if you are open to it.

Build and install wheel in Nox sessions

The current method of installing the package into Nox sessions (poetry install --no-dev) uninstalls development dependencies. This leads to repeated installs even when Nox is invoked with nox -r. Also, it would be better to test against the actual distribution package rather than against an editable install.

Disable Codecov comment

codecov.yaml

# comment spam as user can always click the failed coverage check
comment: false

Sort Release Drafter sections

The order in the release notes can be improved. It appears to be based on the order in the configuration file, .github/release-drafter.yml. Something like this:

  • Breaking Changes
  • Features
  • Bugfixes
  • ...

Run black from pre-commit

Not sure about this one. It appears to be what most people do, and people expect pre-commit to fix issues automatically if possible. On the other hand, we already run flake8-black from pre-commit, so this is kind of redundant (and you can simply nox -rs black if it fails).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.