Plate Package
.
🚀 Using
Prerequisites
1. Install Docker
- Go to Docker, download and install docker.
- 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
- Run linters
docker compose run devcontainer poe lint
- Run tests
docker compose run devcontainer poe test
- Update poetry lock file
docker compose run devcontainer poetry lock --no-update
# Update the docker image with the new lock file
docker compose build
- Open a shell in docker
docker compose run devcontainer
Shortcuts outside a DevContainer
make lintmake testmake lockmake shell
️⚡️ Scaffolded with Poetry Copier
🛠️ Open an issue if you have any questions or suggestions.
Release files for plate_package 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| plate_package-0.0.2.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| plate_package-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.5 kB
Release files / plate_package-0.0.2.tar.gz
| Download URL | plate_package-0.0.2.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
451568bb3dcc1234bf26604234a1e6444ab126fa262ca134c30c190750a79222
|
|
BLAKE2b-256 checksum How to use checksums |
94ff23a445a7172304a38da76ad3254ceac4ae27bfa47c8f715c062cf8bfc275
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.11.6 Linux/6.2.0-1018-azure
|
Release files / plate_package-0.0.2-py3-none-any.whl
| Download URL | plate_package-0.0.2-py3-none-any.whl |
|---|---|
| Size | 2.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b3369961239249abb9c9e82be03d391720fb5d06358994928d8eb00402b6fa7e
|
|
BLAKE2b-256 checksum How to use checksums |
b29f24845e8487cd5ef4a73a9459940ef5fa31ff53366998e8a0ac1f593c28d1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.11.6 Linux/6.2.0-1018-azure
|