Hynek Schlawack
f5b59a01f8
Handle inherited __annotations__ ( #292 )
...
* Handle inherited __annotations__
Fixes #291
* Add pr fragment
2017-11-14 06:27:50 +01:00
Hynek Schlawack
88aa1c897d
Add auto_attribs ( #277 )
...
Allow for attr.ib-less attribute definitions using class variable annotations.
2017-11-08 11:15:21 +01:00
Hynek Schlawack
3040bdabbc
Refactor class creation ( #272 )
...
Instead of adding and possibly later deleting attributes, the class creation is delegated into a cleaner building pattern.
2017-10-26 12:55:34 +02:00
Hynek Schlawack
4a19d9b14d
Add safe-guard against collecting too much
2017-10-06 14:38:23 +02:00
Hynek Schlawack
03c10ad0ef
Use new serious biz names in internal code ( #257 )
...
* Use new serious biz names
* Use offical API in tests where possible
* Fix flake8
2017-10-02 19:32:10 +02:00
Chad Dombrova
566ada9848
Basic type support ( #239 )
...
* Add support for passing a type to attr.ib() and gathering the type from PEP526-style annotations.
* Address review notes.
* More review notes.
* A few more review changes.
* Quick final fix to the changelog.
2017-09-17 16:22:49 +02:00