Pyprql

Latest version: v0.12.1

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

Scan your dependencies

Page 6 of 7

0.2.3

Fix

* fix: fixes examples command in the cli ([`30d2b2f`](https://github.com/PRQL/pyprql/commit/30d2b2f27e4bf64d59d64f8f4fa566a2c8111e6b))

Unknown

* Merge branch &39;main&39; of https://github.com/qorrect/PyPrql ([`6cdbd1c`](https://github.com/PRQL/pyprql/commit/6cdbd1cbf95c61340d23426633b749bf1cae0f69))

0.2.2

Fix

* fix: Fixes inline documentation and bottom toolbar of CLI ([`b5d32d5`](https://github.com/PRQL/pyprql/commit/b5d32d5f0bccb131e090b63617844666e646ff6c))

Style

* style(*): blacken files ([`b1bf0a8`](https://github.com/PRQL/pyprql/commit/b1bf0a8420555728aab8aec087610edc6a1079f3))

0.2.1

Documentation

* docs: Updating README ([`b84e771`](https://github.com/PRQL/pyprql/commit/b84e771d242d91ef42f25492420c5bc08aef124b))

Fix

* fix: Changing cli name to pyprql to prevent name collision with prql proper - fixing lint ([`22fd6bd`](https://github.com/PRQL/pyprql/commit/22fd6bdcc22a647cc5b10533620b74fd03cd74cf))

* fix: Changing cli name to pyprql to prevent name collision with prql proper ([`8125fff`](https://github.com/PRQL/pyprql/commit/8125fff32bf1c351ca64825bed763f83fa88b639))

Style

* style(*): blacken files ([`82b705c`](https://github.com/PRQL/pyprql/commit/82b705cd6aa0508f8bb1fa02229b9193db7390b9))

Unknown

* Merge remote-tracking branch &39;origin/main&39; ([`40d8a78`](https://github.com/PRQL/pyprql/commit/40d8a787f871d88fc4429dc67d3cfc60b45910fa))

* Merge remote-tracking branch &39;origin/main&39; ([`18a304a`](https://github.com/PRQL/pyprql/commit/18a304a4083c554ccbf68e9ee7b45de2c954d9a1))

* Moving CLI text into files for easy maintability per rbpatt2019 ([`810c0c3`](https://github.com/PRQL/pyprql/commit/810c0c360180f51398aa81928570e5976a55d8bf))

0.2.0

Feature

* feat: restructuring for redistribution ([`29b75bf`](https://github.com/PRQL/pyprql/commit/29b75bf6f38adb213e4b4443672dee3dea15f388))

Fix

* fix: fixing imports ([`1031cce`](https://github.com/PRQL/pyprql/commit/1031cce38abdf704aec63a637ccadccd1429c670))

* fix: clean-up for redistribution ([`e8080d4`](https://github.com/PRQL/pyprql/commit/e8080d4bf8b39a2a043820a8d8f58f2070b03fd0))

* fix: fixing imports for redistribution ([`896234a`](https://github.com/PRQL/pyprql/commit/896234a288e22e922d9b89d368ed76b51ec13762))

Style

* style(*): blacken files ([`b0d539e`](https://github.com/PRQL/pyprql/commit/b0d539ed95e5ec4ac4a4757259008a78192b3cf3))

* style(*): blacken files ([`cb513f9`](https://github.com/PRQL/pyprql/commit/cb513f9f727a7642444a4fbe5176e15b7da0a105))

* style(*): blacken files ([`eb71617`](https://github.com/PRQL/pyprql/commit/eb71617c235f4e7dc2ea97d9345ba4cb7b062401))

* style(*): blacken files ([`9e318d8`](https://github.com/PRQL/pyprql/commit/9e318d8300aef7127a886862f5319d0740deb030))

* style(*): blacken files ([`aba41c5`](https://github.com/PRQL/pyprql/commit/aba41c5fe6c9d07d236994cccaf20091de2b64a1))

Unknown

* Trying a git pull pre semantic release ([`3397355`](https://github.com/PRQL/pyprql/commit/3397355ca1853ca92c7c3003fbea24d470082e3d))

* Merge remote-tracking branch &39;origin/main&39; ([`996e949`](https://github.com/PRQL/pyprql/commit/996e949681de06dd2c7d9aaf6ed12afc4f4ab849))

* I hope this does it ([`cee2465`](https://github.com/PRQL/pyprql/commit/cee2465300ee25811117099261b00ea75261be1a))

* build troubles ([`0fe8fce`](https://github.com/PRQL/pyprql/commit/0fe8fce75996ad89d4b5957d3e6f63c6f9d3a648))

* Typo ([`eeab15d`](https://github.com/PRQL/pyprql/commit/eeab15df1f97538304472cc892701490a809b523))

* Merge remote-tracking branch &39;origin/main&39;

Conflicts:
pyprql/__init__.py ([`de28339`](https://github.com/PRQL/pyprql/commit/de2833994dcbafdc358e0cb53cb5b0a191b5691c))

* fix directory structure for pip distribution ([`857c895`](https://github.com/PRQL/pyprql/commit/857c895980aef3032cfe9077670d771ee17b16f8))

0.1.2

Build

* build(pyproject.toml): add docstring packages

Add suport for a number of linters and testers to ensure correct docstring usage. ([`9288d9c`](https://github.com/PRQL/pyprql/commit/9288d9c015c8f5bfb6132b7066917264fc29546c))

Ci

* ci(.flake8): ignore ANN101

No need to type the self-parameter, and it just clutters any errors. ([`693e720`](https://github.com/PRQL/pyprql/commit/693e720f45e88cbe8dfd7ba6590377fa6eb63051))

* ci(pyproject.toml): activate xdoctest

Adds support for xdoctest to allow testing of docstring examples, where relevant. ([`ee0444a`](https://github.com/PRQL/pyprql/commit/ee0444a51ab021b0cacb4bf4943b390f18a10c34))

* ci(pyproject.toml): activate docstring lints

Activates flake8-annotations, flake8-docstring, and darglint to lint docstrings. This additionally impacts .flake8 and noxfile.py ([`9ffa084`](https://github.com/PRQL/pyprql/commit/9ffa08430c3f60af3e0396adf464207cf49026e8))

Documentation

* docs(cli.py): add docstrings throughout ([`fd28c49`](https://github.com/PRQL/pyprql/commit/fd28c49f71a88b34ddac478f929142a1a33446cc))

* docs(pyprql): add module-level docstrings ([`a018801`](https://github.com/PRQL/pyprql/commit/a018801b0ae35d6300d3c8b444bb88e619504b97))

Performance

* perf(prql.lark): grammar cleanup ([`c25980a`](https://github.com/PRQL/pyprql/commit/c25980a420d1c117a7d3a4456fffffdccc8b0038))

Style

* style(*): blacken files ([`425886b`](https://github.com/PRQL/pyprql/commit/425886b94d06b97fdc85de63b363dd1fa6b69d25))

Unknown

* Merge remote-tracking branch &39;origin/main&39; ([`854c4fc`](https://github.com/PRQL/pyprql/commit/854c4fc635867a58dc948d77aaa3bce829cd2f03))

* release .2 ([`3e163a6`](https://github.com/PRQL/pyprql/commit/3e163a69a7151346657e243637f4371faa9f2617))

* Merge remote-tracking branch &39;origin/main&39; ([`420dda7`](https://github.com/PRQL/pyprql/commit/420dda713b6e296bd681ac76e680299ea5a9501b))

* Quick comment before branching to fix up the grammar using Lark maybe_placeholder and [] ([`67c01ac`](https://github.com/PRQL/pyprql/commit/67c01acbcdfc3bea3a6b8b5963da9b8d6bb99605))

* Fixing class hierarchy to prefer _Ast, cleanup ([`6fded6b`](https://github.com/PRQL/pyprql/commit/6fded6bae3fc6c36841f521307bce7e737e4ba72))

* Fixing class hierarchy to prefer _Ast, merging ([`c3323e7`](https://github.com/PRQL/pyprql/commit/c3323e795e6500be56efc29fb1b79f0b63e82b65))

* Merge remote-tracking branch &39;origin/main&39;

Conflicts:
pyprql/cli.py
pyprql/prql.py ([`7dd148c`](https://github.com/PRQL/pyprql/commit/7dd148cce3dc168651b8e4461d5440498677b44e))

* Fixing class hierarchy to prefer _Ast ([`990b7b3`](https://github.com/PRQL/pyprql/commit/990b7b3fc8bc6c61ba4b178845d6bd507ff76fb8))

0.1.1

Fix

* fix(pyproject.toml): change release booleans

It all worked, but I forgot to switch the upload bools to true first. ([`e668700`](https://github.com/PRQL/pyprql/commit/e6687007e34529b0b337ca38047b84c239b157bc))

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.