chilkat 1.0.1__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.
- chilkat-1.0.1/PKG-INFO +20 -0
- chilkat-1.0.1/README.md +8 -0
- chilkat-1.0.1/chilkat/__init__.py +0 -0
- chilkat-1.0.1/chilkat/_chilkat.pyd +0 -0
- chilkat-1.0.1/chilkat/chilkat.py +32127 -0
- chilkat-1.0.1/chilkat/testChilkat.py +39 -0
- chilkat-1.0.1/chilkat.egg-info/PKG-INFO +20 -0
- chilkat-1.0.1/chilkat.egg-info/SOURCES.txt +10 -0
- chilkat-1.0.1/chilkat.egg-info/dependency_links.txt +1 -0
- chilkat-1.0.1/chilkat.egg-info/top_level.txt +1 -0
- chilkat-1.0.1/setup.cfg +4 -0
- chilkat-1.0.1/setup.py +36 -0
chilkat-1.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: chilkat
|
|
3
|
+
Version: 1.0.1
|
|
4
|
+
Summary: Chilkat Python Module (CkPython)
|
|
5
|
+
Author: Chilkat Software
|
|
6
|
+
Author-email: info@chilkatsoft.com
|
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
|
8
|
+
Classifier: License :: Other/Proprietary License
|
|
9
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
10
|
+
Requires-Python: >=3.6
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
|
|
13
|
+
# Chilkat Module for Python3 (CkPython)
|
|
14
|
+
|
|
15
|
+
## Overview
|
|
16
|
+
|
|
17
|
+
The Chilkat module for Python. For more information, see:
|
|
18
|
+
|
|
19
|
+
[Reference Documentation](https://www.chilkatsoft.com/refdoc/ckpython.asp "CkPython Reference Documentation")
|
|
20
|
+
[Example Code](https://www.example-code.com/python/default.asp "CkPython Examples")
|
chilkat-1.0.1/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Chilkat Module for Python3 (CkPython)
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
The Chilkat module for Python. For more information, see:
|
|
6
|
+
|
|
7
|
+
[Reference Documentation](https://www.chilkatsoft.com/refdoc/ckpython.asp "CkPython Reference Documentation")
|
|
8
|
+
[Example Code](https://www.example-code.com/python/default.asp "CkPython Examples")
|
|
File without changes
|
|
Binary file
|