/usr/lib/python2.7/dist-packages/Elixir-0.7.1.egg-info/PKG-INFO is in python-elixir 0.7.1-4build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 26 27 28 29 30 31 32 33 34 | Metadata-Version: 1.1
Name: Elixir
Version: 0.7.1
Summary: Declarative Mapper for SQLAlchemy
Home-page: http://elixir.ematia.de
Author: Gaetan de Menten, Daniel Haus and Jonathan LaCour
Author-email: sqlelixir@googlegroups.com
License: MIT License
Description:
Elixir
======
A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which
provides the ability to create simple Python classes that map directly to
relational database tables (this pattern is often referred to as the Active
Record design pattern), providing many of the benefits of traditional
databases without losing the convenience of Python objects.
Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the
TurboEntity project but does not intend to replace SQLAlchemy's core features,
and instead focuses on providing a simpler syntax for defining model objects
when you do not need the full expressiveness of SQLAlchemy's manual mapper
definitions.
SVN version: <http://elixir.ematia.de/svn/elixir/trunk#egg=Elixir-dev>
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|