Files
biopython/BioSQL/__init__.py
peterjc cb8c45ef4e Dual license BioSQL/*.py [ci skip]
The original author Andrew Dalke (@adalke), named copyright
holders and contributors according to the git log have all
agreed, see #898.

 - Andrew Dalke (@adalke)
 - Cymon Cox (@cymon)
 - Aaron Kitzmiller (@aaronk)
 - Brad Chapman (@chapmanb)
 - Brian Osborne <briano@bioteam.net>
 - Christian Brueffer (@cbrueffer)
 - Connor T. Skennerton (@ctSkennerton)
 - Evan Parker (@eparker05)
 - Iddo Friedberg (@idoerg)
 - Jeroen Van Goey (@BioGeek)
 - Markus Piotrowski (@MarkusPiotrowski)
 - Michiel de Hoon (@mdehoon)
 - Nick Semenkovich (@semenko)
 - Peter Cock (@peterhc)
 - Suresh Panneerselvam <sureshcbt@gmail.com>
 - Tiago Antao (@tiagoantao)
 - Travis Wrightsman (@twrightsman)
 - Wibowo Arindrarto (@bow)
 - @morrme
2018-04-13 12:07:24 +01:00

19 lines
617 B
Python

# Copyright 2002 by Andrew Dalke. All rights reserved.
# Revisions 2007-2008 by Peter Cock.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.
#
# Note that BioSQL (including the database schema and scripts) is
# available and licensed separately. Please consult www.biosql.org
"""Storing and retrieve biological sequences in a BioSQL relational database.
See:
- http://biopython.org/wiki/BioSQL
- http://www.biosql.org/
"""