Giter VIP home page Giter VIP logo

prefect-collection-template's Introduction

prefect-collection-template

Welcome!

prefect-collection-template is a cookiecutter template for quickly bootstrapping a Prefect Collection.

When you bootstrap a Prefect Collection with prefect-collection-template you'll automatically be set up with the tools necessary to build and maintain your collection:

  • mkdocs for automatic documentation generation
  • black, isort, and flake8 for automatic code formatting and linting
  • pytest for unit testing
  • interrogate for documentation coverage analysis
  • Coverage.py for code coverage analysis
  • pre-commit to automatically run code formatting and linting prior to git commit
  • versioneer for automatic package versioning
  • GitHub Actions workflows for continuous integration and deployment of your collection and its documentation

We're excited to see what you build!

Quickstart

Install cruft if you have not already:

pip install cruft

Generate a Prefect Collection project:

cruft create https://github.com/PrefectHQ/prefect-collection-template

Refer to the MAINTAINERS.md in the generated project for how to get started developing Prefect tasks and flow.

Contributing

To start contributing to prefect-collection-template, run:

pip install -r requirements-dev.txt

To test generation of a Prefect Collection with your changes, run:

cruft create .

To run tests, from the base directory of the repository, run:

pytest tests

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.