Parser for XER written in Python
Project description
Fork from original https://github.com/HassanEmam/PyP6Xer
This package is a fork from original maintained with fixes and changes to handle cases and optimizations not comonly found in standard usage
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 pyp6xer_patch-1.1.1.tar.gz.
File metadata
- Download URL: pyp6xer_patch-1.1.1.tar.gz
- Upload date:
- Size: 39.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56832f85fe2326d063176697e44057d83bb880c56752fa4329688073314c9d01
|
|
| MD5 |
9a02b838ad87ecba201994dfa415ed61
|
|
| BLAKE2b-256 |
eea22de121107afe7de8fabd37a34a17cb734f5063cbd74cbcc5ceb8cd619370
|
File details
Details for the file PyP6Xer_patch-1.1.1-py3-none-any.whl.
File metadata
- Download URL: PyP6Xer_patch-1.1.1-py3-none-any.whl
- Upload date:
- Size: 89.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48378a8cd57fef51e82184f5cc13c20f0705b7550cd862767753ac8862dd2a23
|
|
| MD5 |
541fa653c235b8cf962db8e55bf4ed8d
|
|
| BLAKE2b-256 |
e53b2f53dfd9a3d31a71d60dc4695ce8a23bec60ff98021a12f42e1cb5538230
|