ScientificMicroservices 1.0.1__tar.gz → 1.0.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.4
2
2
  Name: ScientificMicroservices
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Easily call the APIs by Scientific Microservices. Requires an API key to be registered (currently via RapidAPI)
5
5
  Author-email: Jegar Pitchforth <jegar@scientificmicroservices.com>, Jac Davis <jac@scientificmicroservices.com>
6
6
  Maintainer-email: Jegar Pitchforth <jegar@scientificmicroservices.com>
@@ -34,7 +34,7 @@ Install the package using pip:
34
34
  pip install ScientificMicroservices
35
35
  ```
36
36
 
37
- Usage
37
+ ## Usage
38
38
  Here's a basic example of how to use the wrapper:
39
39
 
40
40
  ```python
@@ -18,7 +18,7 @@ Install the package using pip:
18
18
  pip install ScientificMicroservices
19
19
  ```
20
20
 
21
- Usage
21
+ ## Usage
22
22
  Here's a basic example of how to use the wrapper:
23
23
 
24
24
  ```python
@@ -3,7 +3,7 @@ requires = ["setuptools >= 77.0.3", "requests"]
3
3
  build-backend = "setuptools.build_meta"
4
4
  [project]
5
5
  name = "ScientificMicroservices"
6
- version = "1.0.1"
6
+ version = "1.0.2"
7
7
  authors = [{ name="Jegar Pitchforth", email="jegar@scientificmicroservices.com"}, { name="Jac Davis", email="jac@scientificmicroservices.com"}]
8
8
  maintainers = [{ name="Jegar Pitchforth", email="jegar@scientificmicroservices.com"}]
9
9
  description = "Easily call the APIs by Scientific Microservices. Requires an API key to be registered (currently via RapidAPI)"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ScientificMicroservices
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Easily call the APIs by Scientific Microservices. Requires an API key to be registered (currently via RapidAPI)
5
5
  Author-email: Jegar Pitchforth <jegar@scientificmicroservices.com>, Jac Davis <jac@scientificmicroservices.com>
6
6
  Maintainer-email: Jegar Pitchforth <jegar@scientificmicroservices.com>
@@ -34,7 +34,7 @@ Install the package using pip:
34
34
  pip install ScientificMicroservices
35
35
  ```
36
36
 
37
- Usage
37
+ ## Usage
38
38
  Here's a basic example of how to use the wrapper:
39
39
 
40
40
  ```python