Metadata-Version: 2.4
Name: siriuspy
Version: 2.94.0
Summary: Development packages for Sirius
Home-page: https://github.com/lnls-sirius/dev-packages
Download-URL: https://github.com/lnls-sirius/dev-packages
Author: lnls-sirius
License: GNU GPLv3
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.7.4
Requires-Dist: bottleneck>=1.3.2
Requires-Dist: mathphys
Requires-Dist: numpy<=1.23
Requires-Dist: scipy<=1.13
Requires-Dist: pyepics>=3.4.0
Requires-Dist: python-dateutil>=2.8.1
Requires-Dist: requests>=2.22.0
Requires-Dist: six>=1.13.0
Requires-Dist: pyyaml
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

INSTALL - siriuspy
==================

This package can be installed using setuptools (>=16.0).
There is no automatic dependency checking, so read the list below and ensure necessary dependencies are available.
Developed and tested with Python 3 (3.4).


REQUIREMENTS
============


TESTS
=====

To run the unittest suite:
 ```command
   cd siriuspy
   ./setup.py test
```
To run a specific unittest subpacke:
```command
   cd siriuspy
   ./setup.py test -s tests.search
```

INSTALLATION
============

To install to a default Python directory, run
```command
    <python> setup.py install
```
Use the appropriate command in <python>. Depending on permissions, it may be
necessary to run the command with sudo or as superuser.

To install a development version, with a link to the local package files in the
default Python directory, run
```command
    <python> setup.py develop
```

Details and further options can be found in setuptools documentation.
