Skip to main content

A Python package for working with Hyper Light Drifter files

Project description

hldlib

A Python package for working with Hyper Light Drifter files.

TODO list

  • way better documentation
  • make dependencies their own class; something like
class Dependencies:
    depends_on: list[int]
    depends_type: "flag" | "enemy"
    actor: HLDType | -999999
    delay: int

    @classmethod
    def from_string(cls, string: str): ...

    def to_string(self) -> str: ...
  • make room_settings their own class and add level pngs; something like
class RoomSettings:
    w: int # width
    h: int # height
    bg: str | Path # or PIL.Image idk
    ...

    @classmethod
    def from_string(cls, string: str): ...

    def to_string(self) -> str: ...    

Examples

Here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

hldlib-0.1.2-py3-none-any.whl (15.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page