summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-01Fix pyproject and update README for uvHEADv0.7.0masterYuval Adam
2025-05-01Add homepage and repo in pyprojectYuval Adam
2025-05-01Update CI and add ruffYuval Adam
2025-05-01Add EmptyColor marker 12, fixes #28Yuval Adam
2025-05-01Convert pyproject.toml to uv baseYuval Adam
2024-05-20Cleanup READMEYuval Adam
2024-05-20Add formatting check in CIv0.6.0Yuval Adam
2024-05-20Check for lints with ruffYuval Adam
2024-05-20Remove old Pipfiles and setup.* filesYuval Adam
2024-05-20Migrate CI to poetryYuval Adam
2024-05-20Initial pyproject.tomlYuval Adam
2020-12-14Add support for binary formatted data, fixes #18Yuval Adam
2020-12-14Bump cryptography from 2.8 to 3.2 (#19)dependabot[bot]
2020-02-01Add colors test sampleYuval Adam
2020-02-01Bump version to v0.5.3v0.5.3Yuval Adam
2020-02-01Add support for known color parsing (#13)Yuval Adam
2020-02-01Cleanup READMEYuval Adam
2020-02-01Add development tools in Pipfile and update READMEYuval Adam
2020-02-01Bump to v0.5.2v0.5.2Yuval Adam
2020-02-01Update badges in READMEYuval Adam
2020-02-01Rename workflow to build.ymlYuval Adam
2020-02-01Cleanup test workflow nameYuval Adam
2020-02-01Add missing long_description_content_type and bump to v0.5.1v0.5.1Yuval Adam
2020-02-01Bump version to v0.5.0v0.5.0Yuval Adam
2020-02-01Just drop py3.5 from the testing matrixYuval Adam
2020-02-01Skip black for python 3.5Yuval Adam
2020-02-01Change workflow nameYuval Adam
2020-02-01Remove travis.ymlYuval Adam
2020-02-01Add test workflowYuval Adam
2020-02-01Run black on entire codebaseYuval Adam
2020-02-01Add python 3.7 and 3.8 supportYuval Adam
2018-04-13Add newly discovered referencesYuval Adam
2018-04-12Description updateYuval Adam
2018-04-12HTML escaping was bad ideav0.4.3Yuval Adam
2018-04-12Attempt to fix HTML escaping on PyPIv0.4.2Yuval Adam
2018-04-12Small RST fixYuval Adam
2018-04-12Update READMEv0.4.1Yuval Adam
2018-04-12Small formatting changev0.4.0Yuval Adam
2018-04-12Support raw bytes in CLIYuval Adam
2018-04-02Expand references section in READMEYuval Adam
2018-04-02Update Python 3.5 requirementYuval Adam
2018-04-02Fix erroneous f-stringYuval Adam
2018-04-02Bump versionYuval Adam
2018-04-02Fix formatted string testYuval Adam
2018-04-02Remove Type type parsingYuval Adam
2018-04-02Add comments and fix Color testYuval Adam
2018-04-02WhitespaceYuval Adam
2018-04-02Final static parsing fixYuval Adam
2018-04-02One more static callYuval Adam
2018-04-02Convert all parse() methods to staticYuval Adam