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.1.tar.gz
(198.5 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.1.tar.gz.
File metadata
- Download URL: projectconnector-0.1.1.tar.gz
- Upload date:
- Size: 198.5 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 |
a1cd22092373c95454a3a5c0f9b892b978813d754debc39e6c6f4012bee02f5a
|
|
| MD5 |
03c04a3160a3e60416a88e1705b72d73
|
|
| BLAKE2b-256 |
765578549ef050b2a573f9c1489e82540457202f1b741516c01b2bc921d63413
|
File details
Details for the file projectconnector-0.1.1-py3-none-any.whl.
File metadata
- Download URL: projectconnector-0.1.1-py3-none-any.whl
- Upload date:
- Size: 100.6 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 |
98168a501bfdfe374e7048852a5f2002c2fca27f41f153b5e79958801b2d6ed9
|
|
| MD5 |
5c84f814ea4ee9f7082f8f0d527437de
|
|
| BLAKE2b-256 |
5938c8a4174c643a28e13e10d7244259a4bd337251497eb01c30d8e1c01ce9ba
|