Skip to content

Releases: BonifacioCalindoro/holded-python

v0.1.3-alpha

08 Mar 09:15

Choose a tag to compare

v0.1.3-alpha Pre-release
Pre-release

v0.1.2-alpha

06 Mar 15:31

Choose a tag to compare

v0.1.2-alpha Pre-release
Pre-release

v0.1.1-alpha

06 Mar 12:10

Choose a tag to compare

v0.1.1-alpha Pre-release
Pre-release

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-python

Documentation

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.