Metadata-Version: 2.1
Name: amaxa
Version: 0.9.8
Summary: Load and extract data from multiple Salesforce objects in a single operation, preserving links and network structure.
Home-page: https://github.com/davidmreed/amaxa
License: BSD-3-Clause
Author: David Reed
Author-email: david@ktema.org
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Cerberus (>=1.3.4,<2.0.0)
Requires-Dist: PyJWT (>=2.1.0,<3.0.0)
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: cryptography (>=35.0.0,<36.0.0)
Requires-Dist: requests[security] (>=2.26.0,<3.0.0)
Requires-Dist: salesforce-bulk (>=2.2.0,<3.0.0)
Requires-Dist: simple-salesforce (>=1.11.4,<2.0.0)
Project-URL: Repository, https://github.com/davidmreed/amaxa
Description-Content-Type: text/x-rst

Amaxa - a multi-object ETL tool for Salesforce
==============================================

|Unit Test Badge| |Integration Test Badge| |Code Coverage Badge| |Black Badge| |PyPI Badge| |Docs Badge|

.. |Unit Test Badge| image:: https://github.com/davidmreed/amaxa/workflows/Feature%20Tests/badge.svg?branch=main
  :target: https://github.com/davidmreed/amaxa
  :alt: Unit Tests

.. |Integration Test Badge| image:: https://github.com/davidmreed/amaxa/workflows/Integration%20Test/badge.svg?branch=main
  :target: https://github.com/davidmreed/amaxa
  :alt: Integration Tests

.. |Code Coverage Badge| image:: https://codecov.io/gh/davidmreed/amaxa/branch/main/graph/badge.svg
  :target: https://codecov.io/gh/davidmreed/amaxa
  :alt: Code Coverage

.. |Black Badge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
  :target: https://github.com/psf/black
  :alt: Black Code Formatting

.. |PyPI Badge| image:: https://img.shields.io/pypi/l/amaxa
  :alt: PyPI - License

.. |Docs Badge| image:: https://readthedocs.org/projects/amaxa/badge/?version=latest
  :target: https://amaxa.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status


Introduction
------------

Amaxa is a new data loader and ETL (extract-transform-load) tool for Salesforce, designed to support the extraction and loading of complex networks of records in a single operation. For example, an Amaxa operation can extract a designated set of Accounts, their associated Contacts and Opportunities, their Opportunity Contact Roles, and associated Campaigns, and then load all of that data into another Salesforce org while preserving the connections between the records.

Amaxa is designed to replace complex, error-prone workflows that manipulate data exports with spreadsheet functions like ``VLOOKUP()`` to maintain object relationships.

Amaxa is free and open source software, distributed under the BSD License. Amaxa is by `David Reed <https://ktema.org>`_, (c) 2019-2020.

Documentation for Amaxa is available on `ReadTheDocs <https://amaxa.readthedocs.io>`_. The project is developed on `GitHub <https://github.com/davidmreed/amaxa>`_.

What Does Amaxa Mean?
---------------------

`ἄμαξα <http://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A1999.04.0058%3Aentry%3Da\)%2Fmaca>`_ is the Ancient Greek word for a wagon.

