pkgsrc-wip/py-orm/PLIST
Michal Pasternak 2ce9d7daea The Object Relational Membrane is a Python package that provides the
functionality of an object relational layer like EJB or other persistence
storage systems. It is a thin compatibility layer between SQL table layouts
and Object Oriented Python. While providing a good deal of functionality, it
tries to be as small and simple as possible. It currently works with
PostgreSQL, Firebird and MySQL.
2004-05-17 03:12:40 +00:00

91 lines
3.2 KiB
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/17 03:12:40 mpasternak Exp $
${PYSITELIB}/orm/__init__.py
${PYSITELIB}/orm/columns.py
${PYSITELIB}/orm/datasource.py
${PYSITELIB}/orm/dbclass.py
${PYSITELIB}/orm/debug.py
${PYSITELIB}/orm/errors.py
${PYSITELIB}/orm/inetaddr.py
${PYSITELIB}/orm/relationships.py
${PYSITELIB}/orm/util.py
${PYSITELIB}/orm/adapters/__init__.py
${PYSITELIB}/orm/adapters/mysql/__init__.py
${PYSITELIB}/orm/adapters/mysql/columns.py
${PYSITELIB}/orm/adapters/mysql/datasource.py
${PYSITELIB}/orm/adapters/mysql/__init__.pyc
${PYSITELIB}/orm/adapters/mysql/columns.pyc
${PYSITELIB}/orm/adapters/mysql/datasource.pyc
${PYSITELIB}/orm/adapters/mysql/__init__.pyo
${PYSITELIB}/orm/adapters/mysql/columns.pyo
${PYSITELIB}/orm/adapters/mysql/datasource.pyo
${PYSITELIB}/orm/adapters/pgsql/__init__.py
${PYSITELIB}/orm/adapters/pgsql/columns.py
${PYSITELIB}/orm/adapters/pgsql/datasource.py
${PYSITELIB}/orm/adapters/pgsql/viewclass.py
${PYSITELIB}/orm/adapters/pgsql/__init__.pyc
${PYSITELIB}/orm/adapters/pgsql/columns.pyc
${PYSITELIB}/orm/adapters/pgsql/datasource.pyc
${PYSITELIB}/orm/adapters/pgsql/viewclass.pyc
${PYSITELIB}/orm/adapters/pgsql/__init__.pyo
${PYSITELIB}/orm/adapters/pgsql/columns.pyo
${PYSITELIB}/orm/adapters/pgsql/datasource.pyo
${PYSITELIB}/orm/adapters/pgsql/viewclass.pyo
${PYSITELIB}/orm/adapters/firebird/__init__.py
${PYSITELIB}/orm/adapters/firebird/columns.py
${PYSITELIB}/orm/adapters/firebird/datasource.py
${PYSITELIB}/orm/adapters/firebird/__init__.pyc
${PYSITELIB}/orm/adapters/firebird/columns.pyc
${PYSITELIB}/orm/adapters/firebird/datasource.pyc
${PYSITELIB}/orm/adapters/firebird/__init__.pyo
${PYSITELIB}/orm/adapters/firebird/columns.pyo
${PYSITELIB}/orm/adapters/firebird/datasource.pyo
${PYSITELIB}/orm/adapters/__init__.pyc
${PYSITELIB}/orm/adapters/__init__.pyo
${PYSITELIB}/orm/ui/__init__.py
${PYSITELIB}/orm/ui/cgiutils.py
${PYSITELIB}/orm/ui/html.py
${PYSITELIB}/orm/ui/mode_bases.py
${PYSITELIB}/orm/ui/thfcgi.py
${PYSITELIB}/orm/ui/util.py
${PYSITELIB}/orm/ui/widgets.py
${PYSITELIB}/orm/ui/xist.py
${PYSITELIB}/orm/ui/__init__.pyc
${PYSITELIB}/orm/ui/cgiutils.pyc
${PYSITELIB}/orm/ui/html.pyc
${PYSITELIB}/orm/ui/mode_bases.pyc
${PYSITELIB}/orm/ui/thfcgi.pyc
${PYSITELIB}/orm/ui/util.pyc
${PYSITELIB}/orm/ui/widgets.pyc
${PYSITELIB}/orm/ui/xist.pyc
${PYSITELIB}/orm/ui/__init__.pyo
${PYSITELIB}/orm/ui/cgiutils.pyo
${PYSITELIB}/orm/ui/html.pyo
${PYSITELIB}/orm/ui/mode_bases.pyo
${PYSITELIB}/orm/ui/thfcgi.pyo
${PYSITELIB}/orm/ui/util.pyo
${PYSITELIB}/orm/ui/widgets.pyo
${PYSITELIB}/orm/ui/xist.pyo
${PYSITELIB}/orm/__init__.pyc
${PYSITELIB}/orm/columns.pyc
${PYSITELIB}/orm/datasource.pyc
${PYSITELIB}/orm/dbclass.pyc
${PYSITELIB}/orm/debug.pyc
${PYSITELIB}/orm/errors.pyc
${PYSITELIB}/orm/inetaddr.pyc
${PYSITELIB}/orm/relationships.pyc
${PYSITELIB}/orm/util.pyc
${PYSITELIB}/orm/__init__.pyo
${PYSITELIB}/orm/columns.pyo
${PYSITELIB}/orm/datasource.pyo
${PYSITELIB}/orm/dbclass.pyo
${PYSITELIB}/orm/debug.pyo
${PYSITELIB}/orm/errors.pyo
${PYSITELIB}/orm/inetaddr.pyo
${PYSITELIB}/orm/relationships.pyo
${PYSITELIB}/orm/util.pyo
@dirrm ${PYSITELIB}/orm/ui
@dirrm ${PYSITELIB}/orm/adapters/firebird
@dirrm ${PYSITELIB}/orm/adapters/pgsql
@dirrm ${PYSITELIB}/orm/adapters/mysql
@dirrm ${PYSITELIB}/orm/adapters
@dirrm ${PYSITELIB}/orm