Metadata-Version: 2.1
Name: pvct
Version: 0.0.0
Summary: A program to construct a pseudo-variable count time diffraction pattern from many fixed-time diffraction patterns.
Home-page: https://github.com/rowlesmr/pvct
Author: Matthew Rowles
Author-email: rowlesmr@gmail.com
License: Apache-2.0
Project-URL: Documentation, https://pvct.readthedocs.io/
Project-URL: Changelog, https://pvct.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/rowlesmr/pvct/issues
Keywords: diffraction,X-ray,neutron,synchrotron,powder diffraction,crystallography
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software 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 :: Only
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Requires-Dist: colored (==1.4.3)
Requires-Dist: Gooey (==1.0.8.1)
Requires-Dist: numpy (>=1.21)
Requires-Dist: pdiffutils (>=0.0.1)
Requires-Dist: Pillow (>=8.4.0)
Requires-Dist: psutil (>=5.8.0)
Requires-Dist: pygtrie (>=2.4)
Requires-Dist: six (>=1.16)
Requires-Dist: wxPython (>=4.1)

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



A program to construct a pseudo-variable count time diffraction pattern from many fixed-time diffraction patterns.

* Free software: Apache Software License 2.0

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

::

    pip install pvct

You can also install the in-development version with::

    pip install https://github.com/rowlesmr/pvct/archive/master.zip


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


https://pvct.readthedocs.io/


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

To run all the 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.0.0 (2021-11-06)
------------------

* First release on PyPI.


