Skip to content

Refactor code base and make an installable package named optbeam #5

@DanielKotik

Description

@DanielKotik

Two step process:

  1. Refactor the multiple optbeam.py files to a pure Python installable (via pip install -e .) package optbeam:

    optbeam
    ├── 2d/
    ├── 3d/
    └── __init__.py
    
  2. Enable package build process for Cython using:

    python setup.py build_ext
    python setup.py install --user

    with

    optbeam
    ├── 2d/
    ├── 3d/
    ├── __init__.pxd
    └── __init__.py
    

    see:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions