pyfilesystem2 icon indicating copy to clipboard operation
pyfilesystem2 copied to clipboard

Python's Filesystem abstraction layer

Results 123 pyfilesystem2 issues
Sort by recently updated
recently updated
newest added

I believe this ticket should be for this package, but the issue is caused by implementation details of the fs-s3fs package. Attempting to create an archive of files from s3...

## Type of changes - Documentation / docstrings ## Description A spelling issue was bothering me. I've fixed it. That is all :)

Declaring a namespace package has gone through a few revisions. pkg_resources has a version that is heavily deprecated. pkgutil provides a python2/python3 compatible version that is also compatible with native...

using getattr to conditionally get the non-deprecated version does not work when the deprecated version actually disappears. The codebase already uses the six.py portability library, which handles this for you....

This file already uses the "correct" name a bunch of times. Both names have been around for the same amount of time but the version with an "s" at the...

It claims to be testing that a `__repr__()` "works", but this doesn't make any sense as everything eventually gets one from `object()`. It also makes use of the deprecated pkg_resources...

We wrap a couple different versions of the stdlib interface, and fall back to pkg_resources for compatibility with existing use cases on very old versions of python. For python 3.8...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies
github_actions

I'm using `fs==2.4.16` but whenever I import `fs` I get this error message: ``` /Users/jjahn/Desktop/Exa/monorepo/python/shared/exa_ml/.venv/lib/python3.10/site-packages/fs/__init__.py:4: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for...

## Type of changes - Tests ## Checklist - [x] I've run the latest [black](https://github.com/ambv/black) with default args on new code. - [x] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate....