Skip to content

Commit

Permalink
- Adding CHANGELOG.txt to track the changes in PYPI
Browse files Browse the repository at this point in the history
- changing ObsPyDMT to obspyDMT in all files
  • Loading branch information
kasra-hosseini committed Feb 6, 2013
1 parent d73498e commit 4a1e578
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.3.0:
- obspyDMT:
* adding parallel retrieving and processing functionalities.
* fixing instrument correction using SAC and obspy.
* adding GMT 5 plots
* adding seismicity option
* adding IRIS event catalog
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE.txt
include README.txt
include CHANGELOG.txt
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ObsPyDMT
obspyDMT
========

Copyright
Expand All @@ -10,10 +10,10 @@ Copyright (c) 2012-2013 by:

Overview
--------
ObsPyDMT (ObsPy Data Management Tool) is a command line tool for retrieving,
obspyDMT (ObsPy Data Management Tool) is a command line tool for retrieving,
processing and management of massive seismic data in a fully automatic way
which could be run in serial or in parallel.
Moreover, complementary processing and managing tools have been designed
and introduced in addition to the ObsPyDMT options.
and introduced in addition to the obspyDMT options.
Because of the modular nature, different functionalities could be added easily
and/or each scripts can be used as a module for other programs.
2 changes: 1 addition & 1 deletion obspyDMT/compareDMT.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#-------------------------------------------------------------------
# Filename: compareDMT.py
# Purpose: ObsPyDMT Instrument Correction Analyser
# Purpose: obspyDMT Instrument Correction Analyser
# Author: Kasra Hosseini
# Email: hosseini@geophysik.uni-muenchen.de
# License: GPLv3
Expand Down
6 changes: 3 additions & 3 deletions obspyDMT/obspyDMT.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#-------------------------------------------------------------------
# Filename: obspyDMT.py
# Purpose: ObsPyDMT main program
# Purpose: obspyDMT main program
# Author: Kasra Hosseini
# Email: hosseini@geophysik.uni-muenchen.de
# License: GPLv3
Expand Down Expand Up @@ -185,7 +185,7 @@ def obspyDMT(**kwargs):
'---------------------'
bold = "\033[1m"
reset = "\033[0;0m"
print '\t\t' + bold + 'ObsPyDMT ' + reset + '(' + bold + 'ObsPy D' + \
print '\t\t' + bold + 'obspyDMT ' + reset + '(' + bold + 'ObsPy D' + \
reset + 'ata '+ bold + 'M' + reset + 'anagement ' + bold + 'T' + \
reset + 'ool)' + reset + '\n'
print '\t' + 'Automatic tool for Downloading, Processing and Management'
Expand Down Expand Up @@ -342,7 +342,7 @@ def obspyDMT(**kwargs):
print 'Thanks for using:' + '\n'
bold = "\033[1m"
reset = "\033[0;0m"
print '\t\t' + bold + 'ObsPyDMT ' + reset + '(' + bold + 'ObsPy D' + \
print '\t\t' + bold + 'obspyDMT ' + reset + '(' + bold + 'ObsPy D' + \
reset + 'ata '+ bold + 'M' + reset + 'anagement ' + bold + 'T' + \
reset + 'ool)' + reset + '\n'
print '------------------------------------------------------------'
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author_email = "hosseini@geophysik.uni-muenchen.de",
url = "https://github.com/kasra-hosseini/obspyDMT",
download_url = "https://github.com/kasra-hosseini/obspyDMT.git",
keywords = ["ObsPyDMT", "ObsPy", "Seismology"],
keywords = ["obspyDMT", "ObsPy", "Seismology"],
packages=["obspyDMT"],
entry_points = {
'console_scripts': [
Expand All @@ -27,11 +27,11 @@
"Topic :: Software Development :: Libraries :: Python Modules",
],
long_description = """\
ObsPyDMT (ObsPy Data Management Tool) is a command line tool for retrieving,
obspyDMT (ObsPy Data Management Tool) is a command line tool for retrieving,
processing and management of massive seismic data in a fully automatic way
which could be run in serial or in parallel.
Moreover, complementary processing and managing tools have been
designed and introduced in addition to the ObsPyDMT options.
designed and introduced in addition to the obspyDMT options.
Because of the modular nature, different functionalities could be added
easily and/or each obspyDMT can be used as a module for other programs.
"""
Expand Down

0 comments on commit 4a1e578

Please sign in to comment.