PBSHM Framework
The PBSHM Framework is a preconfigured version of the PBSHM Core and module ecosystem. The goal of the PBSHM Core, was to build a base application which facilitated the curation of PBSHM Modules which intern consume PBSHM Schema data. The purpose of the PBSHM Framework is to provide a single packaged product of the PBSHM Schema, PBSHM Core, and any relevant PBSHM Modules: to showcase the available technology in an easy to use manner and enable anyone, regardless of their coding knowledge, to interact with the aforementioned technology.
For more information on the PBSHM Core, please see the GitHub repository. Each module included within the PBSHM Framework is linked below, with details of the module authors and any further information on how to use the module. For more information on how to create a module for PBSHM Core, please see the module template repository.
The minimum version of Python required to run the PBSHM Core is version 3.9.18.
Included modules
Below is a list of modules included within the framework and links to the corresponding repositories and guides.
| Module | Description | Author | Repo | Documentation |
|---|---|---|---|---|
pbshm-channel-toolbox |
A collection of tools to help processing channel data | dsbrennan | dsbrennan/channel-tools | README |
Installation
Install the package via pip:
pip install pbshm-framework
Setup
Set the Flask application path and environment.
For Linux/Mac:
export FLASK_APP=pbshm
export FLASK_DEBUG=1
For Windows:
set FLASK_APP=pbshm
set FLASK_DEBUG=1
Configure settings and initialise the database with a new root user:
flask init config
flask init db new-root-user
The above steps will prompt you for all the required fields to set up the system.
Running
The application is run via the standard Flask command:
flask run
Bug reporting
If you encounter any issues/bugs with the system or the instructions above, please raise an issue through the issues system on GitHub.
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 pbshm-framework-0.3.tar.gz.
File metadata
- Download URL: pbshm-framework-0.3.tar.gz
- Upload date:
- Size: 88.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/4.0.2 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8270a751c2d11be8d5d3d319dd86b32355b11b8488fece873f7cac07502e22cd
|
|
| MD5 |
0fb50b949b39409bfaeb2bd3aaa75136
|
|
| BLAKE2b-256 |
84ebf671782bf1ec78daebb974c6b1897d36753404219a1eeb4a52d463ba0a9b
|
File details
Details for the file pbshm_framework-0.3-py3-none-any.whl.
File metadata
- Download URL: pbshm_framework-0.3-py3-none-any.whl
- Upload date:
- Size: 75.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/4.0.2 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
124fa0f2de5f2379725891eb8de63f1291779d810f46c157ffb24e92985ab156
|
|
| MD5 |
011af0f81d8239d9b98da029b8c33938
|
|
| BLAKE2b-256 |
855c8077246a48ae8b37d16244298df3af3f9035e493bc68c33742331f081d54
|