Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 352e1b1

Browse files
committed
Trying a segmented style to see if I like it better in production
1 parent b244fb6 commit 352e1b1

32 files changed

Lines changed: 2907 additions & 2169 deletions
15.2 KB
Binary file not shown.
7.07 KB
Binary file not shown.
93 KB
Binary file not shown.
15.3 KB
Binary file not shown.
17 KB
Binary file not shown.

docs/_build/doctrees/index.doctree

-143 KB
Binary file not shown.
28 KB
Binary file not shown.
29.7 KB
Binary file not shown.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
0.2
2+
~~~
3+
4+
- Python 3 support
5+
- PEP8 and PyFlakes compliance
6+
- Coverage reports on testing via coveralls.io
7+
8+
9+
0.16
10+
~~~~
11+
12+
- Continuous integration testing with TravisCI
13+
- Fixed bug with empty strings in Document descriptions
14+
- Raise errors when a user tries to save a data keyword reserved by DocumentCloud
15+
- Allow all-caps file extensions
16+
- Retry requests that fail with an increasing backoff delay
17+
- Fixed a bug in how titles are assigned to a file object
18+
- Added access checks when retrieving txt, pdf, img about a document
19+
20+
0.15
21+
~~~~
22+
23+
* File objects can now be submitted for uploading
24+
* Added more support for unicode data thanks to contributions by `Shane Shifflet <https://twitter.com/#!/shaneshifflett>`_.
25+
* Smarter lazy loading of Document attributes missing from a search
26+
27+
0.14
28+
~~~~
29+
30+
* Added ``data`` attribute on Document for storing dictionaries of arbitrary metadata
31+
* Added ``secure`` option for Document uploads to prevent data from being sent to OpenCalais
32+
* Added ``save`` alias on Document and Project objects that uses the pre-existing ``put`` command
33+
* Fixed to url encoding to makes the system more unicode friendly
34+
* Added all Document upload arguments to ``upload_directory`` method
35+
36+
0.13
37+
~~~~
38+
39+
* ``upload_directory`` method for documents
40+
41+
0.12
42+
~~~~
43+
44+
* ``get_or_create_by_title`` method for projects
45+
* Document and project creation methods now return an object, not the new id.
46+
* Projects can pulled by id or by title
47+
48+
49+
0.11
50+
~~~~
51+
52+
* Document search now returns ``mentions`` of the keyword in the documents
53+
* ``related_url`` and ``published_url`` attributes now more easily accessible
54+
* ``normal`` sized images now available
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The lead developer of this project is `Ben Welsh <http://palewi.re/who-is-ben-welsh/>`_.
2+
3+
But it would not be possible without:
4+
5+
* `The DocumentCloud team <https://www.documentcloud.org/about>`_.
6+
* `Chris Amico <https://github.com/eyeseast>`_, `Christopher Groskopf <https://github.com/onyxfish/>`_ and `Mitchell Kotler <http://www.muckrock.com/blog/using-the-documentcloud-api/>`_, who broke ground with code that I've adapted.
7+
* Fixes from friendly people like `Joe Germuska <https://github.com/JoeGermuska>`_ and `Shane Shifflet <https://twitter.com/#!/shaneshifflett>`_.
8+

0 commit comments

Comments
 (0)