Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scls19fr/pykml
Automatically exported from code.google.com/p/pykml
https://github.com/scls19fr/pykml
Last synced: about 1 month ago
JSON representation
Automatically exported from code.google.com/p/pykml
- Host: GitHub
- URL: https://github.com/scls19fr/pykml
- Owner: scls19fr
- License: bsd-3-clause
- Created: 2015-05-02T10:15:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-02T10:17:41.000Z (over 9 years ago)
- Last Synced: 2024-06-11T17:44:34.386Z (5 months ago)
- Language: Python
- Size: 504 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
====
PyKML
=====PyKML is a Python package for authoring, parsing, and manipulating KML
documents. It is based on the lxml library (http://codespeak.net/lxml/)
which provides a Python API for working with XML documents.------------
Dependencies
------------* lxml (>=2.2.8, older versions not tested)