# buildout-component
Python Buildout component tool, a tool program used to help componentize the settings of zc.buildout.
## Introduction
Buildout is a great tool for Python development and deployment environment, but it requires a lot of settings to work well.
I am used to Buildout each reusable item as a component. If there is a component that needs to be reused, just copy its content to a new project to use it directly, but it still depends on manual settings and configuration.
In order to simplify the complicated settings, I wrote a gadget called buildout-component to help me set up the componentized environment of Buildout more conveniently.
## Features
Generate the file structure of Buildout Component;
Through the question and answer method, to generate the Buildout profile.
## Installation
Install buildout-component:
$ pip install buildout-component
## Use
After installation, you can execute the buildout-component command:
set up
$ buildout-component setup
Display set value
$ buildout-component show-options
Create Component
$ buildout-component create
ChangeLog
0.1.dev0
First release on PyPI.
Release files for buildout-component 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| buildout_component-0.1.0.tar.gz | 34.3 kB | Details |
Release files / buildout_component-0.1.0.tar.gz
| Download URL | buildout_component-0.1.0.tar.gz |
|---|---|
| Size | 34.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9abff0c0a8ce9c66f8a00ed3dd7b70a7c04207289e0e6827ba633e2c8cd17f6a
|
|
BLAKE2b-256 checksum How to use checksums |
c23e79c8f88884b60dd258e8f425853a5bca82cdb50bb65fc6dc10a446fc6e61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7
|