Metadata-Version: 2.0
Name: pysight
Version: 0.1.1
Summary: Create images from photon lists generated by a mutliscaler.
Home-page: https://github.com/HagaiHargil/python-pysight
Author: Hagai Hargil
Author-email: hagaihargil@gmail.com
License: BSD
Keywords: multiscaler,photon counting
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Dist: attrs (>=1.6)
Requires-Dist: cython
Requires-Dist: matplotlib
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: pandas

========
Overview
========



Create images from photon lists generated by a mutliscaler.

* Free software: BSD license

Installation
============

::

    pip install pysight

Documentation
=============

https://python-pysight.readthedocs.io/

Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.1.0 (2017-02-27)
-----------------------------------------

* First release on PyPI.


