Metadata-Version: 2.4
Name: paper-scoring-labs
Version: 0.1.0
Summary: Sanitized notebooks for the Paper Scoring packages
Project-URL: Repository, https://github.com/maikeruSan/paper-scoring-labs
Author: Paper Scoring contributors
License: MIT License
        
        Copyright (c) 2026 Paper Scoring contributors
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Jupyter
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: paper-scoring-core<0.2.0,>=0.1.0
Requires-Dist: paper-scoring-pipeline<0.2.0,>=0.1.0
Provides-Extra: jupyter
Requires-Dist: jupyterlab<5,>=4.4; extra == 'jupyter'
Provides-Extra: test
Requires-Dist: bandit<2,>=1.8.6; extra == 'test'
Requires-Dist: build<2,>=1.3; extra == 'test'
Requires-Dist: coverage[toml]<8,>=7.10; extra == 'test'
Requires-Dist: detect-secrets==1.5.0; extra == 'test'
Requires-Dist: ipykernel<8,>=6.30; extra == 'test'
Requires-Dist: mypy<2,>=1.18; extra == 'test'
Requires-Dist: nbmake<2,>=1.5; extra == 'test'
Requires-Dist: packaging<27,>=24; extra == 'test'
Requires-Dist: pip-audit<3,>=2.9; extra == 'test'
Requires-Dist: pytest<10,>=9.0.3; extra == 'test'
Requires-Dist: ruff<1,>=0.12; extra == 'test'
Requires-Dist: twine<7,>=6.2; extra == 'test'
Description-Content-Type: text/markdown

# Paper Scoring Labs

Sanitized, output-free notebooks for learning and testing the published Paper
Scoring packages. The notebooks use synthetic content, perform no network
access, and never read environment variables or credential files.

```shell
pip install paper-scoring-labs==0.1.0
paper-scoring-labs copy --destination ./paper-scoring-notebooks
```

The installer accepts Windows and POSIX paths. It refuses to replace an
existing notebook unless `--force` is supplied. The notebooks exercise only
the public APIs of `paper-scoring-core` and `paper-scoring-pipeline`; all
cross-repository dependencies are normal PyPI version ranges.
