Metadata-Version: 1.1
Name: empyscripts
Version: 0.3.0
Summary: Add-ons for empymod
Home-page: https://empymod.github.io
Author: Dieter Werthmüller
Author-email: dieter@werthmuller.org
License: Apache License V2.0
Download-URL: https://github.com/empymod/empyscripts/tarball/v0.3.0
Description-Content-Type: UNKNOWN
Description: # empyscripts
        
        This repo contains *add-ons* for `empymod`. These are scripts that did not make
        it into `empymod`. Most likely because they require some sort of change to the
        `empymod` core features, but are only for a very specific use cases. Hence it
        was decided to not implement them in `empymod`.
        
        Please note that these add-ons are not as thoroughly tested as `empymod`, and
        potentially not as well documented either.
        
        
        ## More information
        
        For information regarding `empymod` have a look at:
        [empymod.github.io](https://empymod.github.io).
        
        
        ## Installation
        
        You can install empyscripts via `conda`
        
        ```bash
        conda install -c prisae empyscripts
        ```
        
        via `pip`:
        
        ```bash
        pip install empyscripts
        ```
        
        or download this repo and run
        
        ```bash
        python setup.py install
        ```
        
        
        ## Add-ons
        
        - `tmtemod`: Return up- and down-going TM/TE-mode contributions for x-directed
          electric sources and receivers, which are located in the same layer.
        - `fdesign`: Design digital linear filters for the Hankel and Fourier
          transforms.
        
        There is also `empyscripts.versions()`: `versions('HTML')` (in Jupyter
        Notebooks) or `versions()` (in IPython, QT, and Python consoles) can be used to
        show date, time, and package version information at the end of a notebook or
        script.
        
        
        ## License
        
        Copyright 2017-2018 Dieter Werthmüller
        
        Licensed under the Apache License, Version 2.0 (the "License"); you may not use
        this file except in compliance with the License.  You may obtain a copy of the
        License at
        
        [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
        
        Unless required by applicable law or agreed to in writing, software distributed
        under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
        CONDITIONS OF ANY KIND, either express or implied.  See the License for the
        specific language governing permissions and limitations under the License.
        
        See the *LICENSE*-file in the root directory for a full reprint of the Apache
        License.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
