bletl


Namebletl JSON
Version 1.4.1 PyPI version JSON
download
home_pagehttps://github.com/jubiotech/bletl
SummaryPackage for parsing and transforming BioLector raw data.
upload_time2023-08-07 08:05:48
maintainer
docs_urlNone
authorMichael Osthege
requires_python
licenseGNU Affero General Public License v3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![PyPI version](https://img.shields.io/pypi/v/bletl)](https://pypi.org/project/bletl)
[![pipeline](https://github.com/jubiotech/bletl/workflows/pipeline/badge.svg)](https://github.com/jubiotech/bletl/actions)
[![coverage](https://codecov.io/gh/jubiotech/bletl/branch/main/graph/badge.svg)](https://codecov.io/gh/jubiotech/bletl)
[![documentation](https://readthedocs.org/projects/bletl/badge/?version=latest)](https://bletl.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5101434.svg)](https://doi.org/10.5281/zenodo.5101434)

# Installation
`bletl` is available through [PyPI](https://pypi.org/project/bletl/):

```
pip install bletl
```

## For Developers
You can use `bletl` by installing it in your Python environment.
1. clone it `git clone https://github.com/JuBiotech/bletl`
2. `cd bletl`
3. `pip install -e .` to install it into your (activated!) Python environment in "editable mode"

# Contributing
The easiest way to contribute is to report bugs by opening [Issues](https://github.com/JuBiotech/bletl/issues).

If you want to contribute, you should...
1. Clone `bletl`
2. Create a new branch
3. Make changes on your feature-branch
4. Open a [Pull Request](https://github.com/JuBiotech/bletl/pulls)


# Usage and Citing
`bletl` is licensed under the [GNU Affero General Public License v3.0](https://github.com/JuBiotech/bletl/blob/main/LICENSE.md).

When using `bletl` in your work, please cite the [Osthege & Tenhaef et al. (2022) paper](https://doi.org/10.1002/elsc.202100108) __and__ the [corresponding software version](https://doi.org/10.5281/zenodo.5101434).

Note that the paper is a shared first co-authorship, which can be indicated by <sup>1</sup> in the bibliography.

```bibtex
@article{bletlPaper,
  author   = {Osthege$^1$, Michael and
              Tenhaef$^1$, Niklas and
              Zyla, Rebecca and
              Müller, Carolin and
              Hemmerich, Johannes and
              Wiechert, Wolfgang and
              Noack, Stephan and
              Oldiges, Marco},
  title    = {bletl - A Python package for integrating {B}io{L}ector microcultivation devices in the {D}esign-{B}uild-{T}est-{L}earn cycle},
  journal  = {Engineering in Life Sciences},
  volume   = {22},
  number   = {3-4},
  pages    = {242-259},
  keywords = {BioLector, feature extraction, growth rate, microbial phenotyping, uncertainty quantification},
  doi      = {https://doi.org/10.1002/elsc.202100108},
  url      = {https://onlinelibrary.wiley.com/doi/abs/10.1002/elsc.202100108},
  eprint   = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/elsc.202100108},
  year     = {2022}
}

@software{bletl,
  author       = {Michael Osthege and
                  Niklas Tenhaef and
                  Laura Helleckes and
                  Carolin Müller},
  title        = {JuBiotech/bletl: v1.1.0},
  month        = feb,
  year         = 2022,
  publisher    = {Zenodo},
  version      = {v1.1.0},
  doi          = {10.5281/zenodo.6284777},
  url          = {https://doi.org/10.5281/zenodo.6284777}
}
```

Head over to Zenodo to [generate a BibTeX citation](https://doi.org/10.5281/zenodo.5101434) for the latest release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jubiotech/bletl",
    "name": "bletl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Michael Osthege",
    "author_email": "m.osthege@fz-juelich.de",
    "download_url": "https://files.pythonhosted.org/packages/e1/a4/2e038ec6ba29d1b38ae7357907be15feb552cac449a70b0107bf892b6e53/bletl-1.4.1.tar.gz",
    "platform": null,
    "description": "[![PyPI version](https://img.shields.io/pypi/v/bletl)](https://pypi.org/project/bletl)\n[![pipeline](https://github.com/jubiotech/bletl/workflows/pipeline/badge.svg)](https://github.com/jubiotech/bletl/actions)\n[![coverage](https://codecov.io/gh/jubiotech/bletl/branch/main/graph/badge.svg)](https://codecov.io/gh/jubiotech/bletl)\n[![documentation](https://readthedocs.org/projects/bletl/badge/?version=latest)](https://bletl.readthedocs.io/en/latest/?badge=latest)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5101434.svg)](https://doi.org/10.5281/zenodo.5101434)\n\n# Installation\n`bletl` is available through [PyPI](https://pypi.org/project/bletl/):\n\n```\npip install bletl\n```\n\n## For Developers\nYou can use `bletl` by installing it in your Python environment.\n1. clone it `git clone https://github.com/JuBiotech/bletl`\n2. `cd bletl`\n3. `pip install -e .` to install it into your (activated!) Python environment in \"editable mode\"\n\n# Contributing\nThe easiest way to contribute is to report bugs by opening [Issues](https://github.com/JuBiotech/bletl/issues).\n\nIf you want to contribute, you should...\n1. Clone `bletl`\n2. Create a new branch\n3. Make changes on your feature-branch\n4. Open a [Pull Request](https://github.com/JuBiotech/bletl/pulls)\n\n\n# Usage and Citing\n`bletl` is licensed under the [GNU Affero General Public License v3.0](https://github.com/JuBiotech/bletl/blob/main/LICENSE.md).\n\nWhen using `bletl` in your work, please cite the [Osthege & Tenhaef et al. (2022) paper](https://doi.org/10.1002/elsc.202100108) __and__ the [corresponding software version](https://doi.org/10.5281/zenodo.5101434).\n\nNote that the paper is a shared first co-authorship, which can be indicated by <sup>1</sup> in the bibliography.\n\n```bibtex\n@article{bletlPaper,\n  author   = {Osthege$^1$, Michael and\n              Tenhaef$^1$, Niklas and\n              Zyla, Rebecca and\n              M\u00fcller, Carolin and\n              Hemmerich, Johannes and\n              Wiechert, Wolfgang and\n              Noack, Stephan and\n              Oldiges, Marco},\n  title    = {bletl - A Python package for integrating {B}io{L}ector microcultivation devices in the {D}esign-{B}uild-{T}est-{L}earn cycle},\n  journal  = {Engineering in Life Sciences},\n  volume   = {22},\n  number   = {3-4},\n  pages    = {242-259},\n  keywords = {BioLector, feature extraction, growth rate, microbial phenotyping, uncertainty quantification},\n  doi      = {https://doi.org/10.1002/elsc.202100108},\n  url      = {https://onlinelibrary.wiley.com/doi/abs/10.1002/elsc.202100108},\n  eprint   = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/elsc.202100108},\n  year     = {2022}\n}\n\n@software{bletl,\n  author       = {Michael Osthege and\n                  Niklas Tenhaef and\n                  Laura Helleckes and\n                  Carolin M\u00fcller},\n  title        = {JuBiotech/bletl: v1.1.0},\n  month        = feb,\n  year         = 2022,\n  publisher    = {Zenodo},\n  version      = {v1.1.0},\n  doi          = {10.5281/zenodo.6284777},\n  url          = {https://doi.org/10.5281/zenodo.6284777}\n}\n```\n\nHead over to Zenodo to [generate a BibTeX citation](https://doi.org/10.5281/zenodo.5101434) for the latest release.\n",
    "bugtrack_url": null,
    "license": "GNU Affero General Public License v3.0",
    "summary": "Package for parsing and transforming BioLector raw data.",
    "version": "1.4.1",
    "project_urls": {
        "Homepage": "https://github.com/jubiotech/bletl"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b22177e1966bf67ff363fc6722f43ce2a7a5c78e9b63e1de06a0ec67e85d31f3",
                "md5": "6388fbdc0f65b7d8cb65047b15ea6df2",
                "sha256": "b6dccc7964ca809511c4762092c5825942d88be51cd146393d4cf7d6bc67a1ef"
            },
            "downloads": -1,
            "filename": "bletl-1.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6388fbdc0f65b7d8cb65047b15ea6df2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 48004,
            "upload_time": "2023-08-07T08:05:47",
            "upload_time_iso_8601": "2023-08-07T08:05:47.127122Z",
            "url": "https://files.pythonhosted.org/packages/b2/21/77e1966bf67ff363fc6722f43ce2a7a5c78e9b63e1de06a0ec67e85d31f3/bletl-1.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1a42e038ec6ba29d1b38ae7357907be15feb552cac449a70b0107bf892b6e53",
                "md5": "6063ca1644ed7299a3d8ad0040e7ee97",
                "sha256": "32da6f39a263f9ecbf3fd2af63886282ece26c946373cedb387f230a7447fd25"
            },
            "downloads": -1,
            "filename": "bletl-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6063ca1644ed7299a3d8ad0040e7ee97",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 53684,
            "upload_time": "2023-08-07T08:05:48",
            "upload_time_iso_8601": "2023-08-07T08:05:48.645908Z",
            "url": "https://files.pythonhosted.org/packages/e1/a4/2e038ec6ba29d1b38ae7357907be15feb552cac449a70b0107bf892b6e53/bletl-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 08:05:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jubiotech",
    "github_project": "bletl",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "bletl"
}
        
Elapsed time: 0.23247s