efl/src/scripts
Lauro Moura bb3f741990 pyolian: Add helper functions for simple scripts
Summary:
These two functions encapsulate some code that commonly is repeated
through pyolian scripts.

With these, a minimal example (provided `src/scripts/pyolian` is in
the PYTHONPATH) could be done with:

```
import os

from pyolian import eolian

SCAN_FOLDER = os.path.join(eolian.in_tree_src_dir(), 'src', 'lib')
eolian_db = eolian.parse_folders(SCAN_FOLDER)

for cls in eolian_db.classes:
    print(cls)
```

Reviewers: segfaultxavi, DaveMDS, felipealmeida

Reviewed By: felipealmeida

Subscribers: cedric, #reviewers, #committers, felipealmeida, brunobelo

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10589
2019-11-26 12:40:32 -03:00
..
eina meson - dont install eina bench cmp and use install_mode 2018-12-27 17:17:13 +00:00
elua docs: remove obsolete docgen from the tree 2019-05-21 15:44:30 +02:00
eo meson - dont install eina bench cmp and use install_mode 2018-12-27 17:17:13 +00:00
gendoc Pyolian gendoc: make link to events actually work 2019-10-07 21:17:10 +02:00
pyolian pyolian: Add helper functions for simple scripts 2019-11-26 12:40:32 -03:00
meson.build meosn - fix install of scripts and bins and their timestamps and modes 2018-12-27 15:24:08 +00:00