210 Commits (master)
 

Author SHA1 Message Date
Jason R. Coombs b2c592d84b Also grab the author from the package metadata 7 years ago
Jason R. Coombs fbadf0344d Also get the URL from the project metadata 7 years ago
Jason R. Coombs 3da8cf4a6f No longer rely on the package being installed to retrieve the version. Instead, load the project name and version by invoking the setup script. 7 years ago
Jason R. Coombs 6245d0966d Prefer get_distribution 7 years ago
Jason R. Coombs 99ffa27f0e Remove rant about docs. If there's no link to the docs, then this is the docs. 7 years ago
Jason R. Coombs a50fb1c894 Skip upload docs as it's deprecated anyway 7 years ago
Jason R. Coombs 18cb65f8f1 Add note about the broken docs problem. 8 years ago
Jason R. Coombs 4ee40ca2d1 Update config to support building on ReadTheDocs 8 years ago
Jason R. Coombs 200e6a5251 Bump to setuptools_scm 1.15.0. 8 years ago
Jason R. Coombs 95fd34c61f Gotta get an sdist - so use one jaraco built 8 years ago
Jason R. Coombs 42ecbe7706 Update to setuptools_scm 1.15.0rc1 8 years ago
Jason R. Coombs 60c7c186c1 Need a later version of setuptools_scm until it's released. 8 years ago
Jason R. Coombs aa1f8ebe0d Allow passing posargs 8 years ago
Jason R. Coombs 9be6e61593 Exclude versions of setuptools_scm due to pypa/setuptools_scm#109. 8 years ago
Jason R. Coombs 1d7afbebd6 Just upgrade to released setuptools now. 8 years ago
Jason R. Coombs 9698407222 Incorporate pre-release of setuptools to cause releases to include the PEP-420 deferral. 8 years ago
Jason R. Coombs c4fd3f3cf4 Use usedevelop to workaround tox-dev/tox#373 8 years ago
Jason R. Coombs 12196ba3c3 Provide a reference to the license declaration in the readme. Fixes jaraco/skeleton#1. 8 years ago
Jason R. Coombs 4d382b3dee Python Packaging -- never do with one command what you can do with two. 8 years ago
Jason R. Coombs 8b4139a813 Each requirement line is passed as a single parameter to pip, so you can't have a space separating the option and its value. 8 years ago
Jason R. Coombs cc80be915b Use pkg_resources to resolve the version. Requires that the necessary package metadata have been built before building docs. 8 years ago
Jason R. Coombs 750a2b3896 Use tox instead of pytest-runner 8 years ago
Jason R. Coombs 03c1cc8684 Remove support for building docs, now that docs support for pypi is deprecated. I hope at some point RTD comes up with an API that once again allows automatic building of docs. 8 years ago
Jason R. Coombs 629d80f45d No need for a .gitignore file; projects may want to add one, but I recommend not having one unless the project has project-specific files to ignore. 8 years ago
Jason R. Coombs c66dc29876 Add tests for pmxbot command (and Result.results). 8 years ago
Jason R. Coombs 2c2ba47879 Add test for xml_bool and correct implementation, simplify by using json. 8 years ago
Jason R. Coombs 7d8cc32331 Merge with skeleton 8 years ago
Jason R. Coombs 0ca388e699 Allow pypy to fail. It's failing on Travis but not locally. 8 years ago
Jason R. Coombs 7bee559740 Rely on inheritance to handle errors in Result and Pod. 8 years ago
Jason R. Coombs f0fc35c7c1 Simplify init in Result 8 years ago
Jason R. Coombs 5f86e5a1d6 Re-use always_iterable 8 years ago
Jason R. Coombs c2ce282a51 Add notes in README about attributes exposed. 8 years ago
Jason R. Coombs e1ae854faf Return iterables throughout for consistency. 8 years ago
Jason R. Coombs 1a4dc2fc62 Re-use more of the from_doc constructor and attribute type transformation in the Result object. Restore Pod.subpods through an alias property. 8 years ago
Jason R. Coombs 273cd73330 Move result after Pod 8 years ago
Jason R. Coombs d4e3afe6b0 Use compose to generate the lists where expected 8 years ago
Jason R. Coombs 658183b56c Move from_doc to the Document class 8 years ago
Jason R. Coombs 5d697ade21 Fix test failure on Python 2 8 years ago
Jason R. Coombs 56d015694c Update docs and changelog to reflect the current state. 8 years ago
Jason R. Coombs 6112882d6b Remove installation instructions, as they're redundant for the guidance given by warehouse at https://pypi.org/project/wolframalpha. 8 years ago
Jason R. Coombs 8c05a4b376 Update changelog 8 years ago
Jason R. Coombs 9be618cd8c Now the various objects attributes are derived directly from the data with which they're initialized. 8 years ago
Jason R. Coombs 6abccdc728 Move Image (and Warning and Assumption) ahead of Subpod. 8 years ago
Jason R. Coombs 406967e8e1 Define subpod above pod 8 years ago
Jason R. Coombs 8ed3be43e1 models now derive from a dict (via Document), and store their content natively in self. 8 years ago
Jason R. Coombs be0938dded Add test ensuring that the type of position is float 8 years ago
Jason R. Coombs 288b13db0f Rename node and tree to hidden _doc attributes 8 years ago
Jason R. Coombs d4e09bb905 Convert on-object lists into properties. Add tests for these properties. 8 years ago
Jason R. Coombs 9115d23d83 Restore expectation that results can be an iterator. 8 years ago
Jason R. Coombs 7ab8e44695 Always use map from the future 8 years ago