Ecosyste.ms: Funds
An open API service for providing issue and pull request metadata for open source projects.
https://github.com/fsspec/filesystem_spec
Last synced: about 5 hours ago
Repository metadata:
A specification that python filesystems should adhere to.
- Host: GitHub
- URL: https://github.com/fsspec/filesystem_spec
- Owner: fsspec
- License: bsd-3-clause
- Created: 2018-04-23T16:45:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T13:25:57.000Z (13 days ago)
- Last Synced: 2024-10-29T15:48:41.357Z (12 days ago)
- Language: Python
- Size: 2.82 MB
- Stars: 1,022
- Watchers: 19
- Forks: 358
- Open Issues: 298
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: python filesystem spec
- Login: fsspec
- Email:
- Kind: organization
- Description: data storage IO layer for python
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/92825505?v=4
- Repositories: 16
- Last Synced at: 2024-04-16T01:12:59.009Z
- Profile URL: https://github.com/fsspec
- Sponsor URL:
Committers metadata
Last synced: about 8 hours ago
Total Commits: 1,909
Total Committers: 274
Avg Commits per committer: 6.967
Development Distribution Score (DDS): 0.601
Commits in past year: 158
Committers in past year: 65
Avg Commits per committer in past year: 2.431
Development Distribution Score (DDS) in past year: 0.747
Name | Commits | |
---|---|---|
Martin Durant | m****t@u****a | 761 |
Martin Durant | m****t | 146 |
Batuhan Taskaya | b****n@p****g | 81 |
Tom Augspurger | t****r@g****m | 64 |
Ian Thomas | i****3@g****m | 40 |
Alex Ford | a****d@g****m | 33 |
rjzamora | r****7@g****m | 32 |
Batuhan Taskaya | b****a@g****m | 26 |
Patrick Sodré | p****e@g****m | 25 |
Dimitri Papadopoulos Orfanos | 3****s | 25 |
Batuhan Taskaya | i****l@g****m | 21 |
juliospain | 6****n | 17 |
Martin Durant | m****t@a****a | 16 |
Aaron Gokaslan | a****n@g****m | 14 |
Xie Yanbo | x****o@g****m | 13 |
Yaroslav Halchenko | d****n@o****m | 13 |
Ruslan Kuprieiev | k****r@g****m | 13 |
David Hirschfeld | d****d@s****m | 13 |
Andreas Motl | a****l@p****g | 12 |
Julio Martin-Hidalgo | j****o@a****m | 12 |
limx0 | b****y@l****m | 12 |
Andrey Tatarinov | a@t****o | 11 |
marine chaput | m****t@n****e | 10 |
John T. Wodder II | g****t@v****g | 10 |
Elliott Sales de Andrade | q****t@g****m | 10 |
Michael V. DePalatis | m****e@d****t | 9 |
James Bourbeau | j****u@g****m | 9 |
Ray Bell | r****0@g****m | 9 |
Trevor Manz | t****z@g****m | 8 |
Juarez Rudsatz | j****z@c****t | 8 |
and 244 more... |
Issue and Pull Request metadata
Last synced: 1 day ago
Package metadata
- Total packages: 5
-
Total downloads:
- pypi: 363,943,541 last-month
- Total docker downloads: 584,334,727
- Total dependent packages: 862 (may contain duplicates)
- Total dependent repositories: 12,996 (may contain duplicates)
- Total versions: 124
- Total maintainers: 5
pypi: fsspec
File-system specification
- Homepage: https://github.com/fsspec/filesystem_spec
- Documentation: https://filesystem-spec.readthedocs.io/en/latest/
- Licenses: BSD 3-Clause License Copyright (c) 2018, Martin Durant All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- Latest release: 2024.5.0 (published 6 months ago)
- Last Synced: 2024-11-08T23:04:45.577Z (1 day ago)
- Versions: 84
- Dependent Packages: 838
- Dependent Repositories: 11,589
- Downloads: 363,941,754 Last month
- Docker Downloads: 584,334,727
-
Rankings:
- Downloads: 0.004%
- Dependent packages count: 0.037%
- Dependent repos count: 0.079%
- Docker downloads count: 0.296%
- Average: 1.239%
- Stargazers count: 3.115%
- Forks count: 3.901%
- Maintainers (2)
pypi: elements-custom-fsspec
File-system specification
- Homepage: http://github.com/fsspec/filesystem_spec
- Documentation: https://filesystem-spec.readthedocs.io/en/latest/
- Licenses: BSD
- Latest release: 2022.7.1.1 (published about 2 years ago)
- Last Synced: 2024-11-08T23:04:47.829Z (1 day ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 164 Last month
-
Rankings:
- Stargazers count: 2.503%
- Forks count: 3.268%
- Dependent packages count: 6.633%
- Downloads: 9.042%
- Average: 10.412%
- Dependent repos count: 30.611%
- Maintainers (1)
conda: fsspec
To produce a template or specification for a file-system interface, that specific implementations should follow, so that applications making use of them can rely on a common behaviour and not have to worry about the specific internal implementation decisions with any given backend.
- Homepage: https://github.com/fsspec/filesystem_spec
- Licenses: BSD-3-Clause
- Latest release: 2024.3.1 (published 6 months ago)
- Last Synced: 2024-10-29T18:05:46.011Z (11 days ago)
- Versions: 30
- Dependent Packages: 23
- Dependent Repositories: 1,406
-
Rankings:
- Dependent packages count: 1.875%
- Dependent repos count: 2.843%
- Average: 13.786%
- Forks count: 21.113%
- Stargazers count: 29.31%
pypi: pathlibfs
pathlib 🤝 fsspec, manipulate remote filesystem paths.
- Homepage:
- Documentation: https://pathlibfs.readthedocs.io/
- Licenses: MIT
- Latest release: 0.5.0 (published over 1 year ago)
- Last Synced: 2024-11-08T23:05:06.351Z (1 day ago)
- Versions: 6
- Dependent Packages: 1
- Dependent Repositories: 1
- Downloads: 891 Last month
-
Rankings:
- Dependent packages count: 10.082%
- Downloads: 12.754%
- Average: 14.819%
- Dependent repos count: 21.62%
- Maintainers (1)
pypi: fspec
File-system specification
- Homepage: https://github.com/fsspec/filesystem_spec
- Status: removed
- Documentation: https://filesystem-spec.readthedocs.io/en/latest/
- Licenses: BSD 3-Clause License Copyright (c) 2018, Martin Durant All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- Latest release: 2024.3.1 (published 6 months ago)
- Last Synced: 2024-11-08T23:05:06.497Z (1 day ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 732 Last month
-
Rankings:
- Stargazers count: 2.866%
- Forks count: 3.829%
- Dependent packages count: 9.431%
- Average: 19.584%
- Dependent repos count: 62.211%
- Maintainers (1)
Dependencies
- actions/checkout v3 composite
- codespell-project/actions-codespell v1 composite
- actions/checkout v3 composite
- actions/checkout main composite
- actions/setup-python main composite
- mamba-org/setup-micromamba v1 composite
- pre-commit/action main composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- sphinx-design *