Tomlparse

Latest version: v1.1.1

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

Scan your dependencies

Page 1 of 2

1.1.1

Change imports. Using the previous release, imports had to be made more explicit:

python
from tomlparse import argparse
parser = argparse.ArgumentParser()


now, we can do so more straightforward

python
import tomlparse
parser = tomlparse.ArgumentParser()

1.1.0

Refractors the code greatly using latest PR.

1.0.2

New high level import Patch

1.0.1

1.0.0

0.0.3

Includes to specify `root-table` as cmld option

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.