Metadata-Version: 2.1
Name: sfftk-rw
Version: 0.7.0
Summary: Toolkit for reading and writing EMDB-SFF files
Home-page: http://sfftk-rw.readthedocs.io/en/latest/index.html
Author: Paul K. Korir, PhD
Author-email: pkorir@ebi.ac.uk, paul.korir@gmail.com
License: Apache License 2.0
Keywords: EMDB-SFF,SFF,segmentation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Terminals
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE

========================================================
EMDB-SFF Read/Write Toolkit (``sfftk-rw``)
========================================================

.. image:: https://badge.fury.io/py/sfftk-rw.svg
    :target: https://badge.fury.io/py/sfftk-rw

.. image:: https://img.shields.io/pypi/pyversions/sfftk-rw
    :alt: PyPI - Python Version

.. image:: https://travis-ci.org/emdb-empiar/sfftk-rw.svg?branch=master
    :target: https://travis-ci.org/emdb-empiar/sfftk-rw

.. image:: https://readthedocs.org/projects/sfftk-rw/badge/?version=latest
    :target: https://sfftk-rw.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://coveralls.io/repos/github/emdb-empiar/sfftk-rw/badge.svg?branch=master
    :target: https://coveralls.io/github/emdb-empiar/sfftk-rw?branch=master


-------------
About
-------------

``sfftk-rw`` is a Python toolkit for *reading and writing EMDB-SFF files only*. It is part of a family of tools
designed to work with EMDB-SFF files. Other related tools are:

-   ``sfftk`` - depends on ``sfftk-rw`` and additionally:

    *   **converts** application-specific segmentation files to valid EMDB-SFF files;

    *   **annotates** EMDB-SFF files;

    *   **prepares** segmentation files prior to conversion to EMDB-SFF files;

-   **SAT** - an online wrapper around ``sfftk`` available at https://wwwdev.ebi.ac.uk/pdbe/emdb/sat_branch/sat/

-------------
License
-------------

``sfftk-rw`` is free and open source software released under the terms of the Apache License,
Version 2.0. Source code is copyright **EMBL-European Bioinformatics Institute (EMBL-EBI) 2017**.



