Hynek Schlawack
319ef68d19
Create internal snapshot
2015-02-12 15:26:06 +01:00
Hynek Schlawack
d134ce45fc
Be more strict on __eq__
2015-02-10 17:31:33 +01:00
Hynek Schlawack
03d779427f
Fix spelling of hipster clas
2015-02-10 17:31:21 +01:00
Hynek Schlawack
fa88c0915e
Fix API docs for validator
2015-02-09 13:38:10 +01:00
Hynek Schlawack
1abfb5dad8
Add an example of cross-attribute validation
2015-02-09 13:30:29 +01:00
Hynek Schlawack
08ff764de7
Pass instances into validators
...
Also construct the instance first and then run all validators on it.
This allows for cross-attribute validation.
2015-02-09 13:16:56 +01:00
Hynek Schlawack
15d568a2cc
Validate only if there's a validator
...
Fixes #5
2015-02-09 12:01:51 +01:00
Hynek Schlawack
445b6b2e00
Add these argument to attr.s
...
Useful for third party classes and when using properties.
Based on feedback by @econchick & @hawkowl
2015-02-08 16:31:16 +01:00
Lynn Root
ab6b3e9b4b
Fix typo
2015-02-07 14:03:17 -06:00
Hynek Schlawack
6a1a740c46
Add one more major advantage
2015-02-07 10:06:08 +01:00
Hynek Schlawack
4e81b7b5e2
Rename add_XXX to no_XXX
...
Assume you want everything by default and be consistent with the no_XXX
attributes on Attribute.
2015-02-07 09:15:59 +01:00
Hynek Schlawack
ddf0256527
Rename skip to filter and reverse logic
2015-02-06 14:56:02 +01:00
Hynek Schlawack
850915dc47
Add examples for asdict
2015-02-05 11:04:25 +01:00
Hynek Schlawack
1bcecf3970
Only recurse into list items if they are ours
2015-02-04 16:32:18 +01:00
Hynek Schlawack
2321fc202a
Recurse into containers too, add skip in asdict
2015-02-04 16:12:32 +01:00
Hynek Schlawack
d28336c28a
Ignore dist dir
2015-02-03 12:40:12 +01:00
Hynek Schlawack
2729edd04d
Fix markup in examples
2015-02-02 16:08:43 +01:00
Hynek Schlawack
c8c7a60389
Rename valid to validate
...
valid kind of implies a boolean return code.
2015-02-02 14:04:47 +01:00
Hynek Schlawack
2cab907370
Add attr.valid
2015-02-02 12:13:11 +01:00
Hynek Schlawack
f7597c795f
Clarify backward compatibility + polish API docs
2015-02-01 19:27:36 +01:00
Hynek Schlawack
82892487fb
Remove assignment validation again
...
Mainly because:
1. I don't want to encourage mutations.
2. It's impossible to protect the attributes from becoming invalid anyway so
this is a lot of complexity (and __setattr__ overwriting) but only little
benefit.
2015-01-31 18:01:31 +01:00
Hynek Schlawack
e7ebf4bf81
Allow single attributes to be excluded
2015-01-30 17:48:34 +01:00
Hynek Schlawack
943d686509
Validate assignments
2015-01-30 13:30:47 +01:00
Hynek Schlawack
7c85d68de2
Verify amount of arguments passed to Attribute
2015-01-30 13:26:44 +01:00
Hynek Schlawack
564fade925
Simplify attributes decorator
2015-01-30 09:50:33 +01:00
Hynek Schlawack
5753281838
Add attrs.make_class
2015-01-30 08:57:33 +01:00
Hynek Schlawack
b29d9bb5f5
Fix example in README, add REAME to CI
2015-01-29 23:16:07 +01:00
Hynek Schlawack
f61fb5d185
Eliminate factory field
...
Instead, have only one default field. If the default value is an instance of
attr.Factory, use it as a factory.
2015-01-29 23:10:56 +01:00
Hynek Schlawack
717dcdadca
Short default_value to default
2015-01-29 22:32:41 +01:00
Hynek Schlawack
9cb48a5814
Shorten default_factory to factory
2015-01-29 22:29:37 +01:00
Hynek Schlawack
16d9c464e3
Rename ls to fields
2015-01-29 21:55:25 +01:00
Hynek Schlawack
b79c3afec3
Rename to_dict to asdict
...
For stdlib compatability.
2015-01-29 21:50:07 +01:00
Hynek Schlawack
7aaab84091
Add assoc
2015-01-29 20:50:42 +01:00
Hynek Schlawack
477f1782b6
Add tests for provides's repr
2015-01-29 19:41:58 +01:00
Hynek Schlawack
4f62d47d08
We don't need three names for the same thing
2015-01-29 19:39:49 +01:00
Hynek Schlawack
8bb430cf18
Add basic support for zope.interface
2015-01-29 19:04:23 +01:00
Hynek Schlawack
2040ed5e48
Replace motto
2015-01-29 17:33:58 +01:00
Hynek Schlawack
8f98b38136
Increase branch coverage
...
And a lot of under the hood work.
2015-01-29 17:31:49 +01:00
Hynek Schlawack
3e45f0559e
Strip underscore for __init__
...
There is not such thing as private parameters.
2015-01-29 13:05:04 +01:00
Hynek Schlawack
0e2507d51d
Add an example of a custom validator
2015-01-29 12:26:25 +01:00
Hynek Schlawack
692e4613a0
Add instance_of validator
2015-01-29 12:20:17 +01:00
Hynek Schlawack
69a460d336
Add no-nonsense aliases for attr.s and attr.ib
...
I like the original ones but let's not give haters extra ammunition. :)
2015-01-29 10:17:08 +01:00
Hynek Schlawack
774cf0142a
Pass the Attribute object into validators
...
This allows for more generic validators.
2015-01-29 09:22:06 +01:00
Hynek Schlawack
8bfa3a3c6f
Don't strip teaser
2015-01-29 09:13:16 +01:00
Hynek Schlawack
6de5136f4a
Add some examples
2015-01-28 18:18:16 +01:00
Hynek Schlawack
3f2fd8317d
More doc polishing
2015-01-28 16:55:45 +01:00
Hynek Schlawack
211bd02b97
Officially start the 15.0.0 cycle
2015-01-28 16:05:13 +01:00
Hynek Schlawack
d5d3dfcdb5
Some minor doc polish
2015-01-28 16:02:18 +01:00
Hynek Schlawack
372c55318c
Add validators
2015-01-28 15:54:41 +01:00
Hynek Schlawack
d291e8c4dc
Add some API docs
...
Also define ls and has only for classes.
2015-01-28 15:16:42 +01:00