Skip to content

Commit

Permalink
Lint fix and README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Sep 28, 2023
1 parent eb24fcb commit 30c198c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ mappyfile
| |Version| |Docs| |Build Status| |Coveralls| |Appveyor Build Status| |Downloads|
A pure Python parser for working with `MapServer <https://mapserver.org>`_ MapFiles, built using `Lark <https://github.com/lark-parser/lark>`__
mappyfile is an official `OSGeo Community Project <https://www.osgeo.org/projects/mappyfile/>`_.

.. image:: https://raw.githubusercontent.com/geographika/mappyfile/master/docs/images/OSGeo_community_small.png
:align: right

mappyfile is used for formatting and validation in https://app.mapserverstudio.net/, and can be tested for free on any
of your Mapfiles. If you find mappyfile useful please consider signing up for a professional account at
Expand Down Expand Up @@ -129,5 +133,6 @@ Contributors
.. |Coveralls| image:: https://coveralls.io/repos/github/geographika/mappyfile/badge.svg?branch=master
:target: https://coveralls.io/github/geographika/mappyfile?branch=master

.. |Downloads| image:: http://pepy.tech/badge/mappyfile
:target: http://pepy.tech/project/mappyfile
.. |Downloads| image:: https://static.pepy.tech/badge/mappyfile
:target: https://www.pepy.tech/projects/mappyfile

8 changes: 4 additions & 4 deletions docs/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@ a version ``1.0.0`` release is now out!
"type": "POLYGON"
},
+ Updating of resolving JSON references due to deprecated ``jsonschema.RefResolver`` - see
+ Approach to resolving JSON references updated due to the deprecated ``jsonschema.RefResolver`` - see
`this link <https://python-jsonschema.readthedocs.io/en/v4.18.4/referencing/#resolving-references-from-the-file-system>`_,
the associated JSONSchema `pull request <https://github.com/python-jsonschema/jsonschema/pull/1049>`_
and the `migration approach <https://python-jsonschema.readthedocs.io/en/stable/referencing/#migrating-from-refresolver>`_.
Other improvements and fixes in the v1.0.0 release:
+ `#196 <https://github.com/geographika/mappyfile/pull/196>`_ - Codebase fixes for ``Prospector`` warnings
+ `#196 <https://github.com/geographika/mappyfile/pull/196>`_ - Code base fixes for ``Prospector`` warnings
+ `#195 <https://github.com/geographika/mappyfile/pull/195>`_ - Update test suite from latest msautotests
+ `#194 <https://github.com/geographika/mappyfile/pull/194>`_ - Docs overhaul in preparation for v1 release
+ `#193 <https://github.com/geographika/mappyfile/pull/193>`_ - Update to ``jsonschema`` v4 and replace deprecated ``RefResolver``
+ `#191 <https://github.com/geographika/mappyfile/pull/191>`_ - Simplify processing of Comments
+ `#189 <https://github.com/geographika/mappyfile/pull/189>`_ - Add type hints to the codebase
+ `#191 <https://github.com/geographika/mappyfile/pull/191>`_ - Simplify processing of comments
+ `#189 <https://github.com/geographika/mappyfile/pull/189>`_ - Add type hints to the code base
+ `#153 <https://github.com/geographika/mappyfile/pull/153>`_ - Support querying items without the given key in
``utils.findunique()``- thanks @DonQueso89 for fix
+ Schema fixes for ``grid``, ``label``, ``style``, ``leader``, add ``flatgeobuf``
Expand Down
3 changes: 0 additions & 3 deletions docs/examples/api/accessing_values_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import mappyfile


def test():
# START OF API EXAMPLE
import mappyfile
Expand Down

0 comments on commit 30c198c

Please sign in to comment.