Releases: BonifacioCalindoro/holded-python
Releases · BonifacioCalindoro/holded-python
v0.1.3-alpha
Full Changelog: v0.1.2-alpha...v0.1.3-alpha
v0.1.2-alpha
Full Changelog: v0.1.1-alpha...v0.1.2-alpha
v0.1.1-alpha
Release Notes for v0.1.0-alpha
Initial Pre-release of holded-python
This is the initial pre-release of holded-python, a comprehensive Python wrapper for the Holded API.
Features
- Complete coverage of all Holded API endpoints (Invoice, CRM, Projects, Team, and Accounting)
- Both synchronous and asynchronous clients
- Type hints for better IDE support
- Comprehensive error handling with specific exception classes
- Pagination support for list endpoints
- Pydantic data models for request and response validation
- Detailed documentation for all methods
API Categories Covered
- Invoice API: Contacts, Documents, Products, Warehouses, Treasury, and more
- CRM API: Funnels, Leads, Events, Bookings
- Projects API: Projects, Tasks, Time Tracking
- Team API: Employees, Time Tracking
- Accounting API: Daily Ledger, Chart of Accounts
Installation
pip install holded-pythonDocumentation
Comprehensive documentation is available in the repository, including:
- Getting Started guide
- API Reference
- Examples
- Error Handling guide
- Advanced Usage patterns
Note
This is an alpha release intended for testing and feedback. While all core functionality is implemented, some features may change in future releases.