PyXerRemote Python Primavera P6 XER parser for remote files
PyXerRemote is a branch of PyP6Xer which is an open source project to parse Primavera xer files in python. The project is work in progress and open for community contributions.
In order to install a copy in your system you can use pip package manager as follows:
pip install PyP6XER
The usage of the library is fairly simple and the import examples can be:
from xerparser.reader import Reader
Here are some examples of reading and parsing xer files:
xer = Reader("url") # this returns a reader object
to reade all projects in file as one xer file may have multiple projects stored into it:
for project in xer.projects:
print(project)
Release files for PyP6XerRemote 1.17.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyP6XerRemote-1.17.0.tar.gz | 42.4 kB | Details |
Release files / PyP6XerRemote-1.17.0.tar.gz
| Download URL | PyP6XerRemote-1.17.0.tar.gz |
|---|---|
| Size | 42.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d87f76cb8eddf5194205601bec2059cc379ec9138252c2f818772ced1d64f863
|
|
BLAKE2b-256 checksum How to use checksums |
9461ab7e95fe75c07d590b2126c2664b9fac767a9909d508cb8625e209abb6ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.10
|