Skip to content

0.1.0-alpha4

Pre-release
Pre-release
Compare
Choose a tag to compare
@timoguin timoguin released this 10 Jun 00:37

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