Metadata-Version: 2.1
Name: professionals
Version: 0.0.3
Summary: Data structures and functions to work with professional data.
Home-page: https://github.com/professional-app/lib_sdk
Author: Professional App
Author-email: support@professional.app
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/professional-app/lib_sdk/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Professional Software Development Kit

![build](https://github.com/professional-app/lib_sdk/actions/workflows/python-package.yml/badge.svg)

Data structures and functions to work with professional data.
Built for use with [professional.app](https://professional.app) and associated APIs.
Using this SDK, you will be able to reflect professional.app API queries directly into usable data structures. You'll also be able to build data analytics pipelines with [esam](https://github.com/eons-dev/bin_esam).

Built with and [eons](https://github.com/eons-dev/lib_eons) using the [eons build system](https://github.com/eons-dev/bin_ebbs)

## Installation
`pip install professionals`

## Usage

Check out the [esam docs](https://github.com/eons-dev/bin_esam) on how to do data analysis with [eons](https://github.com/eons-dev/lib_eons).

More examples coming soon.

