Scrape-schema-recipe

Latest version: v0.2.2

Safety actively analyzes 621907 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.2.2

* fix to allow `type` to be a List.
* add `py.typed` file
* minor fixes

all from PR 32

0.2.1

* Fix output to remove HTML character references such as `&` and replace with the proper Unicode symbol (so `&`)
* Improve typing.
* remove keys with empty values (`None`, `[]`, or `""`) from the outputted recipe.

Changes made in PR 30

0.2.0

This is from PR 27.

Created custom `SSRTypeError` (one item of Issue 26), this is technically an API change. For most it won't matter too much. If you were catching a `TypeError`, now catch the custom `SSRTypeError`.

For Python 3.6 `dataclasses` backport is required for the SSRTypeError and future changes.

For the file `test_scraper.py`:
* corrected a few typos
* converted from CRLF (Windows/DOS) to LF (Linux)
* because of those extensive I just went ahead and converted the code using black code formatter.

This is a small step on the road of 1.0.0.

0.1.5

* Unset values for date values are removed from the resulting recipe when using `python_using` is set to `True`. bugfix (PR 24)
* Add an example from MedlinePlus

0.1.4

PR 20 -
* Remove validators library (fixing Issue 18)
* Add another example.

0.1.3

fixes `example_output()` so that it works (Closing Issue 15)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.