Programatically tries to answer the 12 questions from Adam Johnson's blog post https://adamj.eu/tech/2021/11/04/the-well-maintained-test/
Project description
the-well-maintained-test
Programatically tries to answer the 12 questions from Adam Johnson's blog post
Installation
Install this tool using pip
:
$ pip install the-well-maintained-test
Authentication
The GitHub API will rate limit anonymous calls. You can authenticate yourself with a personal token (documentation on how to generate is here)
Run this command and paste in your new token:
the-well-maintained-test auth
This will create a file called auth.json in your current directory containing the required value. To save the file at a different path or filename, use the --auth=myauth.json
option.
Usage
Usage: the-well-maintained-test [OPTIONS] COMMAND [ARGS]...
Programatically tries to answer the 12 questions from Adam Johnson's
blog post https://adamj.eu/tech/2021/11/04/the-well-maintained-test/ URL is
a url to a github repository you'd like to check, for example: the-well-
maintained-test 'https://github.com/ryancheley/the-well-maintained-test'
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
auth Save authentication credentials to a JSON file
questions List of questions tested
url url to a github repository you'd like to check
URL is a url to a github repository you'd like to check, for example:
the-well-maintained-test url 'https://github.com/ryancheley/the-well-maintained-test'
If you want to see what questions will be answered before running you you can pass
the-well-maintained-test questions
If you want to see a single question
the-well-maintained-test questions -q 3
Development
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd the-well-maintained-test
python -m venv venv
source venv/bin/activate
Or if you are using pipenv
:
pipenv shell
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for the-well-maintained-test-0.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | adb689a0a7fd4804d7453441c751d2057d4e3c92c8e73d4caca6485eba409227 |
|
MD5 | d1327499456e54dac947f4aabc428efb |
|
BLAKE2b-256 | 0dfd04d9ea7d7393f97733b812ffb6da3e7430f25326b19fc53a0f5d173a76fc |
Hashes for the_well_maintained_test-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8cef98f9adba54890c502c2572a74148d63a4fd93900dd67df0608c0d0653b0 |
|
MD5 | 2f22502d3d17fa8a6e15ea1268a60b3d |
|
BLAKE2b-256 | 0ebc59357d30a8365a8581b22c2a4d3986e85dc739b6d2ec99999813f3098a04 |