Metadata-Version: 2.4
Name: tms_integration
Version: 1.0.2
Summary: A library for TMS integration
Home-page: https://github.com/F-ONE-Group/tms_integration/tree/pypi
Author: F-ONE Group
Author-email: admin@f-one.group
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
License-File: LICENSE
Requires-Dist: pydantic<3.0,>2.0.0
Requires-Dist: pytz
Requires-Dist: backoff<3.0.0,>=2.0.0
Provides-Extra: lis-winsped
Requires-Dist: pysftp==0.2.9; extra == "lis-winsped"
Requires-Dist: paramiko==3.5.1; extra == "lis-winsped"
Provides-Extra: carlo
Requires-Dist: pysftp==0.2.9; extra == "carlo"
Provides-Extra: windispo
Requires-Dist: pysftp==0.2.9; extra == "windispo"
Requires-Dist: paramiko==3.5.1; extra == "windispo"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# F-ONE Group TMS Integration

Welcome to the F-ONE Group TMS Integration package! This Python library is designed to streamline the integration process with various Transportation Management Systems (TMS). It provides robust tools and utilities to facilitate seamless communication and data exchange between your systems and supported TMS platforms.

## Features
- **Lis Winsped Integration**: Comprehensive support for integrating with the Lis Winsped TMS, including models and utilities for handling various data types.
- **Carlo Integration**: (Coming soon) Future support for the Carlo TMS platform.
- **Windispo Integration**: XML import file generation for `createjob.v1` payloads and SFTP-based import support.
- **Utilities**: Includes XML handling and SFTP utilities to simplify data transfer and processing.

## Installation
To install the library, use pip:

```bash
pip install fone-tms-integration
```

## Usage
Here is a quick example to get started:

```python
from tms_integration.lis_winsped import lis_winsped

# Example usage
response = lis_winsped.some_function()
print(response)
```

For detailed usage instructions, please refer to the documentation provided in the respective modules.

## Documentation
The library is organized into the following modules:

### Lis Winsped
- Models for handling various data types such as orders, ADR, and more.
- Utilities for interacting with the Lis Winsped TMS API.

### Carlo (Coming Soon)
- Planned support for Carlo TMS integration.

### Windispo
- `createjob.v1` XML import generation with typed payload models.
- SFTP import helper for transferring generated XML files.

### Utilities
- XML handling utilities.
- SFTP utilities for secure file transfers.

## Contributing
We welcome contributions to enhance the functionality of this library. To contribute:

1. Fork the repository.
2. Create a new branch for your feature or bug fix (`git checkout -b feature-branch`).
3. Commit your changes with clear and concise messages (`git commit -am 'Add new feature'`).
4. Push your branch to your fork (`git push origin feature-branch`).
5. Submit a pull request for review.

## License
This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.

## Support
For any issues or questions, please open an issue on the GitHub repository or contact the maintainers directly.
