Commit Graph

53 Commits

Author SHA1 Message Date
aedc583fe8 Try a newer version of Alpine.
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-23 19:23:52 -07:00
c53460bef0 Attempt CI build without pinning pip/setuptools.
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-23 19:20:21 -07:00
e4df1240fb Remove Python 3.7 from CI.
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-23 19:16:43 -07:00
3640f94625 Using tox 4 in CI.
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-23 19:14:59 -07:00
6ea2b18d47 Drop Python 3.7 support (end of lifed).
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-23 19:12:38 -07:00
70b88e1671 Upgrade test requirements. 2023-10-23 19:09:31 -07:00
ec886a94bb Remove note about PATH that's less relevant now that pipx is the install method.
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-21 19:29:05 -07:00
5a0bde193f Switch to pipx instead of pip in README.
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-20 14:36:38 -07:00
bd875013b2 Fix formatting.
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-10 11:49:05 -08:00
c8651856a0 Account for a few more edge cases.
Some checks failed
continuous-integration/drone/push Build is failing
2022-01-10 09:59:18 -08:00
6d99b896c9 Drop support for Python 3.6 (end-of-lifed). Add support for Python 3.10.
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-09 21:56:13 -08:00
7ee1c7c439 Argument parsing' (#2)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2
2021-10-23 15:55:39 +00:00
e2935dbddf Readme cleanup order of arguments
All checks were successful
continuous-integration/drone/pr Build is passing
2021-10-23 14:22:21 +02:00
1c28b51916 Cleaned up readme 2021-10-23 14:15:45 +02:00
5df3a48f35 Cleaned up argument parsing 2021-10-23 14:08:12 +02:00
fc6ffac5a9 Switch argument parsing to argparse 2021-10-23 13:49:23 +02:00
aa9511c4cb Remove duplicative documentation about installing editable.
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-22 14:13:21 -07:00
160fef5077 Update editable link.
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-22 14:05:59 -07:00
7562bac2cd Add continuous integration + license.
All checks were successful
continuous-integration/drone Build is passing
2021-10-22 13:59:21 -07:00
41bedb182b Tests! And code formatting. 2021-10-22 13:44:56 -07:00
8da5f81f5e Fix setup.py syntax. 2021-10-22 13:23:36 -07:00
4547459d66 Add optional dependency for multi-file support to setup.py. 2021-10-22 13:15:36 -07:00
d0e2f8c547 Formatting on optional flags. 2021-10-22 13:11:18 -07:00
1b5872bda3 Tweak example wording in README. 2021-10-22 13:09:52 -07:00
fd382924d0 Remove unnecessary initialization. 2021-10-22 13:09:40 -07:00
57724e65df Bug fixes and features (#1).
Reviewed-on: #1
2021-10-22 20:05:17 +00:00
9fb1025a02 Fixed mistake in readme 2021-10-22 19:59:05 +02:00
44426edb78 Updated the README 2021-10-22 19:22:38 +02:00
9266c54664 Changed multi-file example name 2021-10-22 19:22:29 +02:00
73e538e8f0 added a multi-file example 2021-10-22 18:59:15 +02:00
93340fb3f4 moved mdfile.close() 2021-10-22 15:37:18 +02:00
e3a47d7425 Commented my changes + swapped to tempfile library 2021-10-22 14:28:13 +02:00
d79e3f5b80 Made chapter/act summaries optional 2021-10-22 11:54:19 +02:00
93b3af2c3b Added mdpp support 2021-10-22 11:37:33 +02:00
dcfea89ec7 Added multi-status chapter support 2021-10-22 11:24:36 +02:00
70e9dd1b98 Allow act/chapter titles
changed chapter_number and act_number to chapter_heading and act_heading
2021-10-22 10:41:03 +02:00
c549f0fc7f added support for markdown comments 2021-10-22 10:36:58 +02:00
71fb8cfd0c removed lines that did nothing 2021-10-22 10:36:11 +02:00
7a025bb18d Commas in numbers! 2021-10-07 10:26:16 -07:00
cdb9187809 Add percentages to per-status totals. 2021-10-01 12:04:37 -07:00
6422d3f800 Fix README typos. 2021-09-26 10:39:02 -07:00
b88e696287 Act word count percentages. 2021-09-11 19:51:56 -07:00
1b486d4d69 Add some rationales/motivations. 2021-09-11 19:48:06 -07:00
68508bcb2f Add example file. 2021-09-11 17:13:16 -07:00
5cc6cc03cf Add note about "comments". 2021-09-11 17:12:17 -07:00
4eae06e5e9 README fixes. 2021-09-11 17:10:30 -07:00
a94d212abc Add README. 2021-09-11 17:07:31 -07:00
07731e781a Fixing some bugs by printing after counting rather than during. 2021-09-11 16:26:56 -07:00
272bae16f5 .gitignore. 2021-09-11 15:40:39 -07:00
f6b07c0915 Pull chapter/act metadata from Markdown "comments in the source file. 2021-09-11 15:39:20 -07:00