summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-28Convert lists to tuples to make dict keys hashable, fixes #24list-hashYuval 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]
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.8...3.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
* Added color parsing support * Fixed major flaw in parsing colors. * Removed debugging comments * Additional black run * Extract colors.py and restore Noop parser class * Test for unknown colors as well Co-authored-by: TiberiuD <TiberiuD@users.noreply.github.com>
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
Merge the type markers within existing String and Integer types
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
2018-04-02All types convertedYuval Adam
2018-04-02Things looking goodYuval Adam
2018-04-02Name cleanupYuval Adam
2018-04-02Some level of metaprogramming is workingYuval Adam
2018-04-02Megazord WIPYuval Adam
2018-03-19Remove stale print callv0.3.1Yuval Adam
2018-03-19Fix README formattingYuval Adam
2018-03-19Add support for HMAC signatures, fixes #4Yuval Adam
2018-03-13Add skeleton support for RGBA, datetime and unit parsingv0.3.0Yuval Adam
2018-03-12Add support for formatted stringsYuval Adam