No project description provided
Project description
Project
A Basic Win32 Python Controller for Microsoft Project. It requires an installed Microsoft Project license. Not affiliated with Microsoft.
Example:
from msproject import Project, Task
project = Project(r"C:\Users\mrebu\Desktop\trackprj.mpp")
print(project.name)
task: Task
for t in project.tasks:
print(t.name)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
projectconnector-0.1.2.tar.gz
(199.0 kB
view details)
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
File details
Details for the file projectconnector-0.1.2.tar.gz.
File metadata
- Download URL: projectconnector-0.1.2.tar.gz
- Upload date:
- Size: 199.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.8 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00e53b9dcdef7a33add4d57356084796966a2d67cfcb32b393a29f8023c6d4ad
|
|
| MD5 |
a78ebbff64fdc7197069101e5d5fb2f7
|
|
| BLAKE2b-256 |
07f16f1eb9d387b83f16f59730dc3afed23ec95030453ccadbf87aadcae7103d
|
File details
Details for the file projectconnector-0.1.2-py3-none-any.whl.
File metadata
- Download URL: projectconnector-0.1.2-py3-none-any.whl
- Upload date:
- Size: 101.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.8 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ae3d3799bbacbb73f876c9dd7899aeea81f90f8455a1f04f4beab362ce7b5f1
|
|
| MD5 |
83176d8a11390f9885fe610337c8d1fe
|
|
| BLAKE2b-256 |
8348174e6482bcf948b2beb4cd5461a26090f1777738554156acc22585ad0085
|