Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-OWSLib-0.25.0-bp154.1.22 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: python3-OWSLib Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.25.0 Vendor: openSUSE
Release: bp154.1.22 Build date: Mon May 9 11:09:19 2022
Group: Productivity/Scientific/Other Build host: cloud114
Size: 2434001 Source RPM: python-OWSLib-0.25.0-bp154.1.22.src.rpm
Packager: https://bugs.opensuse.org
Url: http://geopython.github.io/OWSLib/
Summary: Python interface to OGC Web Services
OWSLib is a Python package for client programming with Open Geospatial
Consortium (OGC) web service (hence OWS) interface standards, and their
related content models.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Dec 03 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 0.25.0
    * WMS: include custom headers (#763)
    * ISO: add MD_BrowseGraphic support (#757)
    * OGC API: fix bbox handling #779), request/response handling
    * WFS: add support for topological filters (#780)
    * various bug fixes
  - Release notes for 0.24.1
    * fix CSW request byte handling (#776)
  - Release notes for 0.24.0
    * CSW: add CSW 3 client (#746)
    * CSW: add support for distributed search (#771)
    * OGC API: refactor collections for broader use (#753)
    * OACov: add support for scaling (#756)
    * Auth: make most Authentication attributes private (#770)
    * various bug fixes
  - Don't test on Leap
* Tue Apr 20 2021 Ben Greiner <code@bnavigator.de>
  - Disable python36 build: pyproj not available
  - Enable test suite (at least a part of it)
* Sat Feb 13 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 0.23.0
    * WMS: Handle empty <DataURL>.<Format> element in
      GetCapabilities (#739)
    * WCS: Feature/wcs headers integration (#741)
    * Tests: fix WFS tests (#743)
    * Auth: Support requests AuthBase in addition to basic password
      authentication (#724)
    * WCS: Fix bug with timeout not assigned (#738)
    * Tests: restore ISO GM03 tests as pytests (#734)
    * ISO: OWS/ISO metadata updates (#736)
    * ISO: add support for ISO 19115 keyword thesaurus URLs via
      gmx:Anchor (#735)
    * ISO: fix reference (#733)
  - Changes in 0.22.0
    * Tests: Fix tests coveralls (#732)
    * WCS, WFS: Add timeout to get capabilities (#730)
    * Tests: migrate to GitHub actions (#727)
    * ISO: add support for ISO 19115-2 (#726)
  - Fix malformed python_module line
* Thu Jan 21 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Depend on python-PyYAML instead of python-pyyaml
* Tue Jan 19 2021 Bruno Friedmann <bruno@ioda-net.ch>
  - update to version 0.21.1
    + This release adds the draft implementation of OGC API
    + Coverages support as well as numerous fixes to the codebase.
    + A full list of commits for 0.21.0 can be found at:
      https://github.com/geopython/OWSLib/commits/0.21.0
  - packaging
    + Update copyright year
    + Sync list of Requires (pyproj > 2 and add pyyaml) with
      requirements
* Mon Dec 07 2020 Bruno Friedmann <bruno@ioda-net.ch>
  - update to version 0.20.0
    + Provides initial support for draft OGC API - Records standard.
    + WFS: make wfs:FeatureTypeList optional for 1.1 and 2.0 (#673)
    + OGC API - Records: initial draft implementation (#679, #693)
    + WPS: add support for retrieving data from local filesystem (huard, #681)
    + WMTS: add support for boundingboxes (kordian-kowalski, #687)
    + Authentication: Enable switching off SSL verification (Samweli, #685)
* Mon Mar 02 2020 Bruno Friedmann <bruno@ioda-net.ch>
  - update to version 0.19.1
    + Fixed Python 3.8 installation (#635, ocefpaf)
    + Refactored OGC API (#641, tomkralidis)
    + Add `python_requires` to prevent pip installing this on Python 2.x (#634, craigds)
    + Tests: use HEAD instead of GET in service_ok (#651, roel)
    + Tests: replaced service URLs with working versions (#648, roel)
    + WFS: Fix WFS get_schema when typename doubles as attributename (#647, roel)
    + WCS: Removed redundant check on logging level (#646, johanvdw)
    + WFS3: renamed time parameter to datetime (#639, mattfung)
    + WFS: Added required fields to wfs schema (#628, Alexandre27)
    + WCS: added resolution and size params to WCS GetCoverage requests (#633, dukestep)
    + DOCS: updated WMS docs (#649, pathmapper)
  - update to version 0.19.0
    + ALL: python2 support removed (cehbrecht et. al.)
    + OWS
    - safeguard ProviderSite/@href (jannefleischer)
    - safeguard bbox parsing (walkermatt)
    + WMS: support ScaleDenominator
    + WMTS: add timeout (jachym)
    + OGC API Features updates following specification
    + TMS: fix broken constructor (justb4)
    + ALL: pass HTTP headers for WMS/WFS/WMTS/TMS (justb4)
    + ALL: test fixes/updates
  - update to version 0.18.0
    + NEW: WFS 3 initial implementation
    + NEW: add Authentication framework (eric-spitler)
    + WPS:
    * add process properties, percentCompleted (cehbrecht)
    * add reference attributes (enolfc)
    * add support for multi process processes (huard)
    + OWS: add support for crs and dimension (saimeCS)
  - packaging:
    + cleanup spec
    + move to build only python3
* Tue Mar 05 2019 Todd R <toddrme2178@gmail.com>
  - Update to 0.17.1 version
    * Fixed test-suite and converted doctests to unit-tests (#339).
    * Support for OWS Context (#483 thanks @allixender)
    * Support for WCS 2.0.0 and 2.0.1 (#430, thanks @doclements)
    * numerous bug-fixes, especially for WPS.
  - Rename to python-OWSLib to match python package naming guidelines.
* Wed Jan 17 2018 bruno@ioda-net.ch
  - Packaging : Move to singlespec + spec-cleaner (date,URL)
  - Update to 0.16.0 version
    + drop Python 2.6 support
    + WFS: get schema auth params (karakostis)
    + WFS: add sortby to GetFeature requests (drnextgis)
    + CSW: add ows namespace to bounding box queries
    + CSW: add feature catalogue support parsing
    + CRS: support proj.4 CRS definitions (orhygine)
    + fix namespaces (jsanchezfr)
    + ISO GM03: fix bounding box handling
    0.15.0
    + WFS add doseq to WFS request qyery urlencode
    + WFS handle non-existing bounding boxes in feature types
    + SOS add support for authentication
    + WMTS add support for styles
    + ISO add support for gmd:locale
    + GM03 add support for GM03 ISO metadata profile
    + CRS catch invalid CRS codes
    + WMS fix time dimension handling in Capabilities
    + SWE various bug fixes
    + WPS fix WPS DescribeProcess issue on DataType
    fixed bbox lower/upper_corner conversion
    added a test for wps BoundingBoxDataInput
    added BoundingBoxDataInput and fix boundingbox parsing
    + Misc
    fix double '&&' in URL requests
    add util.clean_ows_url function to remove basic service
    parameters from OWS base URLs
    0.14.0
    + WFS: add authentication (@pmauduit)
    + WFS: fix parameter names for WFS2
    + OWS: implement updateSequence support
    + CSW: fix ref bug in CSW-T workflows
    + WCS: fix 1.0.0 Capabilities OWS namespace handling
* Wed Sep 28 2016 bruno@ioda-net.ch
  - Update to 0.13.0
  - Fix licence which is BSD-3-Clause
  - Fix source url to new https and pypi.io schema
  - Added requests as dependency
  - Update Copyright year
* Sun Mar 13 2016 bruno@ioda-net.ch
  - Update to 0.10.3
* Sun Oct 25 2015 bruno@ioda-net.ch
  - Packaging :
    Add missing runtime require python(3)-pyproj
    Merge back the two package to one source build python3-owslib
    become a link to.
* Sat Oct 17 2015 bruno@ioda-net.ch
  - Update to 0.9.2
* Thu Sep 03 2015 toddrme2178@gmail.com
  - Shouldn't be noarch in SLE 11
* Tue Jun 09 2015 Angelos Tzotsos <tzotsos@opensuse.org>
  - updated to 0.8.13
* Sun Nov 30 2014 Angelos Tzotsos <tzotsos@opensuse.org>
  - updated to 0.8.10

Files

/usr/lib/python3.6/site-packages/OWSLib-0.25.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/OWSLib-0.25.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/OWSLib-0.25.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/OWSLib-0.25.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/OWSLib-0.25.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/OWSLib-0.25.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/owslib
/usr/lib/python3.6/site-packages/owslib/__init__.py
/usr/lib/python3.6/site-packages/owslib/__pycache__
/usr/lib/python3.6/site-packages/owslib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/crs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/crs.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/csw.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/csw.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/dif.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/dif.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/etree.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/etree.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/fes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/fes.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/fes2.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/fes2.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/fgdc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/fgdc.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/gm03.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/gm03.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/gml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/gml.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/interfaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/interfaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/iso.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/iso.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/iso_che.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/iso_che.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/namespaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/namespaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/ows.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/ows.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/sos.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/sos.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/tms.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/tms.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/util.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/util.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/wcs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/wcs.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/wfs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/wfs.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/wmc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/wmc.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/wms.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/wms.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/wmts.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/wmts.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/wps.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/__pycache__/wps.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/catalogue
/usr/lib/python3.6/site-packages/owslib/catalogue/__init__.py
/usr/lib/python3.6/site-packages/owslib/catalogue/__pycache__
/usr/lib/python3.6/site-packages/owslib/catalogue/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/catalogue/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/catalogue/__pycache__/csw2.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/catalogue/__pycache__/csw2.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/catalogue/__pycache__/csw3.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/catalogue/__pycache__/csw3.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/catalogue/csw2.py
/usr/lib/python3.6/site-packages/owslib/catalogue/csw3.py
/usr/lib/python3.6/site-packages/owslib/coverage
/usr/lib/python3.6/site-packages/owslib/coverage/__init__.py
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcs100.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcs100.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcs110.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcs110.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcs111.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcs111.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcs200.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcs200.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcs201.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcs201.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcsBase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcsBase.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcsdecoder.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/__pycache__/wcsdecoder.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/coverage/wcs100.py
/usr/lib/python3.6/site-packages/owslib/coverage/wcs110.py
/usr/lib/python3.6/site-packages/owslib/coverage/wcs111.py
/usr/lib/python3.6/site-packages/owslib/coverage/wcs200.py
/usr/lib/python3.6/site-packages/owslib/coverage/wcs201.py
/usr/lib/python3.6/site-packages/owslib/coverage/wcsBase.py
/usr/lib/python3.6/site-packages/owslib/coverage/wcsdecoder.py
/usr/lib/python3.6/site-packages/owslib/crs.py
/usr/lib/python3.6/site-packages/owslib/csw.py
/usr/lib/python3.6/site-packages/owslib/dif.py
/usr/lib/python3.6/site-packages/owslib/etree.py
/usr/lib/python3.6/site-packages/owslib/feature
/usr/lib/python3.6/site-packages/owslib/feature/__init__.py
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/common.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/common.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/postrequest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/postrequest.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/schema.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/schema.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/wfs100.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/wfs100.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/wfs110.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/wfs110.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/wfs200.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/feature/__pycache__/wfs200.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/feature/common.py
/usr/lib/python3.6/site-packages/owslib/feature/postrequest.py
/usr/lib/python3.6/site-packages/owslib/feature/schema.py
/usr/lib/python3.6/site-packages/owslib/feature/wfs100.py
/usr/lib/python3.6/site-packages/owslib/feature/wfs110.py
/usr/lib/python3.6/site-packages/owslib/feature/wfs200.py
/usr/lib/python3.6/site-packages/owslib/fes.py
/usr/lib/python3.6/site-packages/owslib/fes2.py
/usr/lib/python3.6/site-packages/owslib/fgdc.py
/usr/lib/python3.6/site-packages/owslib/gm03.py
/usr/lib/python3.6/site-packages/owslib/gml.py
/usr/lib/python3.6/site-packages/owslib/interfaces.py
/usr/lib/python3.6/site-packages/owslib/iso.py
/usr/lib/python3.6/site-packages/owslib/iso_che.py
/usr/lib/python3.6/site-packages/owslib/map
/usr/lib/python3.6/site-packages/owslib/map/__init__.py
/usr/lib/python3.6/site-packages/owslib/map/__pycache__
/usr/lib/python3.6/site-packages/owslib/map/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/map/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/map/__pycache__/common.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/map/__pycache__/common.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/map/__pycache__/wms111.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/map/__pycache__/wms111.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/map/__pycache__/wms130.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/map/__pycache__/wms130.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/map/common.py
/usr/lib/python3.6/site-packages/owslib/map/wms111.py
/usr/lib/python3.6/site-packages/owslib/map/wms130.py
/usr/lib/python3.6/site-packages/owslib/namespaces.py
/usr/lib/python3.6/site-packages/owslib/ogcapi
/usr/lib/python3.6/site-packages/owslib/ogcapi/__init__.py
/usr/lib/python3.6/site-packages/owslib/ogcapi/__pycache__
/usr/lib/python3.6/site-packages/owslib/ogcapi/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/ogcapi/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/ogcapi/__pycache__/coverages.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/ogcapi/__pycache__/coverages.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/ogcapi/__pycache__/features.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/ogcapi/__pycache__/features.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/ogcapi/__pycache__/records.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/ogcapi/__pycache__/records.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/ogcapi/coverages.py
/usr/lib/python3.6/site-packages/owslib/ogcapi/features.py
/usr/lib/python3.6/site-packages/owslib/ogcapi/records.py
/usr/lib/python3.6/site-packages/owslib/ows.py
/usr/lib/python3.6/site-packages/owslib/owscontext
/usr/lib/python3.6/site-packages/owslib/owscontext/__init__.py
/usr/lib/python3.6/site-packages/owslib/owscontext/__pycache__
/usr/lib/python3.6/site-packages/owslib/owscontext/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/owscontext/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/owscontext/__pycache__/atom.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/owscontext/__pycache__/atom.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/owscontext/__pycache__/common.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/owscontext/__pycache__/common.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/owscontext/__pycache__/core.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/owscontext/__pycache__/core.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/owscontext/__pycache__/geojson.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/owscontext/__pycache__/geojson.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/owscontext/atom.py
/usr/lib/python3.6/site-packages/owslib/owscontext/common.py
/usr/lib/python3.6/site-packages/owslib/owscontext/core.py
/usr/lib/python3.6/site-packages/owslib/owscontext/geojson.py
/usr/lib/python3.6/site-packages/owslib/sos.py
/usr/lib/python3.6/site-packages/owslib/swe
/usr/lib/python3.6/site-packages/owslib/swe/__init__.py
/usr/lib/python3.6/site-packages/owslib/swe/__pycache__
/usr/lib/python3.6/site-packages/owslib/swe/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/swe/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/swe/__pycache__/common.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/swe/__pycache__/common.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/swe/common.py
/usr/lib/python3.6/site-packages/owslib/swe/observation
/usr/lib/python3.6/site-packages/owslib/swe/observation/__init__.py
/usr/lib/python3.6/site-packages/owslib/swe/observation/__pycache__
/usr/lib/python3.6/site-packages/owslib/swe/observation/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/swe/observation/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/swe/observation/__pycache__/om.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/swe/observation/__pycache__/om.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/swe/observation/__pycache__/sos100.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/swe/observation/__pycache__/sos100.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/swe/observation/__pycache__/sos200.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/swe/observation/__pycache__/sos200.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/swe/observation/__pycache__/waterml2.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/swe/observation/__pycache__/waterml2.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/swe/observation/om.py
/usr/lib/python3.6/site-packages/owslib/swe/observation/sos100.py
/usr/lib/python3.6/site-packages/owslib/swe/observation/sos200.py
/usr/lib/python3.6/site-packages/owslib/swe/observation/waterml2.py
/usr/lib/python3.6/site-packages/owslib/swe/sensor
/usr/lib/python3.6/site-packages/owslib/swe/sensor/__init__.py
/usr/lib/python3.6/site-packages/owslib/swe/sensor/__pycache__
/usr/lib/python3.6/site-packages/owslib/swe/sensor/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/swe/sensor/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/swe/sensor/__pycache__/sml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/swe/sensor/__pycache__/sml.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/swe/sensor/sml.py
/usr/lib/python3.6/site-packages/owslib/tms.py
/usr/lib/python3.6/site-packages/owslib/util.py
/usr/lib/python3.6/site-packages/owslib/waterml
/usr/lib/python3.6/site-packages/owslib/waterml/__init__.py
/usr/lib/python3.6/site-packages/owslib/waterml/__pycache__
/usr/lib/python3.6/site-packages/owslib/waterml/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/waterml/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/waterml/__pycache__/wml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/waterml/__pycache__/wml.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/waterml/__pycache__/wml10.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/waterml/__pycache__/wml10.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/waterml/__pycache__/wml11.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/owslib/waterml/__pycache__/wml11.cpython-36.pyc
/usr/lib/python3.6/site-packages/owslib/waterml/wml.py
/usr/lib/python3.6/site-packages/owslib/waterml/wml10.py
/usr/lib/python3.6/site-packages/owslib/waterml/wml11.py
/usr/lib/python3.6/site-packages/owslib/wcs.py
/usr/lib/python3.6/site-packages/owslib/wfs.py
/usr/lib/python3.6/site-packages/owslib/wmc.py
/usr/lib/python3.6/site-packages/owslib/wms.py
/usr/lib/python3.6/site-packages/owslib/wmts.py
/usr/lib/python3.6/site-packages/owslib/wps.py
/usr/share/doc/packages/python3-OWSLib
/usr/share/doc/packages/python3-OWSLib/AUTHORS.rst
/usr/share/doc/packages/python3-OWSLib/CHANGES.rst
/usr/share/doc/packages/python3-OWSLib/README.rst
/usr/share/licenses/python3-OWSLib
/usr/share/licenses/python3-OWSLib/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024