Parametric file browser written in pure python.
Project description
PyPScan
PyPScan is a parametric file browser.
Originally developed as "pscan" by the VISPA Group.
Now also available in iPython notebooks using pure Python:
Usage
from pypscan import PyPScan
REGEX_TO_FIND_FILES = (
r"param0_(?P<param0>.+)"
r"/param1_(?P<param1>\d+)"
r"/file\.png"
)
BASE_PATH = "demo/"
pypscan = PyPScan(
regex=REGEX_TO_FIND_FILES,
base_path=BASE_PATH,
)
pypscan.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypscan-2025.0.1.tar.gz
(325.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pypscan-2025.0.1-py3-none-any.whl
(328.8 kB
view details)
File details
Details for the file pypscan-2025.0.1.tar.gz.
File metadata
- Download URL: pypscan-2025.0.1.tar.gz
- Upload date:
- Size: 325.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3885eb220f3de53d25a11a2ea9c68987f4104b0756a97338ab4c0e524f58dbfe
|
|
| MD5 |
0eda9c2195fffc4e6cb1bfd0d32b503e
|
|
| BLAKE2b-256 |
4f16cdd80e0deaf9602cbd771f55cea76d8a05d953e2a160856366a4bbbb9fc4
|
File details
Details for the file pypscan-2025.0.1-py3-none-any.whl.
File metadata
- Download URL: pypscan-2025.0.1-py3-none-any.whl
- Upload date:
- Size: 328.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e96ec73a99d6623d31d0c47e53404ec3e54bad026d58302425a803a57f5d805
|
|
| MD5 |
d6c1b3adef7a00ac2b2bb396d2ee9adc
|
|
| BLAKE2b-256 |
27cc72f03e783e373637a9e095673d45e83ddbf81e6675ef382d6dd937e10e8c
|