65 skills found · Page 2 of 3
andhus / ScantreeFlexible recursive directory iterator: `scandir` meets `glob("**", recursive=True)`
Parquery / Temppathlibwrappers around tempfile so that you can directly use them together with pathlib module.
bitranox / Pathlib3xbackport of latest pathlib (3.10.a0) to python 3.6 and newer with a few extensions
adamtheturtle / Click PathlibA Python click type which is similar to click.Path but returns a Pathlib path
Diapolo10 / Iplib3A pathlib.Path equivalent for IP addresses.
MauricePasternak / Pathlib JsA single class that acts as a Swiss Army knife for filepath operations in a NodeJS environment. Full documentation can be found here: https://mauricepasternak.github.io/pathlib-js/
zackees / Virtual FsView, write and work with remote files like you already do with pathlib.Path
lee-cq / Alist SDKAlist API 封装,客户端支持同步和异步,全部的请求和响应都有完整的数据校验。支持pathlib的路径风格,体验使用更接近Python调用原生文件系统。一个简单的命令行工具正在开发中。
Sven-Bo / Pathlib Quickstart GuideNo description available
MacHu-GWU / Pathlib Mate ProjectAn extended and more powerful pathlib in Python.
ArjanCodes / 2022 PathlibNo description available
small-tk / PathlibA golang path library. Salute to python pathlib.
waketzheng / AiopathlibPathlib support for asyncio
Advestis / TransparentpathA class that allows one to use a path in a local file system or a gcs file system (more or less) in almost the same way one would use a pathlib.Path object.
maribickpostanes / Interactive Horizon Surfaces PlotThis open-source code repository provides a Python implementation for generating an interactive horizon surfaces plot using Plotly. The focus of this code is to visualize the Volve horizons in a 3D surface plot.
mafiamasterhere / Real Time Voice CloningQuick start Requirements You will need the following whether you plan to use the toolbox only or to retrain the models. Python 3.7. Python 3.6 might work too, but I wouldn't go lower because I make extensive use of pathlib. Run pip install -r requirements.txt to install the necessary packages. Additionally you will need PyTorch (>=1.0.1). A GPU is mandatory, but you don't necessarily need a high tier GPU if you only want to use the toolbox. Pretrained models Download the latest here. Preliminary Before you download any dataset, you can begin by testing your configuration with: python demo_cli.py If all tests pass, you're good to go. Datasets For playing with the toolbox alone, I only recommend downloading LibriSpeech/train-clean-100. Extract the contents as <datasets_root>/LibriSpeech/train-clean-100 where <datasets_root> is a directory of your choosing. Other datasets are supported in the toolbox, see here. You're free not to download any dataset, but then you will need your own data as audio files or you will have to record it with the toolbox. Toolbox You can then try the toolbox: python demo_toolbox.py -d <datasets_root> or python demo_toolbox.py depending on whether you downloaded any datasets. If you are running an X-server or if you have the error Aborted (core dumped), see this issue. Wiki How it all works (WIP - stub, you might be better off reading my thesis until it's done) Training models yourself Training with other data/languages (WIP - see here for now) TODO and planned features
aiidateam / Archive PathA package to provide pathlib like access to zip & tar archives
marian-code / Ssh UtilitiesSSH convenience functions and classes built on paramiko. Loosely follows API of os.path subprocess.run and pathlib.Path
achesak / Nim PythonpathlibNim module that provides an interface for working with paths that is as similar as possible to Python's pathlib module
ampl / PathlibThe PATH solver library