fs-code

View on PyPIReverse Dependencies (0)

0.3.2 fs_code-0.3.2-py3-none-any.whl

Wheel Details

Project: fs-code
Version: 0.3.2
Filename: fs_code-0.3.2-py3-none-any.whl
Download: [link]
Size: 11962
MD5: 6f37691247d03026e0787b0dd0bc0486
SHA256: a39a5c6d1eb564946adb74c745a460b21579e7df77ff07e8fbd20b953aecbd02
Uploaded: 2024-03-24 10:41:55 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: fs-code
Version: 0.3.2
Summary: PyFilesystems for GitLab, GitHub, and Git
Author: Max Ludwig
Author-Email: mail[at]danjou.dev
Home-Page: https://danjou.gitlab.io/fs-code
Project-Url: Documentation, https://danjou.gitlab.io/fs-code
Project-Url: Repository, https://gitlab.com/dAnjou/fs-code
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8,<4.0
Requires-Dist: PyGithub (<3.0.0,>=2.0.0); extra == "githubfs" or extra == "all"
Requires-Dist: dulwich (==0.21.7); extra == "gitfs" or extra == "all"
Requires-Dist: fs (<3.0,>=2.4)
Requires-Dist: python-gitlab (<5.0.0,>=4.0.0); extra == "gitlabfs" or extra == "all"
Requires-Dist: requests (<3.0,>=2.31); extra == "githubfs" or extra == "all"
Requires-Dist: schema (<0.8,>=0.7)
Requires-Dist: werkzeug (<4.0.0,>=3.0.0); extra == "gitlabfs" or extra == "githubfs" or extra == "all"
Provides-Extra: all
Provides-Extra: gitfs
Provides-Extra: githubfs
Provides-Extra: gitlabfs
Description-Content-Type: text/markdown
[Description omitted; length: 1658 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
codefs/__init__.py sha256=XeU2H9WWQuSCOBxGpBp9hhbYCmaXarhnprZJwcgI40Y 37
codefs/_core.py sha256=MmG3CkVto3BxZjx5laVUR8yJM3N33SQOtu2yPlILtmQ 4647
codefs/gitfs/__init__.py sha256=DqWwzhjyUN7rq90rwQ9VSXLJMppJnKDFB5Gl7viE3qI 3953
codefs/gitfs/opener.py sha256=OJFEW1r3pL2haDO5ewNnGWghCuaM_2sNRg-h8cybXw0 723
codefs/githubfs/__init__.py sha256=zntfyVLz1VyNqbnM6BrZQ7mK73dwasftJtDPlTHUfV0 4566
codefs/githubfs/opener.py sha256=z_0QViUGtShC-uapnN5zDPCm-hPb7bOVqeaU7s7qJ0Y 2402
codefs/gitlabfs/__init__.py sha256=jwTombafC2lNXwrCNywPGsDy6riLOAH3GpEbVn0w8eM 4855
codefs/gitlabfs/opener.py sha256=pIaPp1MjJj2fLWh8vQl7X4nqjfiBnPxy4B10EIAFpFo 2697
fs_code-0.3.2.dist-info/LICENSE sha256=7dlmptNhs1gr__sbiLOQ1y5LZoP719dd5GINVvgHxdU 1067
fs_code-0.3.2.dist-info/METADATA sha256=fAvVOK-LfZavK4ayzEhYiSojZmwZ9Mo5gBjw1e_PFiU 2985
fs_code-0.3.2.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
fs_code-0.3.2.dist-info/entry_points.txt sha256=ZW2NjvYV-RirmC_QS8nvp_OioDDfUk3dPokY13kTeYg 147
fs_code-0.3.2.dist-info/RECORD

entry_points.txt

gitfs = codefs.gitfs.opener:Opener [gitfs]
github = codefs.githubfs.opener:Opener [githubfs]
gitlab = codefs.gitlabfs.opener:Opener [gitlabfs]