Metadata-Version: 2.1
Name: seismic-classifier
Version: 0.2.8
Summary: trace by trace seismic classification
Author: Jean-Philippe Mercier
Author-email: jp.mercier@esgsolutions.com
Requires-Python: >=3.9,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (>=3.8.4,<4.0.0)
Requires-Dist: faust (>=1.10.4,<2.0.0)
Requires-Dist: gdown (>=4.7.1,<5.0.0)
Requires-Dist: ipdb (>=0.13.13,<0.14.0)
Requires-Dist: ipython (>=8.13.2,<9.0.0)
Requires-Dist: multiprocess (>=0.70.14,<0.71.0)
Requires-Dist: numpy (>=1.24.3,<2.0.0)
Requires-Dist: pickled-carrots (>=0.1.1,<0.2.0)
Requires-Dist: quilt (>=2.9.15,<3.0.0)
Requires-Dist: quilt3 (>=5.3.1,<6.0.0)
Requires-Dist: torch (>=2.0.1,<3.0.0)
Requires-Dist: torchaudio (>=2.0.2,<3.0.0)
Requires-Dist: torchvision (>=0.15.2,<0.16.0)
Requires-Dist: useis (>=1.0.2,<2.0.0)
Description-Content-Type: text/markdown

# swagger-client
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 0.1.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen

## Requirements.

Python 2.7 and 3.4+

## Installation & Usage
### pip install

If the python package is hosted on Github, you can install directly from Github

```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)

Then import the package:
```python
import swagger_client 
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import swagger_client
```

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.DefaultApi(swagger_client.ApiClient(configuration))
stream = 'stream_example' # str | 

try:
    # Predict
    api_response = api_instance.predict_classifier_predict_stream_mseed_post(stream)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DefaultApi->predict_classifier_predict_stream_mseed_post: %s\n" % e)
```

## Documentation for API Endpoints

All URIs are relative to */*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**predict_classifier_predict_stream_mseed_post**](docs/DefaultApi.md#predict_classifier_predict_stream_mseed_post) | **POST** /classifier/predict/stream/mseed | Predict

## Documentation For Models

 - [BodyPredictClassifierPredictStreamMseedPost](docs/BodyPredictClassifierPredictStreamMseedPost.md)
 - [ClassifierResults](docs/ClassifierResults.md)
 - [HTTPValidationError](docs/HTTPValidationError.md)
 - [ValidationError](docs/ValidationError.md)

## Documentation For Authorization

 All endpoints do not require authorization.


## Author



