xlwings-utils 0.0.0__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.

Potentially problematic release.


This version of xlwings-utils might be problematic. Click here for more details.

@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: xlwings_utils
3
+ Version: 0.0.0
4
+ Summary: xlwings_utils
5
+ Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
+ Project-URL: Homepage, https://github.com/salabim/xlwings_utils
7
+ Project-URL: Repository, https://github.com/salabim/xlwings_utils
8
+ Classifier: Development Status :: 5 - Production/Stable
9
+ Classifier: Programming Language :: Python :: 3 :: Only
10
+ Requires-Python: >=3.9
11
+ Description-Content-Type: text/markdown
12
+ Requires-Dist: dropbox
13
+
14
+ # xlwings_utils
15
+
16
+ ## Introduction
17
+
18
+ Badges
19
+
20
+ ![PyPI](https://img.shields.io/pypi/v/xlwings_utils) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/xlwings_utils) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/xlwings_utils)
21
+ ![PyPI - License](https://img.shields.io/pypi/l/xlwings_utils) ![ruff](https://img.shields.io/badge/style-ruff-41B5BE?style=flat)
22
+ ![GitHub last commit](https://img.shields.io/github/last-commit/salabim/peek)
23
+
@@ -0,0 +1,10 @@
1
+ # xlwings_utils
2
+
3
+ ## Introduction
4
+
5
+ Badges
6
+
7
+ ![PyPI](https://img.shields.io/pypi/v/xlwings_utils) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/xlwings_utils) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/xlwings_utils)
8
+ ![PyPI - License](https://img.shields.io/pypi/l/xlwings_utils) ![ruff](https://img.shields.io/badge/style-ruff-41B5BE?style=flat)
9
+ ![GitHub last commit](https://img.shields.io/github/last-commit/salabim/peek)
10
+
@@ -0,0 +1,36 @@
1
+ [build-system]
2
+ requires = [
3
+ "setuptools",
4
+ ]
5
+ build-backend = "setuptools.build_meta"
6
+
7
+ [project]
8
+ name = "xlwings_utils"
9
+ authors = [
10
+ { name = "Ruud van der Ham", email = "rt.van.der.ham@gmail.com" },
11
+ ]
12
+ description = "xlwings_utils"
13
+ version = "0.0.0"
14
+ readme = "README.md"
15
+ requires-python = ">=3.9"
16
+ dependencies = [
17
+ "dropbox",
18
+ ]
19
+ classifiers = [
20
+ "Development Status :: 5 - Production/Stable",
21
+ "Programming Language :: Python :: 3 :: Only",
22
+ ]
23
+
24
+ [project.urls]
25
+ Homepage = "https://github.com/salabim/xlwings_utils"
26
+ Repository = "https://github.com/salabim/xlwings_utils"
27
+
28
+ [tool.setuptools]
29
+ packages = [
30
+ "xlwings_utils",
31
+ ]
32
+
33
+ [tool.setuptools.package-data]
34
+ "*" = [
35
+ "*.json",
36
+ ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,2 @@
1
+ from .xlwings_utils import *
2
+ from .xlwings_utils import __version__
@@ -0,0 +1,9 @@
1
+ # _ _ _ _ _
2
+ # __ __| |__ __(_) _ __ __ _ ___ _ _ | |_ (_)| | ___
3
+ # \ \/ /| |\ \ /\ / /| || '_ \ / _` |/ __| | | | || __|| || |/ __|
4
+ # > < | | \ V V / | || | | || (_| |\__ \ | |_| || |_ | || |\__ \
5
+ # /_/\_\|_| \_/\_/ |_||_| |_| \__, ||___/ _____ \__,_| \__||_||_||___/
6
+ # |___/ |_____|
7
+
8
+ __version__ = "0.0.0"
9
+
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: xlwings_utils
3
+ Version: 0.0.0
4
+ Summary: xlwings_utils
5
+ Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
+ Project-URL: Homepage, https://github.com/salabim/xlwings_utils
7
+ Project-URL: Repository, https://github.com/salabim/xlwings_utils
8
+ Classifier: Development Status :: 5 - Production/Stable
9
+ Classifier: Programming Language :: Python :: 3 :: Only
10
+ Requires-Python: >=3.9
11
+ Description-Content-Type: text/markdown
12
+ Requires-Dist: dropbox
13
+
14
+ # xlwings_utils
15
+
16
+ ## Introduction
17
+
18
+ Badges
19
+
20
+ ![PyPI](https://img.shields.io/pypi/v/xlwings_utils) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/xlwings_utils) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/xlwings_utils)
21
+ ![PyPI - License](https://img.shields.io/pypi/l/xlwings_utils) ![ruff](https://img.shields.io/badge/style-ruff-41B5BE?style=flat)
22
+ ![GitHub last commit](https://img.shields.io/github/last-commit/salabim/peek)
23
+
@@ -0,0 +1,9 @@
1
+ README.md
2
+ pyproject.toml
3
+ xlwings_utils/__init__.py
4
+ xlwings_utils/xlwings_utils.py
5
+ xlwings_utils.egg-info/PKG-INFO
6
+ xlwings_utils.egg-info/SOURCES.txt
7
+ xlwings_utils.egg-info/dependency_links.txt
8
+ xlwings_utils.egg-info/requires.txt
9
+ xlwings_utils.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ xlwings_utils