{"id":28275,"library":"sprime","title":"sprime","description":"sprime is a biomedical library for screening high-throughput screening data in preclinical drug studies. Current version 0.2.2, requires Python >=3.8, released irregularly.","status":"active","version":"0.2.2","language":"python","source_language":"en","source_url":"https://github.com/mocomakers/sprime","tags":["biomedical","high-throughput screening","preclinical drug studies"],"install":[{"cmd":"pip install sprime","lang":"bash","label":"PyPI"}],"dependencies":[{"reason":"Core dependency for numerical operations","package":"numpy","optional":false},{"reason":"Data manipulation and analysis","package":"pandas","optional":false}],"imports":[{"note":"sprime is a package; top-level import is correct.","wrong":"from sprime import sprime","symbol":"sprime","correct":"import sprime"}],"quickstart":{"code":"import sprime\n# Example: compute S' values (sprime's primary function)\nresult = sprime.compute_sprime(data=...)  # data should be a list or array\nprint(result)","lang":"python","description":"Basic usage: import the package and call compute_sprime."},"warnings":[{"fix":"Upgrade to >=0.2.0 and re-run analysis with new API.","message":"v0.2.0 introduced breaking changes for S' values calculated from raw data. Old results are not comparable.","severity":"breaking","affected_versions":"<0.2.0"},{"fix":"Use 'import sprime' or 'from sprime import some_function'.","message":"The package name 'sprime' is also the top-level module. Do not use 'from sprime import sprime', just import sprime.","severity":"gotcha","affected_versions":"all"},{"fix":"Ensure input data is numeric (e.g., list of floats).","message":"Data format must be numeric array-like (list or numpy array). Passing non-numeric data may cause cryptic errors.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-09T00:00:00.000Z","next_check":"2026-08-07T00:00:00.000Z","problems":[{"fix":"Run 'pip install sprime' and then 'import sprime'.","cause":"Package not installed or import used incorrectly.","error":"ModuleNotFoundError: No module named 'sprime'"},{"fix":"Provide a data array: compute_sprime(data=your_data).","cause":"Missing required argument.","error":"TypeError: compute_sprime() missing 1 required positional argument: 'data'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}