Metadata-Version: 2.1
Name: pyscinloopsr
Version: 1.0.29
Summary: Read the latest PyScInLoopSr tutorials
Author: Djalma Pereira
Author-email: Djalma Pereira <pereirajunio@gmail.com>
Project-URL: Homepage, https://github.com/edjaper/pyscinloopsr
Project-URL: Documentation, https://edjaper.github.io/pyscinloopsr/
Keywords: sr,pysr,tutorial
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pysr
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"

## ``pyscinloopsr`` - Library as a facilitator for scientists in the loop of SR modelling

### Installation

```commandline
pip install pyscinloopsr
```

### What it does?
+ aggregates all `.py` files into one or multiple `.md` files, keeping the same hierarchy
+ collects all classes and methods with their information

### How to use:

+ install the library
+ import the modules: from pyscinloopsr import sr, before


### Details

```text
Usage: Documentation avalable in (https://edjaper.github.io/pyscinloopsr/)
Usage: Hover the mouse pointer over the imported modules and created objects to get hints
```
