Skip to content

Initial Release - Python Client for Ulfom API

Choose a tag to compare

@dipankar dipankar released this 18 Apr 13:57
· 11 commits to main since this release

Initial Release

This is the first release of the Ulfom Python client library, providing a convenient way to interact with the Ulfom API.

Features

  • Synchronous and asynchronous API support
  • Comprehensive API coverage
  • Type hints for better IDE support
  • Poetry-based dependency management

Installation

pip install ulfom

Quick Start

import ulfom

# Initialize the client
client = ulfom.Client()

# Make API calls
response = client.get_data()

Documentation

For detailed documentation, please visit the GitHub repository.

Development Status

This is a beta release. We welcome feedback and contributions!