Skip to content

Refactor cefpython package structure #257

Open
@cztomczak

Description

@cztomczak

The cefpython package structure should refactored. Currently all functions are put in the cefpython3 module. Functionality should be spread across many modules:

Steps:

Directories:

  • src/*.pyx
  • utils/_.pyx - move utils.pyx, string_utils.pyx, window_utils__.pyx and others
  • handlers/*.pyx - done
  • extern/*.pxd - done
  • extern/cef/*.pxd - done
  • extern/views/*.pxd (CEF views)

This issue is blocking other features that are to be implemented:

This refactoring should improve significantly build times of cefpython. Currently it takes about a minute even with the --fast flag passed to compile.py.

Related issue: #208 (Big changes planned for CEF Python).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions