Commit Graph

398 Commits

Author SHA1 Message Date
Jamie Hardt 9123cbd0b5 Update pyproject.toml
Added 3.12 classifier
2023-11-08 10:27:04 -08:00
Jamie Hardt 4224d106b0 Fixed compyright notice 2023-11-04 11:50:03 -07:00
Jamie Hardt ac22fab97f Some style fixes (all E231) 2023-11-04 11:36:34 -07:00
Jamie Hardt 64ca2c6c5c Silenced some more errors 2023-11-04 11:23:40 -07:00
Jamie Hardt c3af30dc6a Renamed my JSONEncoder something useful 2023-11-04 11:21:59 -07:00
Jamie Hardt c30f675cec Cleared up a type warning 2023-11-04 11:17:48 -07:00
Jamie Hardt 204af7d9cb A bunch of typo cleanups and styling. 2023-11-04 11:13:49 -07:00
Jamie Hardt 10fc211e80 Some typos 2023-11-04 10:56:44 -07:00
Jamie Hardt d56c7df376 Updated documentation to reflect current usage
No longer have to output a text export.
Some formatting changes.
2023-11-04 10:49:56 -07:00
Jamie Hardt 7b38449a5f Fixed formatting of a list. 2023-11-04 10:43:21 -07:00
Jamie Hardt 17b87b6e69 Update __init__.py
Nudged version
v2.1.0
2023-07-27 23:23:39 -07:00
Jamie Hardt a636791539 Autopep 2023-07-27 23:17:23 -07:00
Jamie Hardt dfde3c4493 Fixed errors with track_index field
In tests
2023-07-27 23:15:49 -07:00
Jamie Hardt 81909c8a51 Added track index to TrackDescriptor
to indicate a track's import order.
2023-07-27 22:58:06 -07:00
Jamie Hardt e2b9a20870 Added some documentation 2023-07-27 22:10:29 -07:00
Jamie Hardt 006cec05e5 Merge pull request #10 from iluvcapra/bug-flake8
Flake8 code cleanups and a bug fix
v2.0.1
2023-07-22 13:01:15 -07:00
Jamie Hardt a95f0b5cca Nudged version number 2023-07-22 12:58:32 -07:00
Jamie Hardt 70a5206d73 Fixed dumb typo that made ptsl break 2023-07-21 22:21:48 -07:00
Jamie Hardt 128eed002d Update README.md 2023-07-21 14:54:54 -07:00
Jamie Hardt f8a0d70942 Update README.md
Dumb typo in "last commit" badge
2023-07-21 14:54:23 -07:00
Jamie Hardt 5f29e95ba9 Merge pull request #8 from iluvcapra/bug-flake8
Add Flake8 to build tests, clean up code style
v2.0.0
2023-07-21 14:26:53 -07:00
Jamie Hardt 82f07b13a6 Do not warn on unsued imports in __init__ 2023-07-21 14:25:17 -07:00
Jamie Hardt fbcbba1098 flake8 2023-07-21 14:20:35 -07:00
Jamie Hardt 622f04963f Update python-package.yml
Added flake8 to the build
2023-07-21 14:04:35 -07:00
Jamie Hardt 5b36dcb5aa flake8 2023-07-21 14:03:05 -07:00
Jamie Hardt fd02d962d0 flake8 2023-07-21 13:45:47 -07:00
Jamie Hardt 2021159666 flake8 fixes 2023-07-21 13:38:24 -07:00
Jamie Hardt f825b92586 Flake8 cleanups 2023-07-21 13:21:01 -07:00
Jamie Hardt 4318946596 Merge pull request #7 from iluvcapra/require-py-3.8
Eliminate Python 3.7 Support
2023-07-21 12:57:46 -07:00
Jamie Hardt 2a98954885 Update __init__.py 2023-07-21 12:56:13 -07:00
Jamie Hardt 79d8cc5b69 Update python-package.yml 2023-07-21 12:53:43 -07:00
Jamie Hardt 5785dc3364 Update pyproject.toml
Requires Python 3.8
2023-07-21 12:51:12 -07:00
Jamie Hardt 4e64edcd85 Updated tests 2023-07-21 12:44:42 -07:00
Jamie Hardt 58277367c5 Implemeneted direct reading session data with PTSL 2023-07-21 12:33:59 -07:00
Jamie Hardt 617f34a515 Fixing publish script to use pypi v1.0.7 2023-06-02 19:37:12 -07:00
Jamie Hardt 5427b4cfb1 BUmped version number and copyright 2023-06-02 19:25:07 -07:00
Jamie Hardt 408829e820 Fixed numerous errors with build 2023-06-02 19:23:07 -07:00
Jamie Hardt b65401d25f Fixing doc build 2023-02-28 12:24:30 -08:00
Jamie Hardt 50fe3e2c0a Fixing doc build 2023-02-28 12:21:39 -08:00
Jamie Hardt 1c8feec8fe Added description to module v1.0.6 2023-02-28 10:52:19 -08:00
Jamie Hardt f510f98ede Bump vers 2023-02-28 10:50:17 -08:00
Jamie Hardt ddf1948f3c Upgraded to pyproject/flit build style 2023-02-28 10:49:52 -08:00
Jamie Hardt 1c9d373b40 Merge pull request #6 from iluvcapra/dependabot/pip/docs/certifi-2022.12.7
Bump certifi from 2022.9.24 to 2022.12.7 in /docs
2022-12-09 09:07:18 -08:00
dependabot[bot] 51b2517db1 Bump certifi from 2022.9.24 to 2022.12.7 in /docs
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 09:23:51 +00:00
Jamie Hardt 27dd8bc94d Merge branch 'master' of https://github.com/iluvcapra/ptulsconv 2022-11-20 20:24:05 -08:00
Jamie Hardt dd394a8fec Reading project metadata from project 2022-11-20 20:23:51 -08:00
Jamie Hardt b5571891cf Update setup.py 2022-11-20 19:08:13 -08:00
Jamie Hardt 73058e9423 Update python-package.yml
Adding Python 3.11 to the build matrix
2022-11-20 19:06:10 -08:00
Jamie Hardt a11cda40e5 Update pythonpublish.yml 2022-11-20 14:14:26 -08:00
Jamie Hardt 7381a37185 Update pythonpublish.yml
Added hashtags to mastodon message
2022-11-20 14:13:58 -08:00