Reproschema Python library
Project description
Reproschema Python library and Command Line Interface (CLI)
The reproschema-py library provides a Python interface and a command-line tool to work with ReproSchema, a YAML-based framework for creating and managing reproducible research protocols.
For more information, see the full documentation.
Installation
reproschema requires Python 3.10+.
pip install reproschema
Developer Guide
Developer installation
Fork this repo to your own GitHub account, then clone and install your forked repo in the developer mode:
git clone https://github.com/<your github>/reproschema-py.git
cd reproschema-py
pip install -e .
Notes on the reproschema model
This repository uses the pydantic representation of the reproschema model, defined in model.py.
The pydantic model is automatically generated from the LinkML model maintained in the ReproNim/reproschema repository.
All changes to the model should be made in the LinkML source in that repository.
Style
This repo uses pre-commit to check styling.
- Install pre-commit with pip:
pip install pre-commit - In order to use it with the repository, you have to run
run pre-commit installin the root directory the first time you use it.
When pre-commit is used, you may have to run git commit twice, since pre-commit may make additional changes to your code for styling and will not commit these changes by default.
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
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
File details
Details for the file reproschema-1.1.0.tar.gz.
File metadata
- Download URL: reproschema-1.1.0.tar.gz
- Upload date:
- Size: 446.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45b199c79e0bddadadbcbb7c14a83175673daa696744c66c3aa84dc022ab8f51
|
|
| MD5 |
4c5ce72835c3d13fb7a62c7aef198149
|
|
| BLAKE2b-256 |
7028623283dfd4e74d9e87c2822b9d8d3105a2a5e36145c57dc10a45ef5d8145
|
File details
Details for the file reproschema-1.1.0-py3-none-any.whl.
File metadata
- Download URL: reproschema-1.1.0-py3-none-any.whl
- Upload date:
- Size: 505.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f60796753b0674d706a675edce51f5a8489dcddfabfe100956e87834aaae8f7
|
|
| MD5 |
47da0fe4a7df0881815d9fe3254b8683
|
|
| BLAKE2b-256 |
2c33470d56b555bd65ed8b0f17d377e111afd68fcb86eb418162ec4cc2868d6b
|