Metadata-Version: 2.0
Name: phantasy
Version: 0.9.7
Summary: Physics high-level applications and toolkit for accelerator system
Home-page: https://archman.github.io/phantasy/
Author: Tong Zhang
Author-email: zhangt@frib.msu.edu
License: Copyright (c) 2016-2017, Facility for Rare Isotope Beams
Requires-Dist: cothread
Requires-Dist: lmfit (==0.8.0)
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pyepics
Requires-Dist: scipy (==0.14.0)
Requires-Dist: xlrd
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: nose; extra == 'test'
Requires-Dist: nose-exclude; extra == 'test'

All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
   may be used to endorse or promote products derived from this software without
   specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


Description: ## PHANTASY [![Build Status](https://travis-ci.org/archman/phantasy.svg?branch=upstream)](https://travis-ci.org/archman/phantasy)
        
        **P**hysics **H**igh-level **A**pplications a**N**d **T**oolkit for **A**ccelerator **SY**stem.
        
        Main features of ``phantasy``:
        
        - Device configuration management;
        - Device abstraction;
        - Online modeling;
        - Python interactive scripting environment for high-level controls;
        - Virtual accelerator based on EPICS control environment;
        - Web services integration;
        
        Physics applications built on top of ``phantasy`` are developed as another
        repo: ``phantasy-apps``, whose names in Debian repository are prefixed with
        ``python-``, i.e. ``python-phantasy`` and ``python-phantasy-apps``.
        
        Changelogs see [here](changelogs.md).
        
        
        
Keywords: phantasy FRIB HLA high-level python FLAME IMPACT
Platform: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Physics
