Back to Great Expectations

README

contrib/cli/README.md

1.17.1602 B
Original Source

great_expectations_contrib

The purpose of this tool is to aid with the development of contributor packages.

great_expectations_contrib will:

  • Initialize a project structure
  • Perform checks to ensure your work is complete
  • Upload your finished package to PyPi (you'll need an account first!)

To get started, please install using pip install -e .. You can then invoke the tool with great_expectations_contrib init while in contrib/ to get started.

The template generated can be found here.

Happy coding!