Metadata-Version: 2.4
Name: sercol
Version: 1.0.0
Summary: Rich collection class with grouping and filtering helpers
Home-page: https://github.com/openvax/sercol
Author: Alex Rubinsteyn
Author-email: alex.rubinsteyn@unc.edu
License: http://www.apache.org/licenses/LICENSE-2.0.html
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: simplejson
Requires-Dist: serializable
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

[![Tests](https://github.com/openvax/sercol/actions/workflows/tests.yml/badge.svg)](https://github.com/openvax/sercol/actions/workflows/tests.yml)
<a href="https://coveralls.io/github/openvax/sercol?branch=master">
    <img src="https://coveralls.io/repos/openvax/sercol/badge.svg?branch=master&service=github" alt="Coverage Status" />
</a>
<a href="https://pypi.python.org/pypi/sercol/">
    <img src="https://img.shields.io/pypi/v/sercol.svg?maxAge=1000" alt="PyPI" />
</a>

# sercol

Rich collection class with grouping and filtering helpers. Used as a base class
for `varcode.EffectCollection`, `varcode.VariantCollection`, and `mhctools.EpitopeCollection`.
