A pandas helper to interact with MS Dynamics
Project description
Intergation between pandas and MS Dynamics CE / CRM / CDS
A Helper pip package for pandas interaction with MS Dynamics instances.
The code will try to clean up data available in MS Dynamics instance by casting to correct Python types and pushing it pandas' DataFrame.
Reading entity data to dataframe:
import dynamics
# Create a dataframe which will hold needed information
data = pandas.DataFrame()
data.dynamics.connect(
'https://instance.crm4.dynamics.com',
'user@instance.onmicrosoft.com',
'password').entity("prefix_entity").read()
print(data)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
dynamics-0.5.1-py3-none-any.whl
(12.2 kB
view details)
File details
Details for the file dynamics-0.5.1-py3-none-any.whl.
File metadata
- Download URL: dynamics-0.5.1-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e65e19c810cd2a27b877034b182bf0bfa921f555122e5c6625177b78b852b7cf
|
|
| MD5 |
dafe26def8b5bf9807a8f631dd021b21
|
|
| BLAKE2b-256 |
b337248fa04e25ab2f24731c3b29e2acea9ea7a48e4809da5eeee6629242e7b1
|