Skip to main content

No project description provided

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

zygoat

What is zygoat?

zygoat is a command line tool used to bootstrap and configure a React/Django/Postgres stack web application.

Linting, test configuration, boilerplate, and development environment are automatically taken care of using zygoat so that you can get up and running faster.

zygoat also includes a preset deployment configuration to allow you to deploy your stack to an AWS environment with a single command. You'll get a full serverless AWS stack to keep things inexpensive and nimble.

How does it work?

zygoat works by defining Components, defined as parts of projects, and then defining how you implement those components based on whether you're creating a new project, updating an existing project, or deleting a component that's no longer needed.

For instance, for the python backend, we want to include black, which is a tool for automatically formatting python code in a standard way to make it pep8 compliant. To install black in for the python backend part of the project, we create a Component for it, specifically a FileComponent, which defines how we treat files that we need in projects. Then we register the Black component (defined in black.py) with the Backend component (defined in backend/__init__.py) as a sub component. This way, whenever you create or update (or delete) a project with the Backend component, you'll do the same 'phase' to the Black component.

Installation

pip install --upgrade zygoat

Usage

mkdir my-cool-new-app && cd my-cool-new-app
git init
zg new my-cool-new-app

For more customization and configuration, check out the official documentation.

How do I develop changes for it?

Make a new git repository somewhere, we'll call it test-zg

mkdir test-zg && cd test-zg
git init

Install the zygoat package locally

pip install --user --upgrade ~/Projects/zygoat  # Or wherever you have it

If you're using the asdf version manager, reshim

asdf reshim python

Run zg commands, see if they fail

zg new test
zg update
zg delete

Contributing

zygoat is developed using the Poetry packaging framework for Python projects to make development as simple and portable as possible.


Documentation

Available on ReadTheDocs

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

zygoat-1.11.1.tar.gz (30.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zygoat-1.11.1-py3-none-any.whl (56.5 kB view details)

Uploaded Python 3

File details

Details for the file zygoat-1.11.1.tar.gz.

File metadata

  • Download URL: zygoat-1.11.1.tar.gz
  • Upload date:
  • Size: 30.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.7.11 Linux/5.8.0-1039-azure

File hashes

Hashes for zygoat-1.11.1.tar.gz
Algorithm Hash digest
SHA256 50f5321c93ad014e868a31099ddeef17af4d8594b664e00edf36d14443e3739f
MD5 23b3b29be2b891397c592bab3c98f5ad
BLAKE2b-256 09307b3a31c8a77ad549369bd8b2ced0183b19b1af52b3d1e907d48545716652

See more details on using hashes here.

File details

Details for the file zygoat-1.11.1-py3-none-any.whl.

File metadata

  • Download URL: zygoat-1.11.1-py3-none-any.whl
  • Upload date:
  • Size: 56.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.7.11 Linux/5.8.0-1039-azure

File hashes

Hashes for zygoat-1.11.1-py3-none-any.whl
Algorithm Hash digest
SHA256 30e7efae0ccaccdebe5238a11526a2eb6d83450fd3fbb196613ab55b0ea2ea87
MD5 d4def0a2d918824f281a2aa891f3a8ff
BLAKE2b-256 83d23e698f81c2678655662168e68501c2381df7c93c7c1f5269608b1df7e561

See more details on using hashes here.

Supported by

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