Floyd
Floyd
We should add type annotations on all public interfaces in this library.
Remove older versions and add (and test) newer ones. Also, update docker images. Can use [this PR](https://github.com/fhightower/ioc-finder/pull/194/files) as a good model for what needs to be changed.
Update the tests for the `convert_tables` function to align with the three types of tables handled by the library: A. Those with [table headers](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th) in the first row B. Those...
Some of the test files have very long tables. This is not necessary and only makes the tests harder to read and maintain. Simplify the html files used for the...
Consolidate the examples in the index and usage guides.