Metadata-Version: 2.4
Name: acedeploy
Version: 2.4.233.dev1
Summary: Add your description here
Author-email: initions <ICSMC_EXT_PYPIORG@accenture.com>
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: snowflake-connector-python==3.14.0
Requires-Dist: gitpython==3.1.42
Requires-Dist: jsonschema==4.23.0
Requires-Dist: networkx==3.2.1
Requires-Dist: regex==2024.9.11

# Acedeploy python package

Acedeploy is a tool to deploy SQL objects to a Snowflake database.
It can be used as a standalone tool or as part of a CI/CD workflow.
The python module also includes some helpful tools in addition to the deployment.

## Detailed information on Acedeploy

See [here](doc/readme.md) for information on features, bugs and information on how to use Acedeploy.

## How to develop for Acedeploy

See [here](docs/dev_setup.md) for information on how to set up your development environment for Acedeploy.


This repository contains the environment setup for [VSCode](https://code.visualstudio.com/).
The repository uses the remote development extension of VSCode to provide a docker container with the pre configured development environment.
