Metadata-Version: 2.1
Name: matatika
Version: 1.16.2
Summary: A Python utility for interfacing with the Matatika service
Home-page: https://www.matatika.com/
Author: Matatika
Author-email: support@matatika.com
License: Copyright (C) Matatika Limited - All Rights Reserved
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Free To Use But Restricted
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: auth0-python (~=4.6.1)
Requires-Dist: click (~=8.1.7)
Requires-Dist: nbconvert (~=7.6.0)
Requires-Dist: python-dotenv (~=0.21.1)
Requires-Dist: pyyaml (~=6.0.1)
Requires-Dist: requests (~=2.31.0)
Provides-Extra: dev
Requires-Dist: autopep8 ; extra == 'dev'
Provides-Extra: lint
Requires-Dist: pylint ; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: requests-mock ; extra == 'test'

# Matatika

The `matatika` package allows a user to interact with the Matatika service. A command-line interface (CLI) and client library are included.

## Current Functionality
- Login with Bearer token and endpoint URL (default https://catalog.matatika.com/api)
- Override Bearer token and endpoint URL for supported operations
- Use a specific workspace by default for supported operations
- List all available workspaces
- List all available datasets in a given workspace
- Publish a dataset
- Fetch data from a dataset

## Upcoming Features
- Login with username and password though browser (CLI only)
- Create a dataset
- Create a data pipeline to a workspace
- List all data pipelines
- Run a data pipeline


