Metadata-Version: 2.1
Name: spicypy
Version: 0.2.1
Summary: A python package for signal processing & control systems. Combining several tools to facilitate signal processing, control systems modelling, and the interface between the two.
Home-page: https://gitlab.com/pyda-group/spicypy
Author: Artem Basalaev
Author-email: artem.basalaev@physikDOTuni-hamburg.de
Requires-Python: >=3.8,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: astropy (>=3.0)
Requires-Dist: control (>=0.8.1,<1.0)
Requires-Dist: gwpy (>=2.0.4,<3.0)
Requires-Dist: h5py (>=3,<4)
Requires-Dist: lpsd (>=0.2,<0.3)
Requires-Dist: matplotlib (>=3.0,<4.0)
Requires-Dist: numpy (>=1.18,<2.0)
Requires-Dist: scipy (>=1.5,<2.0)
Project-URL: Documentation, https://pyda-group.gitlab.io/spicypy/
Project-URL: Repository, https://gitlab.com/pyda-group/spicypy
Description-Content-Type: text/markdown

# spicypy

Signal processing & control systems. Combining several tools to facilitate signal processing, control systems modelling,
and the interface between the two.

[Documentation](https://pyda-group.gitlab.io/spicypy/)

# Development roadmap

We are currently working on software requirements [specification](https://gitlab.com/pyda-group/spicipy/-/wikis/home/specification).
See also [meetings](https://gitlab.com/pyda-group/spicypy/-/wikis/home/meetings) and
[Issues](https://gitlab.com/pyda-group/spicypy/-/issues) for more information.

The project is open for contributions, and feedback on usage is welcome. For reporting bugs and specific code suggestions
please consider [creating an Issue](https://gitlab.com/pyda-group/spicypy/-/issues/new?issue%5Bmilestone_id%5D=).
For other enquiries contact details are provided below.

# Contact

* Artem Basalaev (artem.basalaevATphysikDOTuni-hamburg.de)
* Christian Darsow-Fromm (cdarsowfATphysnetDOTuni-hamburg.de)
* Martin Hewitson (martin.hewitsonATaeiDOTmpg.de)
* Oliver Gerberding (oliver.gerberdingATphysikDOTuni-hamburg.de)


# License

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.

