Skip to content

Remove context.py #257

@tovrstra

Description

@tovrstra

Our context.py is currently our approach to locate installed data files (test data files, basis sets, ...), which we install nicely in the FHS-designated $PREFIX/share directory. (See http://www.pathname.com/fhs/) This has a few problems though:

  1. The solution is non-modular. When we start to split of packages, every single one will have a context.py (if the package has data files).
  2. It duplicates some functionality already present in Python (and setuptools) to access installed data files.
  3. It does not work on .egg installations.

There are a few alternatives:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions