Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: iotile/typedargs

Tags

typedargs-1.1.3

Toggle typedargs-1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to test publishing (#96)

No real code changes - just testing the new PyPI publishing pipeline.

typedargs-1.1.2

Toggle typedargs-1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Python3.9 support (#92)

* `typing.List` no longer has `__args__` - handle that.
* Remove Python3.5 support due to EOL
* Add Python3.9 support and include it in test matrix.

typedargs-1.1.1

Toggle typedargs-1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix @docannotate with typed parameters (#89)

* Fix @docannotate with typed parameters

beab1ae breaks second run of help
and other things with
`Annotation specified multiple times for the same parameter`
when there's `@docannotate`, and the parameter is typed.

This happens because memoization condition is invalid. Fixing.

typedargs-1.1.0

Toggle typedargs-1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Read version from new location in release scripts (#88)

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix unpack error, bump version to reflect amount of changes since las…

…t release (#87)

* fix ValueError due to missed items() in argument checker
* Bump version to 1.1.0
* Make module PEP396-compatible
* Adding single-sourced __version__
* updated azure pipelines to modern images
* Add python 3.8 support

typedargs-1.0.1

Toggle typedargs-1.0.1's commit message
Add support for hex and hexdump formatting of bytes types.

Closes #54

typedargs-1.0.0

Toggle typedargs-1.0.0's commit message
Move typedargs to py3 only

Remove past and future libraries

Clean up some pep8 stuff

Move to azure pipelines. Keep travis for pypi deployment though.

typedargs-0.13.7

Toggle typedargs-0.13.7's commit message
Release 0.13.7 for typedargs

- Fix deprecation warning getting argument signatures on python 3.

typedargs-0.13.6

Toggle typedargs-0.13.6's commit message
Finish removing past.builtins

typedargs-0.13.5

Toggle typedargs-0.13.5's commit message
Remove 2to3 call, replace with try except for basestring