Skip to content

Releases: ulfom/ulfom-python

v0.1.4

Choose a tag to compare

@dipankar dipankar released this 01 May 12:09

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.4

v0.1.3

Choose a tag to compare

@dipankar dipankar released this 01 May 11:16
0f30ff7

What's Changed

  • Bump black from 23.12.1 to 24.3.0 by @dependabot in #1
  • Cleanup for Async Client

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@dipankar dipankar released this 28 Apr 10:14
  • Bumping up the version

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@dipankar dipankar released this 28 Apr 10:09
  • Polling issue with "complete" flag
  • Added complete test unit

Full Changelog: v0.1.0...v0.1.1

Initial Release - Python Client for Ulfom API

Choose a tag to compare

@dipankar dipankar released this 18 Apr 13:57

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!