`cloud-fs` is a generalized file-system handler that will dynamically determine if files are local or on the cloud (currently AWS) and perform basic file-systm operations.
Project description
cloud-fs is a generalized file-system handler that will dynamically determine if files are local or on the cloud (currently AWS) and perform basic file-systm operations.
Installing cloud_fs
Option 1: Install from PIP or Conda (recommended for analysts):
- Create a new environment:
conda create --name cloud_fs python=3.7
- Activate directory:
conda activate cloud_fs
- Install cloud_fs:
pip install NREL-cloud_fs or
conda install nrel-cloud_fs --channel=nrel
Option 2: Clone repo (recommended for developers)
- from home dir, git clone https://github.com/NREL/cloud_fs.git
enter github username
enter github password
- Create cloud_fs environment and install package
Create a conda env: conda create -n cloud_fs
Run the command: conda activate cloud_fs
cd into the repo cloned in 1.
prior to running pip below, make sure the branch is correct (install from master!)
Install cloud_fs and its dependencies by running: pip install . (or pip install -e . if running a dev branch or working on the source code)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file NREL-cloud_fs-0.0.4.tar.gz
.
File metadata
- Download URL: NREL-cloud_fs-0.0.4.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe04515287f45563d776bf035f0b0c7253116a1c42a6e258db445741d55e3f29 |
|
MD5 | 8fe2a8f4b5b1fc7de7429d320d6fb02d |
|
BLAKE2b-256 | 993060af80e748a256a1d12ef5e18a05ca982ea5fcf82193b3308218883ced16 |
File details
Details for the file NREL_cloud_fs-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: NREL_cloud_fs-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 040c19bd0a8737b4c921dfae75457bc1f40c9f1e7630e9362b65d70b85ed6416 |
|
MD5 | 0a09f07ff38c4c40a7c353439d22281d |
|
BLAKE2b-256 | 383125bfd55290dcd00cd37cac327f95cff322c8fbecef774909c2c6c4b3e6aa |