Pathy

Latest version: v0.11.0

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

Scan your dependencies

Page 3 of 7

0.6.0

[0.6.0](https://github.com/justindujardin/pathy/compare/v0.5.2...v0.6.0) (2021-06-26)


Features

* support smart_open >=5.0.0,<6.0.0 ([63](https://github.com/justindujardin/pathy/issues/63)) ([9718752](https://github.com/justindujardin/pathy/commit/97187528b70fdb96e928e1f90a3b06732e126b16))


BREAKING CHANGES

* This change removes support for smart_open < 5.0.0

The API for specifying s3 credentials changed in smart_open v5, so previous versions are incompatible.

0.5.2

[0.5.2](https://github.com/justindujardin/pathy/compare/v0.5.1...v0.5.2) (2021-04-24)


Features

* **cli:** add version number to cli help string ([55](https://github.com/justindujardin/pathy/issues/55)) ([8001907](https://github.com/justindujardin/pathy/commit/800190760759f35a545948a12417952451e7891f))

0.5.1

[0.5.1](https://github.com/justindujardin/pathy/compare/v0.5.0...v0.5.1) (2021-04-23)


Features

* **clients:** add support for S3 bucket storage ([54](https://github.com/justindujardin/pathy/issues/54)) ([5bb7e1b](https://github.com/justindujardin/pathy/commit/5bb7e1b8faa422c8a80d91d7d8e71f6de4052962))

0.5.0

[0.5.0](https://github.com/justindujardin/pathy/compare/v0.4.0...v0.5.0) (2021-04-22)


Bug Fixes

* **auto-import:** move public exports into __init__.py ([fd09021](https://github.com/justindujardin/pathy/commit/fd090215efc392e76d167e9c0203520c251578da))
* **cli:** ls returns code 1 from invalid sources ([b2ff829](https://github.com/justindujardin/pathy/commit/b2ff829f35db6b5af25c9bc553f1e1b76be7e39c))
* **samefile:** compare self.key to other.key not self.key ([688628e](https://github.com/justindujardin/pathy/commit/688628ecbf430284fbcb83142d7751e0b54475d2))


BREAKING CHANGES

* **auto-import:** Previously you could import symbols directly from their files in the module, e.g. `from pathy.base import Pathy`. Now you must import them from the base package, e.g. `from pathy import Pathy`.

0.4.0

[0.4.0](https://github.com/justindujardin/pathy/compare/v0.3.6...v0.4.0) (2021-02-15)


Bug Fixes

* **gcs:** stop handling DefaultCredentialsError ([d4754ff](https://github.com/justindujardin/pathy/commit/d4754ff9be5fc5ecce35ba8658097a1dd29ce5d0)), closes [#43](https://github.com/justindujardin/pathy/issues/43)

BREAKING CHANGES

Pathy would previously handle google's DefaultCredentialsError and raise its own, which covered some use-cases and confused others. If google's cloud SDK cannot find default credentials, you will need to handle that exception manually.

0.3.6

[0.3.6](https://github.com/justindujardin/pathy/compare/v0.3.5...v0.3.6) (2021-02-10)


Features

* **cli:** add "-l" flag to ls command ([e47fb02](https://github.com/justindujardin/pathy/commit/e47fb02db95b62d1060bd48d505706bcbcbbc22b))
* **Pathy:** add "ls" method for quickly querying blobs with stats ([bf452e7](https://github.com/justindujardin/pathy/commit/bf452e7b658cdc4b391155264c91ddeeaed09220))
* **tests:** include tests in pypi package ([44](https://github.com/justindujardin/pathy/issues/44)) ([d6ad724](https://github.com/justindujardin/pathy/commit/d6ad7244452e874e97246f38d29d0fe8e77c5b76))

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.