Metadata-Version: 2.4
Name: altastata
Version: 0.1.1
Summary: A Python package for Altastata data processing and machine learning integration
Home-page: https://github.com/sergevil/altastata-python-package
Author: Serge Vilvovsky
Author-email: serge.vilvovsky@altastata.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: py4j==0.10.9.5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Altastata Python Package

A powerful Python package for data processing and machine learning integration with Altastata.

## Installation

```bash
pip install altastata
```

## Features

- Seamless integration with PyTorch and TensorFlow
- Advanced data processing capabilities
- Java integration through Py4J
- Support for large-scale data operations

## Quick Start

```python
from altastata import AltaStataFunctions, AltaStataPyTorchDataset, AltaStataTensorFlowDataset

# Initialize the main functions
functions = AltaStataFunctions()

# Create a PyTorch dataset
dataset = AltaStataPyTorchDataset(...)

# Create a TensorFlow dataset
tf_dataset = AltaStataTensorFlowDataset(...)
```

## Documentation

For detailed documentation, please visit our [GitHub repository](https://github.com/sergevil/altastata-python-package).

## License

This project is licensed under the MIT License - see the LICENSE file for details. 
