E. Seiver
E. Seiver
I have a list of instances of one class (`Cat`) stored in a container class (`Cats`) as an attribute. I created a `__getitem__` method in the container class that retrieves...
not sure what tld means in database scripts. some docstrings for the individual fields would be helpful. @sbassi could you clarify and make a PR?
problems with SSL connection, even when cloning the GH repository
It would be great for people who want to see the full text of the article without all the metadata to be able to get a string of just the...
Expanding on @mpacer's thoughts about allowing multiple corpora, create a default setting where when a new version of an article is downloaded, it automatically archives the old version in a...
Written-out directions for how to create the database file
This PR adds a number of methods to the Article and Corpus class to allow for Article() creation from a partial DOI, including from Corpus, transformations between partial and full...
This PR includes documentation for how to get started with the starter corpus (renamed from 'seed') and explaining how the `download_check_and_move()` works in a 'docs' folder.
Would make updating the corpus even easier if it didn't have to be called in Python and people could just type "allofplos update" on the command line.
Now that the easiest way to cycle through article objects is to create a fully new one each time (instead of resetting the doi via `article.doi = doi`), Article().text_viewer is...