Port details |
- py-blobfile Read GCS, ABS and local paths with the same interface
- 3.0.0 net =2 2.1.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-08-21 17:15:31
- Last Update: 2024-09-08 18:37:43
- Commit Hash: 49d95ea
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: UNLICENSE
- WWW:
- https://github.com/blobfile/blobfile
- Description:
- blobfile is a library that provides a Python-like interface for reading local
and remote files (only from blob storage), with an API similar to open() as well
as some of the os.path and shutil functions. blobfile supports local paths,
Google Cloud Storage paths (gs://<bucket>), and Azure Blob Storage paths
(az://<account>/<container> or
https://<account>.blob.core.windows.net/<container>/).
The main function is BlobFile, which lets you open local and remote files that
act more or less like local ones. There are also a few additional functions such
as basename, dirname, and join, which mostly do the same thing as their os.path
namesakes, only they also support GCS paths and ABS paths.
This library is inspired by TensorFlow's gfile but does not have exactly the
same interface.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}blobfile>0:net/py-blobfile@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-blobfile/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-blobfile
- pkg install py311-blobfile
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-blobfile listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-blobfile
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1725559861
SHA256 (blobfile-3.0.0.tar.gz) = 32ec777414de7bb2a76ca812a838f0d33327ca28ae844a253503cde625cdf2f1
SIZE (blobfile-3.0.0.tar.gz) = 77863
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=61.0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-filelock>=3.0 : sysutils/py-filelock@py311
- py311-lxml>=4.9 : devel/py-lxml@py311
- py311-pycryptodomex>=3.8 : security/py-pycryptodomex@py311
- py311-urllib3>=1.25.3,1<3,1 : net/py-urllib3@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_py-blobfile
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|