aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update python version in various placesArthur Zamarin2024-01-191-3/+3
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* drop support for py3.9Arthur Zamarin2023-05-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* README.rst: cpython -> cythonSam James2022-08-081-1/+1
| | | | | | | cpython is the official, primary implementation of the Python language, while cython allows C extensions in Python code. Signed-off-by: Sam James <sam@gentoo.org>
* github: simplify workflow namesTim Harder2021-03-031-2/+2
|
* doc: drop freenode channel referencesTim Harder2020-12-221-3/+0
|
* drop support for py36 and py37Tim Harder2020-12-041-1/+1
|
* readme: simplify install wordingTim Harder2020-11-031-3/+3
|
* readme: update test tagTim Harder2020-11-021-7/+3
|
* drop py2 support in setup and testsTim Harder2017-12-211-7/+5
|
* readme: replace coveralls coverage badge with codecovTim Harder2017-09-031-2/+2
|
* readme: minor grammatical fixTim Harder2016-10-301-1/+1
|
* readme: simplify mock requirement statementTim Harder2016-10-301-2/+1
|
* readme: drop mailing list referenceTim Harder2016-03-061-5/+3
|
* readme: simplify rtd linkTim Harder2016-02-171-1/+1
|
* readme: fix rtd badge linkTim Harder2016-02-171-1/+1
|
* readme: reorder fields in terms of what users are probably interested inTim Harder2015-08-201-17/+17
| | | | Subjects of interest should be nearer to the top.
* readme: drop irrelevant git comment from install instructionsTim Harder2015-08-201-1/+1
|
* readme: update install commandsTim Harder2015-07-281-6/+8
|
* test: add tests for mount() from snakeoil.osutilsTim Harder2015-03-311-0/+4
|
* reword tox test info in the readmeTim Harder2015-03-291-3/+7
|
* minor readme wording and whitespace changesTim Harder2015-03-281-4/+1
|
* add readme links to the mailing list and irc channelTim Harder2015-03-281-1/+5
|
* simplify test docs for readmeTim Harder2015-03-281-19/+9
|
* add pypi badge to readmeTim Harder2015-03-251-1/+4
|
* docs: re-add readthedocs badgeTim Harder2014-11-011-4/+3
| | | | Readthedocs generation appears to mostly look fine now.
* docs: remove docs badge until api doc generation worksTim Harder2014-10-301-1/+1
| | | | | | API doc generation isn't working for readthedocs so we'll probably have to setup something like autodoc properly (the link wasn't pointing to the right place anyway).
* docs: make command line sections stand outTim Harder2014-10-301-12/+12
|
* docs: add missing badge aliasesTim Harder2014-10-301-3/+4
|
* doc: move badges to the end of the readme and remove landscape badgeTim Harder2014-10-301-10/+12
| | | | | | Due to snakeoil's widespread use of demandloaded modules the lint scans done by landscape.io aren't very helpful without using the custom lint plugin provided along with snakeoil.
* add landscape.io support and badgeTim Harder2014-10-271-0/+3
|
* display travis-ci and coveralls badges on readmeTim Harder2014-10-271-0/+7
|
* convert NEWS and README into rst filesTim Harder2014-10-271-0/+50
This allows use to use the github renderer to show a better README file by default and deprecate/drop the usage of the custom txt -> rst news generation method for building the docs.