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.
- {scientificmicroservices-1.0.1/src/ScientificMicroservices.egg-info → scientificmicroservices-1.0.2}/PKG-INFO +2 -2
- {scientificmicroservices-1.0.1 → scientificmicroservices-1.0.2}/README.md +1 -1
- {scientificmicroservices-1.0.1 → scientificmicroservices-1.0.2}/pyproject.toml +1 -1
- {scientificmicroservices-1.0.1 → scientificmicroservices-1.0.2/src/ScientificMicroservices.egg-info}/PKG-INFO +2 -2
- {scientificmicroservices-1.0.1 → scientificmicroservices-1.0.2}/LICENSE +0 -0
- {scientificmicroservices-1.0.1 → scientificmicroservices-1.0.2}/setup.cfg +0 -0
- {scientificmicroservices-1.0.1 → scientificmicroservices-1.0.2}/src/ScientificMicroservices/__init__.py +0 -0
- {scientificmicroservices-1.0.1 → scientificmicroservices-1.0.2}/src/ScientificMicroservices/functions.py +0 -0
- {scientificmicroservices-1.0.1 → scientificmicroservices-1.0.2}/src/ScientificMicroservices.egg-info/SOURCES.txt +0 -0
- {scientificmicroservices-1.0.1 → scientificmicroservices-1.0.2}/src/ScientificMicroservices.egg-info/dependency_links.txt +0 -0
- {scientificmicroservices-1.0.1 → scientificmicroservices-1.0.2}/src/ScientificMicroservices.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ScientificMicroservices
|
|
3
|
-
Version: 1.0.
|
|
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
|
|
@@ -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.
|
|
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.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|