Morefs

Latest version: v0.2.0

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

Scan your dependencies

Page 1 of 2

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

0.0.3

What's Changed
* Refactor asyncfs by skshetry in https://github.com/iterative/morefs/pull/11


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

0.0.2

What's Changed
* test on 3.11 by skshetry in https://github.com/iterative/morefs/pull/4
* cruft update by skshetry in https://github.com/iterative/morefs/pull/5
* update template by github-actions in https://github.com/iterative/morefs/pull/6
* cruft update by skshetry in https://github.com/iterative/morefs/pull/7
* build(deps-dev): bump aiofile from 3.7.4 to 3.8.1 by dependabot in https://github.com/iterative/morefs/pull/3
* optimize `dictfs.ls` by skshetry in https://github.com/iterative/morefs/pull/8
* build(deps-dev): bump aiofiles from 0.8.0 to 22.1.0 by dependabot in https://github.com/iterative/morefs/pull/9

New Contributors
* github-actions made their first contribution in https://github.com/iterative/morefs/pull/6
* dependabot made their first contribution in https://github.com/iterative/morefs/pull/3

**Full Changelog**: https://github.com/iterative/morefs/compare/0.0.1...0.0.2

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.