Commit Graph

4 Commits (471392106fec846e790e5db1be7e673197d84949)

Author SHA1 Message Date
Dustin 471392106f Refactor as package, add py.typed file
In order to indicate to external modules that this module contains type
hints, it must include a `py.typed` file.  Single-file module
distributions cannot include other files, so in order to distribute the
`py.typed` file, this module has to be distributed as a package.
2022-04-30 14:22:22 -05:00
Dustin 1e44560bca Begin v0.0.2 2022-04-30 14:22:22 -05:00
Dustin 65d155ba79 meta: Specify project README
This is apparently necessary to get a project description on PyPI.
2022-04-29 20:12:36 -05:00
Dustin 0c0da2cf58 Initial commit 2022-04-29 20:05:56 -05:00