# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# Copyright (c) 2013-2016 Audrey Roy
# Copyright (c) 2016- Spyder Project Contributors
#
# Licensed under the terms of the BSD 3-clause license
# (see LICENSE.txt in this directory for details)
# -----------------------------------------------------------------------------

"""
BinaryOrNot
-----------

Objects defined in this module were adapted from
`BinaryOrNot <https://github.com/audreyr/binaryornot>`_.
"""

__author__ = 'Audrey Roy'
__email__ = 'audreyr@gmail.com'
__version__ = '0.4.0'
