Commit graph

8 commits

Author SHA1 Message Date
Troy McConaghy
fab0218efb
Add more metadata to setup.py for PyPI
Add a description, URL and license to `setup.py` so [the recommonmark package page on PyPI](https://pypi.org/project/recommonmark/) will include that information.
2018-07-24 12:17:09 +02:00
Anthony Johnson
fe8e00ab41
Update to support CommonMark >= 0.7.3 and clean up code
This was already dealing with a rewrite due to the spec change on CommonMark, so
I took the opportunity to modernize the code and clean things up as well.

* Updates to support CommonMark==0.7.3
* Reworks pattern for handling CommonMark nodes, mimic docutils visit/depart
  pattern
* Drops SectionHandler class, as it was only used in one place. Merge into the
  parser class, where it is used
* Drops requirements file for setup.py config, as this is a package requirements
  is superfluous
* Adds a number of more detailed test cases
* Adds test runner for 3.5, 3.6
* Updates strictness on prospector, cleans up linting errors and docstring
  problems
2017-03-02 20:04:30 -08:00
Eric Holscher
7ca5247b34 Revert back to using old commonmark for now 2016-01-05 14:00:22 -08:00
Eric Holscher
86253774cd Upgrade to 0.3.0 2016-01-05 13:52:40 -08:00
Luca Barbato
fec4719f9f Rename the project as recommonmark 2014-12-08 00:25:40 +01:00
Luca Barbato
21b4330824 setup: Install the parsley file 2014-09-06 02:47:43 +02:00
Luca Barbato
da2c9f7dd4 setup: Use setuptools 2014-09-06 02:39:14 +02:00
Steve Genoud
21d5fab2ba Initial commit 2013-08-25 16:45:13 +02:00