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!