Skip to main content

Parser for XER written in Python

Project description

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)

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

PyP6XerRemote-1.17.0.tar.gz (42.4 kB view details)

Uploaded Source

File details

Details for the file PyP6XerRemote-1.17.0.tar.gz.

File metadata

  • Download URL: PyP6XerRemote-1.17.0.tar.gz
  • Upload date:
  • Size: 42.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for PyP6XerRemote-1.17.0.tar.gz
Algorithm Hash digest
SHA256 d87f76cb8eddf5194205601bec2059cc379ec9138252c2f818772ced1d64f863
MD5 d44e6a4c412041bf29bc466961a655a3
BLAKE2b-256 9461ab7e95fe75c07d590b2126c2664b9fac767a9909d508cb8625e209abb6ad

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page