Skip to main content

Intro

WIP

Why Equipment

Equipment is a Python framework focused on the developer experience. Its goal is to avoid repeating basic application setups like handling configuration files or configuring database connections.

Equipment scales with your project. It does not force you to follow any specific development strategy, so it can be used with simple scripts and big applications.

Equipment is simple to extend and modify, which makes it very flexible to fit any project requirement. It can be easily integrated with other Python frameworks and tools.

Developers with any Python skills can work with Equipment. Do not hesitate to reach us to provide feedback, raise issues, and collaborate with the project.

Under the hood

Instead of reinventing the wheel, Equipment combines already existing python libraries, leveraging their APIs to improve the developer experience by avoiding unnecessary steps like extra configurations or dependencies installation.

Equipment documentation provides a "Under the hood" section for all features that rely on external libraries to provide transparency and the necessary information to extend or modify the integration with the framework.