GithubHelp home page GithubHelp logo

matthewdeanmartin / cheese_grader Goto Github PK

View Code? Open in Web Editor NEW
9.0 3.0 1.0 87 KB

Safely evaluate 3rd party library quality. Detect garbage. Sometimes detect goodness.

License: MIT License

Python 100.00%

cheese_grader's Introduction

Project Description

Is that package you'd like to take a dependency on any good?

This question turns out to call for a different standard of quality than you'd use for your own code, since you can't dictate formatting, working lint & mypy warnings and you might not even want to run setup & the tests just yet. A wonderful library might not have a single annotation and would fail mypy, it might be formatted perfectly but not to pep8, it might have rigorous unit tests but pylint finds a million quibbles.

But a wonderful library can be expected to have syntactically valid python, not be empty of all .py files, have more than a single commit to github, a homepage that doesn't return 404, and so on. A library with a README, frequent and recent updates might be wonderful, but if they aren't there, it doesn't indicate anything one way or the other.

These criteria would be a bit weird to apply to your own code, they are too minimal or don't actually help your code run better. But these criteria are not bad for evaluating other libraries, expecially in bulk & without doing a full installation of what could be malicious code.

Two big alternatives:

libraries.io - CodeRank Package Health score, eg. https://snyk.io/advisor/python/pyrankvote

Docs

cheese_grader's People

Contributors

matthewdeanmartin avatar

Stargazers

 avatar MAXENCE avatar ik5 avatar Grant Murphy avatar Ihor Aleksandrov avatar  avatar Kelby Ludwig avatar Daniel González Lopes avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

pombredanne

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.