Parser for XER written in Python
Project description
PyP6Xer Python Primavera P6 XER parser
PyXer 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("<filename>") # 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)
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
PyP6Xer-1.15.0.tar.gz
(42.2 kB
view details)
Built Distribution
PyP6Xer-1.15.0-py3-none-any.whl
(95.2 kB
view details)
File details
Details for the file PyP6Xer-1.15.0.tar.gz
.
File metadata
- Download URL: PyP6Xer-1.15.0.tar.gz
- Upload date:
- Size: 42.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3dda500a72887821291fe84c997ca21c577abff2f345cffc3ad0406eb1bdd7f8 |
|
MD5 | 4d558a5931fe234f6a410af7863c831f |
|
BLAKE2b-256 | 5ceddd2a20e38e22485daee30a361fd8232fb8f883770c35124b2b67062439a0 |
File details
Details for the file PyP6Xer-1.15.0-py3-none-any.whl
.
File metadata
- Download URL: PyP6Xer-1.15.0-py3-none-any.whl
- Upload date:
- Size: 95.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2495edeb6a6abc19e46062ad8d38305dc45382e3ba8ff8a12bfd0d3d2e1dd296 |
|
MD5 | f670c388c5cb274b7ee2c7097d77eb5a |
|
BLAKE2b-256 | e0eca38d0fbf0237ca57ce0d6823cd24a5cc8eb86c69e33c2a3ee635b5fff653 |