• Stars
    star
    162
  • Rank 232,284 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ’€ Checks and fixes URLs in code and documentation.

deadlink

PyPi Version PyPI pyversions GitHub stars Downloads

gh-actions codecov LGTM Code style: black

Parses text files for HTTP URLs and checks if they are still valid. Install with

pip install deadlink

and use as

deadlink check README.md   # or multiple files/directories
# or deadlink c README.md

To explicitly allow or ignore certain URLs, use

deadlink check README.md -a http: -i stackoverflow.com github

This only considers URLs containing http: and not containing stackoverflow.com or github. You can also place allow and ignore lists in the config file ~/.config/deadlink/config.toml, e.g.,

allow_urls = [
  "https:"
]
ignore_urls = [
  "stackoverflow.com",
  "math.stackexchange.com",
  "discord.gg",
  "doi.org"
]
igonore_files = [
  ".svg"
]

See

deadlink check -h

for all options. Use

deadlink replace-redirects paths-or-files
# or deadlink rr paths-or-files

to replace redirects in the given files. The same filters as for deadlink check apply.

Example output:

Similar projects:

More Repositories

1

tikzplotlib

๐Ÿ“Š Save matplotlib figures as TikZ/PGFplots for smooth integration into LaTeX.
Python
2,398
star
2

meshio

๐Ÿ•ธ๏ธ input/output for many mesh formats
Python
1,930
star
3

tiptop

๐Ÿ–ฅ๏ธ Command-line system monitoring
Python
1,749
star
4

tuna

๐ŸŸ Python profile viewer
Python
1,363
star
5

perfplot

๐Ÿ“ˆ Performance analysis for Python snippets
Python
1,339
star
6

awesome-scientific-computing

๐Ÿ˜Ž Curated list of awesome software for numerical analysis and scientific computing
Python
1,319
star
7

pygmsh

๐Ÿ•ธ๏ธ Gmsh for Python
Python
844
star
8

matplotx

๐Ÿ“Š More styles and useful extensions for Matplotlib
Python
789
star
9

termplotlib

๐Ÿ“ˆ Plotting on the command line
Python
669
star
10

colorio

๐ŸŒˆ Tools for color research
TeX
320
star
11

stressberry

Stress tests for the Raspberry Pi ๐Ÿ˜…
Python
319
star
12

github-trends

๐Ÿ“ˆ GitHub star history plots
260
star
13

dufte

๐Ÿ“ˆ Minimalistic Matplotlib style
Python
216
star
14

cplot

๐ŸŒˆ Plot complex functions
Python
149
star
15

termtables

๐Ÿ–ฅ๏ธ Pretty tables in the terminal
Python
98
star
16

pytest-codeblocks

๐Ÿ“„ Test code blocks in your READMEs
Python
95
star
17

action-cached-lfs-checkout

GitHub checkout action with LFS files pulled from cache
Just
90
star
18

ua-beamer

A LaTeX beamer theme for the University of Antwerp
TeX
75
star
19

pipdate

Small pip update helpers.
Python
73
star
20

matlab-guidelines

Guidelines for writing clean and fast code in MATLAB
TeX
67
star
21

spectro

๐ŸŽต Audio file analysis
Python
47
star
22

tablign

Aligns columns in your ASCII tables on the command line or in vim.
Python
43
star
23

pyfoobar

Python project template/scaffold and best practices
Python
41
star
24

betterspy

๐Ÿ‘€ Visualization for SciPy sparse matrices.
Python
40
star
25

color-data

๐ŸŒˆ Collected experimental data for color research
Python
39
star
26

stackoverflow-trends

๐Ÿ“ˆ StackOverflow trends
35
star
27

xhub

๐Ÿ“ GitHub with LaTeX math, diagrams, etc.
JavaScript
35
star
28

maelstrom

Numerical simulation of magnetohydrodynamics.
Python
33
star
29

purple-pi

๐Ÿ’œ LaTeX math wherever you want
JavaScript
31
star
30

stackoverflow-card

JavaScript
31
star
31

markdown-math-acid-test

Showcase GitHub math bugs
25
star
32

fontman

Manage and update your installed fonts.
Python
21
star
33

tau

The better pi
Python
20
star
34

pyfma

Fused multiply-add (with a single rounding) for Python.
Python
20
star
35

scipyx

SciPy fixes and extensions
Python
18
star
36

gitfaces

Fetch contributor avatars for a GitHub repository
Python
17
star
37

epicycler

Create epicycle animations.
Python
15
star
38

fjson

Python JSON writer with formatted floats
Python
14
star
39

python-vs-cpp

C++
13
star
40

identinum

Identify exact expression for decimal.
Python
9
star
41

mikado

Friendly solver interfaces for Trilinos.
C++
8
star
42

materials

Density, magnetic permeability etc. for a range of materials.
Python
8
star
43

note-on-cam16

Algorithmic improvements for the CIECAM02 and CAM16 color appearence models
TeX
8
star
44

matheon-html5-template

Matheon HTML5 presentation template
JavaScript
8
star
45

flow

Navier-Stokes and heat equation with FEniCS.
Python
5
star
46

nosh

A numerical solver for nonlinear Schrรถdinger equations
C++
4
star
47

tex-font-errors-cheatsheet

Cheat sheet(s) for decoding the meaning of TeX font errors
3
star
48

rhino

Python
3
star
49

vandermonde

๐Ÿ“ Tools for working with Vandermonde matrices, e.g., Bjรถrck-Pereyra.
Python
3
star
50

keygen_licensing_tools

Tools for license valididation with Keygen.sh
Python
3
star
51

corona-charts

Corona data and charts, updated automatically
Python
2
star
52

plm

Python
2
star
53

math-test

2
star
54

github-mathml-test

2
star
55

parabolic

Time stepping methods for parabolic problems.
Python
2
star
56

sippp

Fortran library for the solution of singularly perturbed parabolic problems
Fortran
2
star
57

nschloe.github.io

HTML
2
star
58

hanoi-material

Class material for nonlinear optimization at Hanoi Autumn School 2013
MATLAB
2
star
59

talk-python-scientific

Python in Scientific Computation
JavaScript
2
star
60

trilinos-tutorial

C++
1
star
61

tspsolve

Solution algorithms for the travelling salesman problem.
Python
1
star
62

launchpadtools

Tools for submitting packages to Ubuntu Launchpad
Python
1
star
63

nschloe

about me
1
star