Metadata-Version: 2.1
Name: sabana
Version: 0.1.23
Summary: Classes to interact with Sabana. Meet us at https://sabana.io
Home-page: https://sabana.io/
License: Apache-2.0
Author: Sabana Technologies, Inc
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
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: numpy (>=1.21.6,<2.0.0)
Requires-Dist: pathlib (>=1.0.1,<2.0.0)
Requires-Dist: protobuf (>=4.21.1,<5.0.0)
Requires-Dist: python-jose (>=3.3.0,<4.0.0)
Requires-Dist: requests (>=2.28.0,<3.0.0)
Requires-Dist: validators (>=0.20.0,<0.21.0)
Description-Content-Type: text/markdown

 <!--
   Copyright 2022 Sabana Technologies, Inc

   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

   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.
 -->

# Sabana

This package has the following helper classes to allow programmatic interaction with Sabana from python:

- Instance: handler to an instance deployed in the platform.
- Program: constructs the series of steps to be executed in an instance deployed in the platform.
- Build (from sabana.cc): provides compilation of C programs for RISC-V processors.

# Support

Checkout our [documentation pages](https://docs.sabana.io).

For support get in touch with us via our [Discord](https://discord.gg/TwzbFDBFcm) server, or alternatively via [Sabana.io](https://sabana.io).

## Sign up

Get in touch in order to get access to Sabana via the following [form](https://forms.gle/uePrgDD5x1mkCYkq6).

# Licensing

The Sabana package is distributed under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt).

# Terms

By using Sabana you agree to our Terms of Service and Privacy Policy. These are available at our [terms portal](https://legal.sabana.io).

