Morefs

Latest version: v0.2.2

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

Scan your dependencies

Page 1 of 2

0.2.2

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/iterative/morefs/pull/33
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/iterative/morefs/pull/35
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/iterative/morefs/pull/36
* build(deps): bump mypy from 1.10.0 to 1.10.1 by dependabot in https://github.com/iterative/morefs/pull/37
* overlayfs: dont directly call staticmethod in class body by ap-- in https://github.com/iterative/morefs/pull/39

New Contributors
* ap-- made their first contribution in https://github.com/iterative/morefs/pull/39

**Full Changelog**: https://github.com/iterative/morefs/compare/0.2.1...0.2.2

0.2.1

What's Changed
* fix for fsspec 2024.5.0 by skshetry in https://github.com/iterative/morefs/pull/34

**Full Changelog**: https://github.com/iterative/morefs/compare/0.2.0...0.2.1

0.2.0

What's Changed
* Migrate from PyPI tokens to Trusted Publishers by 0x2b3bfa0 in https://github.com/iterative/morefs/pull/22
* asynlocal: make open_async compatible with fsspec by skshetry in https://github.com/iterative/morefs/pull/25

New Contributors
* 0x2b3bfa0 made their first contribution in https://github.com/iterative/morefs/pull/22

**Full Changelog**: https://github.com/iterative/morefs/compare/0.1.2...0.2.0

0.1.2

What's Changed
* add readme by skshetry in https://github.com/iterative/morefs/pull/20


**Full Changelog**: https://github.com/iterative/morefs/compare/0.1.1...0.1.2

0.1.1

What's Changed
* ci: test with 3.11 in all OSes by skshetry in https://github.com/iterative/morefs/pull/16
* build(deps-dev): bump aiofile from 3.8.1 to 3.8.5 by dependabot in https://github.com/iterative/morefs/pull/19
* update template by github-actions in https://github.com/iterative/morefs/pull/17


**Full Changelog**: https://github.com/iterative/morefs/compare/0.1.0...0.1.1

0.1.0

This release now has a improved `AsyncLocalFileSystem` that uses `LocalFileSystem`, so they can be reused on places where `LocalFileSystem` can be used. Similarly, async methods wrap `LocalFileSystem`'s synchronous methods, so they also work in the same way.

Usage:
python
from fsspec import filesystem

fs = filesystem("asynclocal")


or,
python
from morefs.asyn_local import AsyncLocalFileSystem

fs = AsyncLocalFileSystem()



What's Changed
* refactor: use sync methods in thread from LocalFileSystem in async methods by skshetry in https://github.com/iterative/morefs/pull/12
* sync to latest localfs by skshetry in https://github.com/iterative/morefs/pull/13
* Require latest fsspec for asynclocalfs by skshetry in https://github.com/iterative/morefs/pull/14


**Full Changelog**: https://github.com/iterative/morefs/compare/0.0.3...0.1.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.