ledger/python
John Wiegley 1aa1ff1977 Fully exported the value_t type to Python.
Now this code works from a value expression:

  def myvalue(incoming):
      import ledger
      x = ledger.Value("100.23")
      print x.type()
      return incoming + x
2009-01-28 17:17:44 -04:00
..
amounts.cc Increased copyright range to include 2009. 2009-01-20 01:53:31 -04:00
py_amount.cc Extended the amount_t Python mapping to handle the 3rd case of value(). 2009-01-28 17:16:37 -04:00
py_commodity.cc Expose the commodity type to python as "Commodity". 2009-01-28 17:16:47 -04:00
py_times.cc Increased copyright range to include 2009. 2009-01-20 01:53:31 -04:00
py_utils.cc Increased copyright range to include 2009. 2009-01-20 01:53:31 -04:00
py_value.cc Fully exported the value_t type to Python. 2009-01-28 17:17:44 -04:00
pyfstream.h Increased copyright range to include 2009. 2009-01-20 01:53:31 -04:00
pyinterp.cc Only initialize Python if it's used. 2009-01-24 01:46:59 -04:00
pyinterp.h Only initialize Python if it's used. 2009-01-24 01:46:59 -04:00
pyledger.cc Increased copyright range to include 2009. 2009-01-20 01:53:31 -04:00
pyledger.h Increased copyright range to include 2009. 2009-01-20 01:53:31 -04:00
pyutils.h Increased copyright range to include 2009. 2009-01-20 01:53:31 -04:00
setup.py Handle the VERSION more gracefully, and uninstall the Python Egg file. 2009-01-26 17:16:59 -04:00