This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
attrs
mirror of
https://github.com/python-attrs/attrs.git
Watch
1
Star
1
Fork
You've already forked attrs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
538d75f60c
attrs
/
.gitignore
11 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit Docs aren't there yet
2015-01-27 16:53:17 +00:00
.tox
Move package into src directory Prevents accidental imports when running tests.
2015-10-16 13:09:28 +00:00
.coverage*
Initial commit Docs aren't there yet
2015-01-27 16:53:17 +00:00
*.pyc
*.egg-info
docs/_build/
Increase branch coverage And a lot of under the hood work.
2015-01-29 15:24:49 +00:00
htmlcov
Ignore dist dir
2015-02-03 11:40:12 +00:00
dist
Add Python 3.5
2015-09-22 08:41:38 +00:00
.cache
Retain order if these or make_class are passed an ordered dict (#343) * Retain order if these or make_class are passed an ordered dict Fixes #339 * Add newsfragment * Another newsfragment Fixes #300 * Docs and change tags * Disable coverage and explain why * PyPy has ordered dicts too * Import OrderedDict only when necessary
2018-02-17 11:24:23 +00:00
.hypothesis
.pytest_cache