Metadata-Version: 2.4
Name: ubq
Version: 0.1.0
Summary: Ubuntu Query
Author-email: Lena Voytek <lena@voytek.dev>
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: launchpadlib>=2.1.0
Requires-Dist: lazr-restfulclient>=0.14.6
Dynamic: license-file

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# Ubuntu Query
Common Python library interface for interacting with services providing data on Ubuntu

## Architecture

ubq is separated into three sets of components - [models](src/ubq/models/README.md), [providers](src/ubq/providers/README.md), and [services](src/ubq/services/README.md).

The models component contains standardized data types for data that can be extracted from providers.

The providers component provides standardized classes for querying and sending information to external locations hosting Ubuntu-related data.

The services component contains methods and classes for importing and exporting Ubuntu data.
