Commit 894afc17 authored by Christian Ledermann's avatar Christian Ledermann

import frquently used Classes and functions in __init__

parent bca67601
......@@ -2,6 +2,14 @@
Changelog
=========
0.3 (unreleased)
-----------------
- python 3 compatible
- fix test for python 3
- change license to LGPL
- register namespaces for a more pleasant, human readable xml output
0.2 (2012/07/27)
-----------------
......
......@@ -14,3 +14,16 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from geometry import Point, LineString, Polygon
from geometry import MultiPoint, MultiLineString, MultiPolygon
from geometry import LinearRing
from kml import KML, Document, Folder, Placemark
from kml import TimeSpan, TimeStamp
from styles import StyleUrl, Style, StyleMap
from styles import IconStyle, LineStyle, PolyStyle
from styles import LabelStyle #, BalloonStyle
from atom import Link, Author, Contributor
......@@ -12,6 +12,8 @@ setup(name='fastkml',
classifiers=[
"Topic :: Scientific/Engineering :: GIS",
"Programming Language :: Python",
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Development Status :: 4 - Beta',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment