Metadata-Version: 2.1
Name: xicam.dev
Version: 2.0.1
Summary: The CAMERA platform for synchrotron data management, visualization, and reduction. This package conveniently clones the critical Xi-cam packages and performs editable source-installs.
Home-page: https://github.com/ronpandolfi/Xi-cam
Author: Ronald J Pandolfi
Author-email: ronpandolfi@lbl.gov
License: BSD
Description: ==================================
        Xi-cam 2 Developer Quick-Installer
        ==================================
        
        A quick-installer for Xi-cam 2 developers. Python and Git experience required. The default install location is **~/Xi-cam**.
        
        Attention
        ---------
        
        Xi-cam 2 has not yet reached a release state. Expect some changes to API design as we continue development.
        
        Requirements
        ------------
        
        - Python 3.6+
        - PyQt5
        - GitPython
        - (...and the Xi-cam 2 platform requirements)
        
        Installation
        ------------
        
        To run the quick-installer::
        
            pip install -v xicam.dev
        
        This quick-installer performs the following operations:
        
        - Clone essential Xi-cam 2 packages to the installation directory
        - Install Xi-cam 2 dependencies
        - Install Xi-cam 2 essential packages as editable source
        
        Note: The `-v` allows you to see installation progress.
        
        Configuration
        -------------
        
        To install to a custom directory, set a shell environment variable with the desired path::
        
            INSTALL_DIR="~/my/install/dir"
        
        or, in `fish`::
        
            set -x -g INSTALL_DIR "~/my/install/dir"
        
        
Keywords: synchrotron analysis x-ray scattering tomography
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: tests
