Files
bonobo/docs/tutorial/5-packaging.rst
2017-12-27 11:32:47 +01:00

29 lines
962 B
ReStructuredText

Part 5: Projects and Packaging
==============================
Until then, we worked with one file managing a job.
Real life often involves more complicated setups, with relations and imports between different files.
This section will describe the options available to move this file into a package, either a new one or something
that already exists in your own project.
Data processing is something a wide variety of tools may want to include, and thus |bonobo| does not enforce any
kind of project structure, as the targert structure will be dicated by the hosting project. For example, a `pipelines`
sub-package would perfectly fit a django or flask project, or even a regular package, but it's up to you to chose the
structure of your project.
about using |bonobo| in a pyt
is about set of jobs working together within a project.
Let's see how to move from the current status to a package.
Moving forward
::::::::::::::
You now know:
* How to ...