File: README

package info (click to toggle)
nemo-python 3.0.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 416 kB
  • sloc: xml: 1,701; ansic: 771; python: 209; makefile: 137; sh: 9
file content (25 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
libnemo-extension Python bindings
====================================

These are unstable bindings for the Nemo extension library.

For examples and documentation check the examples sub directory.

As of nemo-python 0.7.0, scripts are also loaded from $XDG_DATA_DIR/nemo-python/extensions,
which includes ~/.local/share and /usr/share (or whatever your $XDG_DATA_DIR is 
set to).

Try to copy test.py to that directory for an example

Requirements
============

Nemo      1.0.3
Python    2.3
PyGObject 2.28.0

Problems
========
It's currently not possible to reload the python file without
restarting nemo. That's a planned feature for future versions