Skip to main content

No project description provided

Project description

Lint and Test

Plate Package

.

🚀 Using

Prerequisites
1. Install Docker
  1. Go to Docker, download and install docker.
  2. Configure Docker to use the BuildKit build system. On macOS and Windows, BuildKit is enabled by default in Docker Desktop.

To install this package, run:

pip install plate_package

✨ Setup VSCode

Open this repo with VSCode, build DevContainer and Dev Containers: Reopen in Container.

✨ Setup PyCharm

Open this repo with PyCharm, and configure Docker Compose as a remote interpreter with the dev service.

🧑‍💻 Contributing

The following commands can be used inside a DevContainer.

Run linters

poe lint

Run tests

poe test

Update poetry lock file

poetry lock --no-update
Outside a DevContainer
  1. Run linters
docker compose run devcontainer poe lint
  1. Run tests
docker compose run devcontainer poe test
  1. Update poetry lock file
docker compose run devcontainer poetry lock --no-update
# Update the docker image with the new lock file
docker compose build
  1. Open a shell in docker
docker compose run devcontainer
Shortcuts outside a DevContainer
  1. make lint
  2. make test
  3. make lock
  4. make shell

️⚡️ Scaffolded with Poetry Copier
🛠️ Open an issue if you have any questions or suggestions.

Project details


Download files

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

Source Distribution

plate_package-0.0.2.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

plate_package-0.0.2-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

Supported by

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