Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
bce88350
Commit
bce88350
authored
Jun 26, 2017
by
Daniel Scheffler
Browse files
Updated README.rst
updated __version__ and __versionalias__
parent
890ff68a
Pipeline
#221
passed with stages
in 40 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
bce88350
...
...
@@ -2,27 +2,34 @@
py_tools_ds
===========
A collection of Python tools by Daniel Scheffler.
* Free software: Apache Software License 2.0
* Documentation: http://danschef.gitext.gfz-potsdam.de/py_tools_ds/doc/
.. image:: https://img.shields.io/pypi/v/py_tools_ds.svg
Status
------
.. .. image:: https://img.shields.io/pypi/v/py_tools_ds.svg
:target: https://pypi.python.org/pypi/py_tools_ds
.. image:: https://img.shields.io/travis/danschef/py_tools_ds.svg
..
.. image:: https://img.shields.io/travis/danschef/py_tools_ds.svg
:target: https://travis-ci.org/danschef/py_tools_ds
.. image:: https://readthedocs.org/projects/py-tools-ds/badge/?version=latest
..
.. image:: https://readthedocs.org/projects/py-tools-ds/badge/?version=latest
:target: https://py-tools-ds.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/danschef/py_tools_ds/shield.svg
..
.. image:: https://pyup.io/repos/github/danschef/py_tools_ds/shield.svg
:target: https://pyup.io/repos/github/danschef/py_tools_ds/
:alt: Updates
.. image:: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/badges/master/build.svg
.. image:: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/badges/master/coverage.svg
A collection of Python tools by Daniel Scheffler.
* Free software: Apache Software License 2.0
* Documentation: https://py-tools-ds.readthedocs.io.
See also the latest coverage_ report.
Features
...
...
@@ -35,7 +42,7 @@ Installation
------------
* Use the pip-Installer:
pip install git+https://
danschef@
gitext.gfz-potsdam.de/danschef/py_tools_ds.git # for HTTPS authentification
pip install git+https://gitext.gfz-potsdam.de/danschef/py_tools_ds.git # for HTTPS authentification
pip install git+git@gitext.gfz-potsdam.de:danschef/py_tools_ds.git # for SSH-Key authentification
...
...
@@ -57,4 +64,5 @@ This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypack
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _coverage: http://danschef.gitext.gfz-potsdam.de/py_tools_ds/coverage/
py_tools_ds/__init__.py
View file @
bce88350
...
...
@@ -8,8 +8,8 @@ from . import similarity
from
.
import
web
from
.io.raster.GeoArray
import
GeoArray
__version__
=
'0.
1.4
'
__versionalias__
=
'2017062
2
_01'
__version__
=
'0.
2.0
'
__versionalias__
=
'2017062
6
_01'
__author__
=
'Daniel Scheffler'
# Validate GDAL version
...
...
setup.py
View file @
bce88350
...
...
@@ -17,7 +17,7 @@ test_requirements = requirements + ['coverage']
setup
(
name
=
'py_tools_ds'
,
version
=
'0.
1.4
'
,
version
=
'0.
2.0
'
,
description
=
"A collection of Python tools by Daniel Scheffler."
,
long_description
=
readme
+
'
\n\n
'
+
history
,
author
=
"Daniel Scheffler"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment