summaryrefslogtreecommitdiff
path: root/src/buildstream/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* source.py: Remove 'get_consistency' completelyBenjamin Schubert2020-01-161-1/+1
| | | | | This is not needed now that we have 'is_resolved' and 'is_cached'. We can therefore drop all calling places and implementations of it.
* Reformat code using BlackChandan Singh2019-11-141-1/+3
| | | | | | | As discussed over the mailing list, reformat code using Black. This is a one-off change to reformat all our codebase. Moving forward, we shouldn't expect such blanket reformats. Rather, we expect each change to already comply with the Black formatting style.
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-151-0/+1
| | | | | This makes the 'Node' API public, and available for use directly for plugins.
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+41
This was discussed in #1008. Fixes #1009.