Commit Graph

39 Commits

Author SHA1 Message Date
5c94782876 Remove debug wrapper, now that I know how to use a debug python build 2022-05-10 22:08:01 -07:00
9eaaf901f3 Fix compilation of test wrapper 2022-05-08 16:06:36 -07:00
cb84f32eda Migrate code style to Black 2022-04-18 19:53:26 -07:00
9b6097373e Another attempt 2022-04-10 22:03:17 -07:00
b954ac6ccc Attempt to hint to cmake what python install to use correctly
Should fix my linux building issue?
2022-04-10 21:51:18 -07:00
654b6d628a Slightly modernize how project is compiled 2022-04-09 19:43:40 -07:00
421876ab0f Move more metadata to pyproject.toml 2022-04-03 20:41:02 -07:00
29590e0323 Move a good chunk of metadata to pyproject.toml 2022-04-03 16:22:47 -07:00
d1346ca11d Enable macos cross-compiling in setup.py 2022-04-02 21:39:14 -07:00
70b7251eae Include build for python 3.10 (finally) 2022-04-01 20:27:00 -07:00
2618faadfc Fix cli module 2021-04-20 15:14:51 -07:00
cde6ae006e dont install tests as a package 2021-04-13 20:32:56 -07:00
2b36086bf5 Move build requirements to pyproject.toml 2021-04-13 19:22:11 -07:00
f353bf6e92 metadata and readme fixes 2021-04-12 22:11:34 -07:00
4a8e416f1f I'm dumb, this is the default on all compilers 2021-04-12 20:42:30 -07:00
a07fd55014 gcc no like underscore 2021-04-12 20:28:17 -07:00
803dccae2d do it correctly this time 2021-04-12 20:26:03 -07:00
148fb36273 fix verbose usage again 2021-04-12 20:11:31 -07:00
b3f6350353 fix --verbose usage 2021-04-12 20:09:46 -07:00
d4c91e21b8 test CI-specific build rules 2021-04-12 20:07:04 -07:00
96dc62a1b0 Add long description and use system-level build 2021-04-12 16:31:16 -07:00
60a944500b Build and publish to test-pypi 2021-04-12 15:31:14 -07:00
68e37ca836 use setuptools_scm for versioning 2021-04-12 02:23:57 -07:00
560acb20ea Add __version__ 2021-04-10 12:15:20 -07:00
4c6b683616 move common code to its own module and out of __init__.py, move command to __main__.py 2021-04-10 01:34:26 -07:00
76da50d003 More decode cleanup 2021-04-09 23:18:40 -07:00
d77665a8a9 fix findpython 2021-04-07 20:58:52 -07:00
aacceb6cff Fix submodule checkout 2021-04-07 17:39:01 -07:00
25cd3bba24 use pybind11-stubgen instead 2021-04-03 23:52:42 -07:00
190bb58367 fix stubgen and add pyi files to package 2021-04-03 22:03:50 -07:00
e5f60ec030 CLI scaffolding 2021-03-24 22:04:12 -07:00
96497cac20 add Click as a dependency 2021-03-23 20:04:00 -07:00
882c970e27 Add better documentation for s3tc 2021-03-20 21:19:23 -07:00
ab65c0a7c8 Major reorganization and rename 2021-03-13 04:14:04 -08:00
c930d10cc4 Add sphinx docs directory 2021-03-12 19:51:42 -08:00
52d1185dac Parameterized tests using Nose 2021-03-10 01:15:04 -08:00
4d82dee240 Major reorganization 2021-03-08 02:23:04 -08:00
d42eadcf86 More unit tests 2021-03-07 16:15:26 -08:00
19028db209 Finally start testing pybind stuff 2021-03-04 02:21:16 -08:00