Releases: ulfom/ulfom-python
Releases · ulfom/ulfom-python
Release list
v0.1.4
What's Changed
- Bump black from 23.12.1 to 24.3.0 by @dependabot in #1
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v0.1.2...v0.1.4
v0.1.3
What's Changed
- Bump black from 23.12.1 to 24.3.0 by @dependabot in #1
- Cleanup for Async Client
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- Bumping up the version
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Polling issue with "complete" flag
- Added complete test unit
Full Changelog: v0.1.0...v0.1.1
Initial Release - Python Client for Ulfom API
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 ulfomQuick 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!