btrievePython 16.0.67.0__tar.gz → 16.0.70.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.
- {btrievepython-16.0.67.0/btrievePython.egg-info → btrievepython-16.0.70.0}/PKG-INFO +1 -2
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0/btrievePython.egg-info}/PKG-INFO +1 -2
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/pyproject.toml +2 -2
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/setup.cfg +1 -1
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/LICENSE.txt +0 -0
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/MANIFEST.in +0 -0
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/README.md +0 -0
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/btrievePython/__init__.py +0 -0
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/btrievePython/btrieveC.h +0 -0
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/btrievePython/btrieveCpp.h +0 -0
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/btrievePython/btrievePython.cpp +0 -0
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/btrievePython/win32/btrieveCpp.lib +0 -0
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/btrievePython/win64/btrieveCpp.lib +0 -0
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/btrievePython.egg-info/SOURCES.txt +0 -0
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/btrievePython.egg-info/dependency_links.txt +0 -0
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/btrievePython.egg-info/top_level.txt +0 -0
- {btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: btrievePython
|
|
3
|
-
Version: 16.0.
|
|
3
|
+
Version: 16.0.70.0
|
|
4
4
|
Summary: Btrieve Python provides a Client API for Actian Zen
|
|
5
5
|
Home-page: https://www.actian.com/databases/zen
|
|
6
6
|
Author: Actian Corporation
|
|
@@ -172,7 +172,6 @@ Project-URL: Product Forum, https://communities.actian.com/s/actian-zen
|
|
|
172
172
|
Project-URL: Documentation, https://docs.actian.com/zen
|
|
173
173
|
Project-URL: Download Actian Zen, https://esd.actian.com/product
|
|
174
174
|
Classifier: License :: Other/Proprietary License
|
|
175
|
-
Classifier: Operating System :: MacOS
|
|
176
175
|
Classifier: Operating System :: Microsoft :: Windows
|
|
177
176
|
Classifier: Operating System :: POSIX :: Linux
|
|
178
177
|
Classifier: Programming Language :: C++
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: btrievePython
|
|
3
|
-
Version: 16.0.
|
|
3
|
+
Version: 16.0.70.0
|
|
4
4
|
Summary: Btrieve Python provides a Client API for Actian Zen
|
|
5
5
|
Home-page: https://www.actian.com/databases/zen
|
|
6
6
|
Author: Actian Corporation
|
|
@@ -172,7 +172,6 @@ Project-URL: Product Forum, https://communities.actian.com/s/actian-zen
|
|
|
172
172
|
Project-URL: Documentation, https://docs.actian.com/zen
|
|
173
173
|
Project-URL: Download Actian Zen, https://esd.actian.com/product
|
|
174
174
|
Classifier: License :: Other/Proprietary License
|
|
175
|
-
Classifier: Operating System :: MacOS
|
|
176
175
|
Classifier: Operating System :: Microsoft :: Windows
|
|
177
176
|
Classifier: Operating System :: POSIX :: Linux
|
|
178
177
|
Classifier: Programming Language :: C++
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = 'btrievePython'
|
|
3
|
-
version = '16.00.
|
|
3
|
+
version = '16.00.070.000'
|
|
4
4
|
authors = [ { name = 'Actian Corporation' }, { email = 'community.admin@actian.com' } ]
|
|
5
5
|
description = 'Btrieve Python provides a Client API for Actian Zen'
|
|
6
6
|
readme = 'README.md'
|
|
@@ -8,7 +8,7 @@ requires-python = '>=3.7'
|
|
|
8
8
|
classifiers = [
|
|
9
9
|
'License :: Other/Proprietary License',
|
|
10
10
|
#'Operating System :: Android',
|
|
11
|
-
'Operating System :: MacOS',
|
|
11
|
+
#'Operating System :: MacOS',
|
|
12
12
|
'Operating System :: Microsoft :: Windows',
|
|
13
13
|
'Operating System :: POSIX :: Linux',
|
|
14
14
|
#'Operating System :: iOS',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{btrievepython-16.0.67.0 → btrievepython-16.0.70.0}/btrievePython.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|