From 54e4c36512e20e6e280d6bf4b9f272818d485711 Mon Sep 17 00:00:00 2001 From: runner Date: Thu, 8 Sep 2022 19:27:51 +0000 Subject: [PATCH] [CI AUTO] Sync triggered by generalpackager --- README.md | 12 +++++------- metadata.json | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0ce96be..3fbe776 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Handle all your optional dependencies with a single call! ## Contents
 generalimport
-├─ Contents
 ├─ Examples
 │  ├─ Minimal Example
 │  ├─ Tests Showcase
@@ -13,8 +12,7 @@ Handle all your optional dependencies with a single call!
 ├─ Installation
 ├─ Information
 ├─ Attributes
-├─ Contributions
-└─ Todo
+└─ Contributions
 
## Examples @@ -23,7 +21,7 @@ Handle all your optional dependencies with a single call! Call `GeneralImporter` before importing any optional dependencies. -Here is a simple minimal example: +Here is a minimal example: ``` python from generalimport import GeneralImporter @@ -50,7 +48,7 @@ Simply import your optional package and use it like you would any package and le ### Tests Showcase The beauty of this package is that the error raised isn't just any exception. -It has two bases classes: `unittest.case.SkipTest` and `_pytest.outcomes.Skipped` (If available). +It has two base classes: `unittest.case.SkipTest` and `_pytest.outcomes.Skipped` (If available). This means that if a test method uses an uninstalled optional package then that test is automatically skipped. This means no more manual skip decorators for optional dependencies! @@ -107,7 +105,7 @@ You can also write `GeneralImporter("*")` to make **any** package importable. ## Information | Package | Ver | Latest Release | Python | Platform | Lvl | Todo | Cover | |:-----------------------------------------------------------------|:-------------------------------------------------|:----------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------|------:|:----------------------------------------------------------|:--------| -| [generalimport](https://github.com/ManderaGeneral/generalimport) | [0.1.1](https://pypi.org/project/generalimport/) | 2022-09-08 19:53 CEST | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/), [3.10](https://www.python.org/downloads/release/python-3100/) | Windows, Ubuntu | 0 | [0](https://github.com/ManderaGeneral/generalimport#Todo) | 97.3 % | +| [generalimport](https://github.com/ManderaGeneral/generalimport) | [0.1.2](https://pypi.org/project/generalimport/) | 2022-09-08 21:27 CEST | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/), [3.10](https://www.python.org/downloads/release/python-3100/) | Windows, Ubuntu | 0 | [0](https://github.com/ManderaGeneral/generalimport#Todo) | 97.3 % | ## Attributes
@@ -135,5 +133,5 @@ Pull requests are **not wanted**, please discuss with me before investing any ti
 
 
 
-Generated 2022-09-08 20:40 CEST for commit master.
+Generated 2022-09-08 21:27 CEST for commit master.
 
diff --git a/metadata.json b/metadata.json
index f7a58ba..cedb8c5 100644
--- a/metadata.json
+++ b/metadata.json
@@ -7,7 +7,7 @@
     "private": false,
     "name": "generalimport",
     "target": "python",
-    "version": "0.1.1",
+    "version": "0.1.2",
     "description": "Handle all your optional dependencies with a single call!",
     "topics": [],
     "manifest": []
diff --git a/setup.py b/setup.py
index af2b5c8..393fbba 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@
     name="generalimport",
     author='Rickard "Mandera" Abraham',
     author_email="rickard.abraham@gmail.com",
-    version="0.1.1",
+    version="0.1.2",
     description="Handle all your optional dependencies with a single call!",
     long_description=long_description,
     long_description_content_type="text/markdown",