0.1.0-alpha4
Pre-release
Pre-release
Initial alpha release
Added
- Adds the APIClient class for simplying creation of sessions, connections, and making API calls
- Adds the ModelBase dataclass for data models to inherit from
- Adds dataclasses for Organizations data models: Organization, Account, OrganizationalUnit, etc
- Adds the OrganizationsDataBuilder class for querying the Organizations APIs to build up the data model
- Adds a CLI tool as an extra that can be installed
- Adds configuration for packaging and publishing to PyPI
- Adds Git pre-commit config w/ linting