Metadata-Version: 2.1
Name: requirements-score
Version: 0.0.1
Summary: Check the health of your project's requirements and get a score for each dependency.
Home-page: https://github.com/Nekmo/requirements-score/
Download-URL: https://github.com/Nekmo/requirements-score/archive/master.zip
Author: Nekmo
Author-email: contacto@nekmo.com
License: MIT license
Keywords: requirements-score
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Operating System :: POSIX :: BSD
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
License-File: LICENSE
Requires-Dist: click (>=6.0)

##################
requirements-score
##################


.. image:: https://img.shields.io/travis/Nekmo/requirements-score.svg?style=flat-square&maxAge=2592000
  :target: https://travis-ci.org/Nekmo/requirements-score
  :alt: Latest Travis CI build status

.. image:: https://img.shields.io/pypi/v/requirements-score.svg?style=flat-square
  :target: https://pypi.org/project/requirements-score/
  :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/pyversions/requirements-score.svg?style=flat-square
  :target: https://pypi.org/project/requirements-score/
  :alt: Python versions

.. image:: https://img.shields.io/codeclimate/github/Nekmo/requirements-score.svg?style=flat-square
  :target: https://codeclimate.com/github/Nekmo/requirements-score
  :alt: Code Climate

.. image:: https://img.shields.io/codecov/c/github/Nekmo/requirements-score/master.svg?style=flat-square
  :target: https://codecov.io/github/Nekmo/requirements-score
  :alt: Test coverage

.. image:: https://img.shields.io/requires/github/Nekmo/requirements-score.svg?style=flat-square
     :target: https://requires.io/github/Nekmo/requirements-score/requirements/?branch=master
     :alt: Requirements Status


Check the health of your project's requirements and get a score for each dependency.


To install requirements-score, run this command in your terminal:

.. code-block:: console

    $ sudo pip install requirements-score

This is the preferred method to install requirements-score, as it will always install the most recent stable release.


Features
========

* TODO

