Riptide is a set of tools to manage development environments for web applications. It's using container virtualization tools, such as Docker to run all services needed for a project.
Its goal is to be easy to use by developers. Riptide abstracts the virtualization in such a way that the environment behaves exactly as if you were running it natively, without the need to install any other requirements the project may have.
Riptide consists of a few repositories, find the entire overview in the documentation.
Library Package
This repository contains the library with common code for the Riptide CLI and the Riptide Proxy. Most notably it contains the interfaces for engine implementations and database drivers and classes for all of the configuration entities (Apps, Projects, Services, Commands...).
It can be installed via pip by installing riptide-lib.
Tests
Inside the riptide.tests package are unit tests for the library and integration tests. The integration
tests require you to install at least one engine implementation (eg. riptide-engine-docker). The integration
tests test the Riptide Library itself and the specific engine implementations.
To run the tests, see run_tests.sh.
Documentation
The complete documentation for Riptide can be found at Read the Docs.
Release files for riptide-lib 0.10.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| riptide_lib-0.10.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / riptide_lib-0.10.1-py3-none-any.whl
| Download URL | riptide_lib-0.10.1-py3-none-any.whl |
|---|---|
| Size | 139.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
15be82ac1c3943bf9287e5e40bd0ba9d746a05c36f803b820acade89a4265d68
|
|
BLAKE2b-256 checksum How to use checksums |
99568eaa378a03064cee726043fb881e63c2c673cacaae128b0c87f088b285de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.12
|