Skip to main content

A collection of python support tools and scripts for Aito.ai

Project description

PyPI PyPI version

DISCLAIMER: aito-python-tools repository is experimental code that we are already using ourselves. It might be a bit rough on the edges and is not yet ready for production grade release. We are constantly developing it and changes are likely. Feel free to use, and share any feedback with us.

A useful library for Aito users containing: * CLI for using Aito * Integration with Pandas

Installation

To install with pip, run: pip install aitoai

To install from source, first clone the repository and then run: python setup.py install

Basic Usage

Command line interface support tools

aito -h
usage: aito [-h] <action> ...

optional arguments:
  -h, --help          show this help message and exit

action:
  action to perform

  <action>
    infer-table-schema
                      infer an Aito table schema from a file
    convert           convert a file into ndjson|json format
    database          perform operations with your Aito database instance

*NOTE:* For database action, remember to set up your Aito instance credentials.

The CLI supports tab completion using argcomplete. More instructions can be found here

For addition guide of the CLI tool, see the CLI documentations

Integrating with Pandas DataFrame

  • Generate Aito Schema from a Pandas DataFrame: ```python from aito.utils.schema_handler import SchemaHandler

schema_handler = SchemaHandler() schema_handler.generate_table_schema_from_pandas_dataframe(df) ```

Feedback & bug reports

We take our quality seriously and aim for the smoothest developer experience possible. If you run into problems, please send an email to support@aito.ai containing reproduction steps and we’ll fix it as soon as possible.

License

MIT License

Change logs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aitoai-0.0.4.tar.gz (13.6 kB view hashes)

Uploaded Source

Built Distribution

aitoai-0.0.4-py3-none-any.whl (18.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page