Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pystashlib

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pystashlib

A python library for manipulating a stash database

pipPyPI
Version
0.6.0
Maintainers
1

A python library for querying and updating a stash sqlite database

pystashlib and Stash compatibility table:

pystashlibStash versionStash schema
v0.6.0v0.27.067
v0.5.0v0.25.0-v0.25.155
v0.4.0-v0.4.5v0.24.0-v0.24.354
v0.3.0-v0.3.1v0.17.0-v0.17.236
v0.2.8v0.15.0-v0.16.131
v0.2.7v0.14.030
v0.2.5v0.12.0-v0.13.129
v0.2.4v0.11.028

Changelog

v0.5.0

  • Update to support Stash v0.25.0

v0.4.5

  • Add requests package to list of requirements

v0.4.4

  • Updated StashInterface GQL client to support Stash v0.24.3

v0.4.3

  • Added support for performer name disambiguation

Changed

  • query_performer_name Returns list[PerformersRow] instead of PerformersRow.

  • create_performer_from_url Added disambiguation argument

    def create_performer_from_url(self, name, disambiguation, url, commit=True):

Added

  • query_performer_name_disambiguated Returns a PerformersRow match on name and disambiguation.

    Pass None or "" to get a PerformersRow with no disambiguation.

v0.4.2

  • Added back tree_from_file and scrape functions to new stashlib.html module with lxml as an optional dependency

v0.4.1

  • Fix image blob saving

v0.4.0

  • Update to support Stash v0.24.3

v0.3.1

  • Removed tree_from_file and scrape functions from stashlib.common to remove dependency on lxml

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts