py-d2
py-d2 copied to clipboard
A fully typed python interface for building .d2 graph files for use with the D2 engine.
### Description Support for D2's Class or SQL Table shapes ### Why It would be great to support these features, and make D2 even more useful for me personally. All...
Bumps [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject) from 1.2.2 to 1.2.3. Release notes Sourced from flake8-pyproject's releases. 1.2.3 Parses command-line arguments as passed down from Flake8, not sys.argv. (#20) Ignores command-line arguments other than --toml-config....
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.2.2. Changelog Sourced from coverage's changelog. Version 7.2.2 — 2023-03-16 Fix: if a virtualenv was created inside a source directory, and a sourced package was...
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.12.6 to 23.3.12. Release notes Sourced from flake8-bugbear's releases. 23.3.12 B950: now ignores 'noqa' and 'type: ignore' comments. B005: Do not flag when using the strip() method...
Bumps [ipdb](https://github.com/gotcha/ipdb) from 0.13.11 to 0.13.13. Changelog Sourced from ipdb's changelog. 0.13.13 (2023-03-09) Use context manager for opening toml config [andrewzwicky] 0.13.12 (2023-03-09) Modify tests to test 3.11 separately from...
Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.1.1. Commits 9b777a3 bump version to 1.1.1 for wheels build 6d355f5 [Release 1.1] Cherry-pick some mypyc build fixes (#14820) a27dec5 Fix --strict-equality crash for instances...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.2. Release notes Sourced from pytest's releases. 7.2.2 pytest 7.2.2 (2023-03-03) Bug Fixes #10533: Fixed pytest.approx{.interpreted-text role="func"} handling of dictionaries containing one or more values...
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0. Release notes Sourced from black's releases. 23.1.0 Highlights This is the first release of 2023, and following our stability policy, it comes with a...
Bumps [isort](https://github.com/pycqa/isort) from 5.11.4 to 5.11.5. Release notes Sourced from isort's releases. 5.11.5 January 30 2023 [hotfix] Fixed incompatiblity with latest poetry version Changelog Sourced from isort's changelog. 5.11.5 January...
### Description Thanks a lot for this library, i’m using it for a project and it’s very useful! However, I did notice that in the _init_.py file, it’s missing the...