cse587Autils


Namecse587Autils JSON
Version 3.2.1 PyPI version JSON
download
home_page
SummaryA set of classes and functions to be used in CSE 587A
upload_time2023-09-28 15:46:17
maintainer
docs_urlNone
authorchase mateusiak
requires_python>=3.9,<4.0
licenseGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Build](https://github.com/Chase-Mateusiak/cse587Autils/actions/workflows/python-package.yml/badge.svg)](https://github.com/Chase-Mateusiak/cse587Autils/actions/workflows/python-package.yml)

# Introduction

This package stores objects, functions and at some point possibly data for
Michael Brent's CSE 587A: Algorithms for Computational Biology at Washington
University.  

[See the documentation here](https://cse587a.github.io/cse587Autils/)

# Installation

## Typical User

This is on PyPI and may be installed with pip:

```bash
pip install cse587Autils
```

## Cutting edge version

It is possible that the `dev` branch is ahead of `main` and the `pypi` version.
However, `dev` is not necessarily as stable. Install the `dev` version at your
own risk:

```bash
pip install https://github.com/Chase-Mateusiak/cse587Autils.git@dev
```

# Developers

If you want to participate in improving this repository, then fork the repo
into your own profile. Issue pull requests against `dev`.  

## codespace

A development container is configured such that after you fork the repo, you
can launch a codespace with a pre-configured environment and start coding
right away. Changes you make will be pushed to your fork, and from there you 
can issue pull requests against this repo.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cse587Autils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "chase mateusiak",
    "author_email": "chase.mateusiak@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cf/7e/79ad61058559b486ec4bf85840a17028edd958ed10e464bd60e81a0bceac/cse587autils-3.2.1.tar.gz",
    "platform": null,
    "description": "[![Build](https://github.com/Chase-Mateusiak/cse587Autils/actions/workflows/python-package.yml/badge.svg)](https://github.com/Chase-Mateusiak/cse587Autils/actions/workflows/python-package.yml)\n\n# Introduction\n\nThis package stores objects, functions and at some point possibly data for\nMichael Brent's CSE 587A: Algorithms for Computational Biology at Washington\nUniversity.  \n\n[See the documentation here](https://cse587a.github.io/cse587Autils/)\n\n# Installation\n\n## Typical User\n\nThis is on PyPI and may be installed with pip:\n\n```bash\npip install cse587Autils\n```\n\n## Cutting edge version\n\nIt is possible that the `dev` branch is ahead of `main` and the `pypi` version.\nHowever, `dev` is not necessarily as stable. Install the `dev` version at your\nown risk:\n\n```bash\npip install https://github.com/Chase-Mateusiak/cse587Autils.git@dev\n```\n\n# Developers\n\nIf you want to participate in improving this repository, then fork the repo\ninto your own profile. Issue pull requests against `dev`.  \n\n## codespace\n\nA development container is configured such that after you fork the repo, you\ncan launch a codespace with a pre-configured environment and start coding\nright away. Changes you make will be pushed to your fork, and from there you \ncan issue pull requests against this repo.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A set of classes and functions to be used in CSE 587A",
    "version": "3.2.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d628b1fff23eb6246be098cf676911387bde027736a1296768b9726b8960ad7",
                "md5": "38a94d71dccbcdd182bd1f3cffaa884e",
                "sha256": "f47b0285e2af5168ae8f6ea8dab7436a0bb191834bd00a132f93cb8011b91aff"
            },
            "downloads": -1,
            "filename": "cse587autils-3.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "38a94d71dccbcdd182bd1f3cffaa884e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 34636,
            "upload_time": "2023-09-28T15:46:15",
            "upload_time_iso_8601": "2023-09-28T15:46:15.383687Z",
            "url": "https://files.pythonhosted.org/packages/8d/62/8b1fff23eb6246be098cf676911387bde027736a1296768b9726b8960ad7/cse587autils-3.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf7e79ad61058559b486ec4bf85840a17028edd958ed10e464bd60e81a0bceac",
                "md5": "050e88372438ebcd57fb2ea80a8836ac",
                "sha256": "23287cf20da6a55603f75fd54c9ae3175c26e3b88e4c87e044aa528e65b5f9f0"
            },
            "downloads": -1,
            "filename": "cse587autils-3.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "050e88372438ebcd57fb2ea80a8836ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 28715,
            "upload_time": "2023-09-28T15:46:17",
            "upload_time_iso_8601": "2023-09-28T15:46:17.048068Z",
            "url": "https://files.pythonhosted.org/packages/cf/7e/79ad61058559b486ec4bf85840a17028edd958ed10e464bd60e81a0bceac/cse587autils-3.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-28 15:46:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cse587autils"
}
        
Elapsed time: 0.11366s