No project description provided
Project description
nshconfig-extra
nshconfig-extra
is a collection of additional configuration types for the nshconfig library. It extends the functionality of nshconfig
by providing support for some additional custom configuration types, such as HFPath
for working with Hugging Face paths and URLs.
Installation
To install nshconfig-extra
, use the following command:
pip install nshconfig-extra
If you want to use the this library with optional dependencies, you can install the extra dependencies using the following command:
pip install nshconfig-extra[extra]
Usage
HFPath
The HFPath
configuration type allows you to define and work with Hugging Face paths and URLs seamlessly. It provides methods for parsing Hugging Face paths and URLs and downloading the corresponding files.
Parsing Hugging Face Paths
To parse a Hugging Face path, use the HFPath.from_hf_path()
method:
from nshconfig_extra import HFPath
path = HFPath.from_hf_path("user/repo@branch/path/to/file")
The path should be in the format {user}/{repo}@{branch}/{path/to/file}
. If the branch is not specified, the default branch "main" will be used. If the file path is not specified, an empty string will be used.
Parsing Hugging Face URLs
To parse a Hugging Face URL, use the HFPath.from_hf_url()
method:
from nshconfig_extra import HFPath
path = HFPath.from_hf_url("https://huggingface.co/user/repo/resolve/branch/path/to/file")
The URL should be a valid Hugging Face URL pointing to a specific file in a repository.
Downloading Files
Once you have an HFPath
instance, you can download the corresponding file using the download()
method:
local_path = path.download()
The download()
method will download the file if it doesn't exist locally and return the local path to the downloaded file.
Contributing
Contributions to nshconfig-extra
are welcome! If you encounter any issues or have suggestions for improvement, please open an issue or submit a pull request on the GitHub repository.
License
nshconfig-extra
is open-source software licensed under the MIT License.
Acknowledgements
nshconfig-extra
(and nshconfig
) are heavily dependent on the Pydantic library for defining and validating configuration types.
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 nshconfig_extra-0.5.0.tar.gz
.
File metadata
- Download URL: nshconfig_extra-0.5.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2a1c17bc8133e75d09847184d539f70298067c859f6f21ca9983b73fe7378a8 |
|
MD5 | 701085edec32d3c47a1ebda7a88ff5be |
|
BLAKE2b-256 | 155c43cb7cd0f4c744420f658ec61265db25ebacf7cdbe0692f20451e42e55d6 |
File details
Details for the file nshconfig_extra-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: nshconfig_extra-0.5.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee6d38b989f943924ad87156b1b7b02a40d967fb81fd6d68e5e8e0ec110cc229 |
|
MD5 | 948272909a1752478e7545fbe5f0ba1b |
|
BLAKE2b-256 | f73c44c2ce26567aa2de2a3479c4485daa7fbee134811532565476fa45807d92 |