imsciences 0.6.1.0__tar.gz → 0.6.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imsciences
3
- Version: 0.6.1.0
3
+ Version: 0.6.1.2
4
4
  Summary: IMS Data Processing Package
5
5
  Author: IMS
6
6
  Author-email: cam@im-sciences.com
@@ -12,6 +12,7 @@ Classifier: Operating System :: Unix
12
12
  Classifier: Operating System :: MacOS :: MacOS X
13
13
  Classifier: Operating System :: Microsoft :: Windows
14
14
  Description-Content-Type: text/markdown
15
+ Requires-Dist: pandas
15
16
 
16
17
  # IMS Package Documentation
17
18
 
@@ -1581,6 +1581,7 @@ class datapull:
1581
1581
 
1582
1582
  def pull_macro(self, country: str = "GBR", week_commencing: str = "mon"):
1583
1583
  # Change country input to list
1584
+ print("")
1584
1585
  countries_list = [country]
1585
1586
 
1586
1587
  # Check if the data wants to be inputted at any other week commencing date
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imsciences
3
- Version: 0.6.1.0
3
+ Version: 0.6.1.2
4
4
  Summary: IMS Data Processing Package
5
5
  Author: IMS
6
6
  Author-email: cam@im-sciences.com
@@ -12,6 +12,7 @@ Classifier: Operating System :: Unix
12
12
  Classifier: Operating System :: MacOS :: MacOS X
13
13
  Classifier: Operating System :: Microsoft :: Windows
14
14
  Description-Content-Type: text/markdown
15
+ Requires-Dist: pandas
15
16
 
16
17
  # IMS Package Documentation
17
18
 
@@ -8,7 +8,7 @@ def read_md(file_name):
8
8
  return f.read()
9
9
  return ''
10
10
 
11
- VERSION = '0.6.1.0'
11
+ VERSION = '0.6.1.2'
12
12
  DESCRIPTION = 'IMS Data Processing Package'
13
13
  LONG_DESCRIPTION = read_md('README.md') # Reading from README.md
14
14
 
File without changes
File without changes