Git Product home page Git Product logo

cookiecutter-hypermodern-python-instance's Introduction

Cookiecutter Hypermodern Python Instance

PyPI Status Python Version License

Read the documentation at https://cookiecutter-hypermodern-python-instance.readthedocs.io/ Tests Codecov

pre-commit Black

Features

  • TODO

Requirements

  • TODO

Installation

You can install Cookiecutter Hypermodern Python Instance via pip from PyPI:

$ pip install cookiecutter-hypermodern-python-instance

Usage

Please see the Command-line Reference for details.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, Cookiecutter Hypermodern Python Instance is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.

cookiecutter-hypermodern-python-instance's People

Contributors

actions-user avatar 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

Watchers

 avatar  avatar  avatar

cookiecutter-hypermodern-python-instance's Issues

Dependabot couldn't find a Pipfile for this project

Dependabot couldn't find a Pipfile for this project.

Dependabot requires a Pipfile to evaluate your project's current Python dependencies. It had expected to find one at the path: /doc/Pipfile.

If this isn't a Python project, or if it is a library, you may wish to disable updates for it in the .dependabot/config.yml file in this repo.

View the update logs.

Install single dependency in Nox with a constraints file

I see in one of the branches, you're doing this:

install(session, "black")

Which is using a constraints file to install just black, without having to manually specify its version inside of the session.

I tried doing something similar here, but I get the following problem:

# constraints.txt
black==21.1.0
❯ pip --version
pip 23.1.2

❯ pip install -c constraints.txt black
ERROR: Cannot install black because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested black
    The user requested (constraint) black==21.1.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

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.