diff --git a/.gitignore b/.gitignore index 0fb1fe8..c558a9e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,6 @@ /dist/ /doc/build/ /geolink2oereb.egg-info/ +src/geolink2oereb.egg-info __pycache__ *.pyc diff --git a/setup.py b/setup.py index 66f95fc..7d51460 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,9 @@ import re -from glob import glob import os -from os.path import splitext, basename +from glob import glob +from os.path import splitext, basename from setuptools import setup, find_packages -import sys -sys.path.insert(0, os.path.abspath(os.path.join('src'))) -from geolink2oereb import __version__ here = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(here, 'README.md')) as f: @@ -27,7 +24,7 @@ setup( name='geolink2oereb', - version=__version__, + version='0.0.1', description='Transforms a geolink to OeREBKRMtrsfr_V2_0 document entities', license='BSD', long_description='{readme}\n\n{changelog}'.format(readme=readme, changelog=changelog), diff --git a/src/geolink2oereb.egg-info/PKG-INFO b/src/geolink2oereb.egg-info/PKG-INFO deleted file mode 100644 index 1044b4a..0000000 --- a/src/geolink2oereb.egg-info/PKG-INFO +++ /dev/null @@ -1,61 +0,0 @@ -Metadata-Version: 2.1 -Name: geolink2oereb -Version: 1.0.0 -Summary: Transforms a geolink to OeREBKRMtrsfr_V2_0 document entities -Home-page: https://github.com/openoereb/geolink2oereb -Author: Clemens Rudert -Author-email: rudert-geoinformatik@posteo.ch -License: BSD -Keywords: oereb lex geolink formatter html OeREBKRMtrsfr_V2_0 -Classifier: Development Status :: 5 - Production/Stable -Classifier: Intended Audience :: Developers -Classifier: License :: OSI Approved :: BSD License -Classifier: Natural Language :: English -Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python :: 3.10 -Classifier: Programming Language :: Python :: 3.11 -Classifier: Topic :: Scientific/Engineering :: GIS -Classifier: Topic :: Software Development :: Libraries :: Python Modules -Provides-Extra: recommend -Provides-Extra: no-version -Provides-Extra: testing -License-File: LICENSE - -OEREBlex geoLink Formatter -========================== - -|license| |python version| |format| |status| |build status| |coverage report| |dependencies| |code quality| - -This is a small library, meant to be used in combination with OEREBlex. It is capable of parsing a received -geoLink response (XML) and converting it to multiple formats, such as HTML, which can be styled for -presentation. - -For detailed information, please refer to the online documentation: - -https://openoereb.github.io/geolink_formatter/ - -.. |license| image:: https://img.shields.io/pypi/l/geolink_formatter.svg - :target: https://pypi.org/project/geolink_formatter/ -.. |python version| image:: https://img.shields.io/pypi/pyversions/geolink_formatter.svg - :target: https://pypi.org/project/geolink_formatter/ -.. |format| image:: https://img.shields.io/pypi/format/geolink_formatter.svg - :target: https://pypi.org/project/geolink_formatter/ -.. |status| image:: https://img.shields.io/pypi/status/geolink_formatter.svg - :target: https://pypi.org/project/geolink_formatter/ -.. |build status| image:: https://travis-ci.org/openoereb/geolink_formatter.svg?branch=master - :target: https://travis-ci.org/openoereb/geolink_formatter -.. |coverage report| image:: https://codecov.io/gh/openoereb/geolink_formatter/branch/master/graph/badge.svg - :target: https://codecov.io/gh/openoereb/geolink_formatter -.. |dependencies| image:: https://img.shields.io/librariesio/github/openoereb/geolink_formatter.svg - :target: https://libraries.io/github/openoereb/geolink_formatter -.. |code quality| image:: https://api.codacy.com/project/badge/Grade/d2bb03f17bf3438cb295c0b5ea131ac8 - :target: https://www.codacy.com/app/openoereb/geolink_formatter?utm_source=github.com&utm_medium=referral&utm_content=openoereb/geolink_formatter&utm_campaign=Badge_Grade - - -# Changelog - -## 1.0.0 - -Supported GEO-Link API version: 20170214 (v1.0.0) - -- Initial version diff --git a/src/geolink2oereb.egg-info/SOURCES.txt b/src/geolink2oereb.egg-info/SOURCES.txt deleted file mode 100644 index ccfd752..0000000 --- a/src/geolink2oereb.egg-info/SOURCES.txt +++ /dev/null @@ -1,21 +0,0 @@ -LICENSE -MANIFEST.in -README.md -setup.cfg -setup.py -src/geolink2oereb/__init__.py -src/geolink2oereb/cli.py -src/geolink2oereb.egg-info/PKG-INFO -src/geolink2oereb.egg-info/SOURCES.txt -src/geolink2oereb.egg-info/dependency_links.txt -src/geolink2oereb.egg-info/entry_points.txt -src/geolink2oereb.egg-info/not-zip-safe -src/geolink2oereb.egg-info/requires.txt -src/geolink2oereb.egg-info/top_level.txt -src/geolink2oereb/lib/__init__.py -src/geolink2oereb/lib/interfaces/__init__.py -src/geolink2oereb/lib/interfaces/oerebkrmtrsfr/__init__.py -src/geolink2oereb/lib/interfaces/oerebkrmtrsfr/v2_0/__init__.py -src/geolink2oereb/lib/interfaces/oerebkrmtrsfr/v2_0/classes.py -src/geolink2oereb/lib/interfaces/oerebkrmtrsfr/v2_0/generators.py -src/geolink2oereb/lib/interfaces/pyramid_oereb/__init__.py \ No newline at end of file diff --git a/src/geolink2oereb.egg-info/dependency_links.txt b/src/geolink2oereb.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/src/geolink2oereb.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/geolink2oereb.egg-info/entry_points.txt b/src/geolink2oereb.egg-info/entry_points.txt deleted file mode 100644 index 33e29e0..0000000 --- a/src/geolink2oereb.egg-info/entry_points.txt +++ /dev/null @@ -1,2 +0,0 @@ -[console_scripts] -load_documents = geolink2oereb.cli.load_documents diff --git a/src/geolink2oereb.egg-info/not-zip-safe b/src/geolink2oereb.egg-info/not-zip-safe deleted file mode 100644 index 8b13789..0000000 --- a/src/geolink2oereb.egg-info/not-zip-safe +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/geolink2oereb.egg-info/requires.txt b/src/geolink2oereb.egg-info/requires.txt deleted file mode 100644 index 9960013..0000000 --- a/src/geolink2oereb.egg-info/requires.txt +++ /dev/null @@ -1,27 +0,0 @@ - -[no-version] -pluggy -pytest -pytest-cov -flake8 -requests-mock -Sphinx -sphinx_rtd_theme -pyramid_oereb[recommend] -six - -[recommend] -pluggy==1.0.0 -pytest==7.3.1 -pytest-cov==4.0.0 -flake8==6.0.0 -requests-mock==1.10.0 -Sphinx==6.2.1 -sphinx_rtd_theme==1.2.0 -pyramid_oereb[recommend]==2.4.3 -six==1.16.0 - -[testing] -WebTest>=1.3.1 -pytest -pytest-cov diff --git a/src/geolink2oereb.egg-info/top_level.txt b/src/geolink2oereb.egg-info/top_level.txt deleted file mode 100644 index 83f292f..0000000 --- a/src/geolink2oereb.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -geolink2oereb