The core of the Jax-Geneweaver Python library
Project description
Geneweaver Core
The Geneweaver Core Python library provides shared foundational functionality for the Geneweaver project. It is a dependency of all other Geneweaver Python libraries, and is not intended to be used directly.
Installation
The Geneweaver Core library is available on PyPI and can be installed with pip:
pip install geneweaver-core
If you are using Poetry, you can add the Geneweaver Core library to your project with:
poetry add geneweaver-core
Overview
This package is structured so as to share an import path with other geneweaver
packages. This allows you to install
the package and import it without having to worry about the package name. For example, if you install the geneweaver-core
package, as well as the geneweaver-db
package, you can import the geneweaver
package and access both libraries:
from geneweaver import core, db
The Geneweaver Core library provides the following functionality:
-
geneweaver.core.schema
: Pydantic schema definitions -
geneweaver.core.enum
: Enumerations -
geneweaver.core.config
: Configuration managementGeneweaverBaseSettings
: Base Settings class to inherit from for your own package's configuration classesGeneweaverCoreSettings
: Configuration class for Geneweaver Core settings
-
geneweaver.core.exc
: Geneweaver shared exceptionsGeneweaverException
: Base exception class for GeneweaverGeneweaverError
: Base error class for GeneweaverGeneweaverWarning
: Base warning class for Geneweaver
-
geneweaver.core.pase
: Geneweaver file parsing functionalitybatch
: Functions for parsing a batch filescore
: Functions for parsing a scorecsv
: Functions for parsing a CSV filexlsx
: Functions for parsing an Excel fileenum
: Enumerations for file parsingexceptions
: Exceptions for file parsingutils
: Utility functions for file parsing
Planned Functionality
geneweaver.core.logging
: Shared logging managementgeneweaver.core.utils
: Shared utility functions
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
Hashes for geneweaver_core-0.5.0a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a05190c8d24b112255de981126071a779f328b5a2d976e289c59487f27266e4b |
|
MD5 | aaf4ab2c3521e5083619d87d9f8cfc35 |
|
BLAKE2b-256 | 4546fd9750b299ca2cf49bc3c284b87390de8240bea5786ae7b321bffb9f6db0 |