Coder Social home page Coder Social logo

chaosplatform-grpc's Introduction

Chaos Platform gRPC Library

Version License StackOverflow

Build Status Python versions

This is the authentication service of the Chaos Platform.

Purpose

  • Provide gRPC client stubs for the Chaos Platform services
  • Provide gRPC server stubs for the Chaos Platform services

Content

Contribute

Contributors to this project are welcome as this is an open-source effort that seeks discussions and continuous improvement.

From a code perspective, if you wish to contribute, you will need to run a Python 3.5+ environment. Then, fork this repository and submit a PR. The project cares for code readability and checks the code style to match best practices defined in PEP8. Please also make sure you provide tests whenever you submit a PR so we keep the code reliable.

The Chaos Platform projects require all contributors must sign a Developer Certificate of Origin on each commit they would like to merge into the master branch of the repository. Please, make sure you can abide by the rules of the DCO before submitting a PR.

chaosplatform-grpc's People

Contributors

lawouach avatar

Stargazers

 avatar

Watchers

 avatar  avatar

chaosplatform-grpc's Issues

README wrong?

The README states that this module

is the authentication service of the Chaos Platform.

I think that is wrong?

Loosen the version constraint of grpcio to avoid dependency conflicts

Hi, chaosplatform-grpc locked the version constraint of grpcio as grpcio==1.17.1, which leads a troubling scenario to its direct downstream project chaosplatform-account which has dependency grpcio.

What makes the situation worse is that the downstream projects [chaosplatform-auth, chaosplatform-experiment, chaosplatform-scheduler] of chaosplatform-grpc are also have dependency grpcio.

Could you please loosen the version constraint of grpcio?
Benefit of this is that users using both of chaosplatform-grpc and grpcio can upgrade their third party libraries in a timely manner to reduce technical debts.

Solution

The dependency trees of your project and affected downstream projects are shown as follows.
Taking the version constraints of upstream and downstream projects into comprehensive consideration, you can

  1. Loosen click to be grpcio >=1.17.1.

  2. Try to add an upper bound for grpcio’s version constraint, according to your compatibility.

@Lawouach Please let me know your choice. I can submit a PR to fix this issue.

Thanks for your attention.
Best,
Neolith

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.