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.16.0.tar.gz (42.3 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for PyP6XerRemote-1.16.0.tar.gz
Algorithm Hash digest
SHA256 fafe7714a8ea69e44d58a8c76a7fd03c0b8cab38c2e9069c4d6184a057ca4e1c
MD5 d23ad7b73bddc727d42403e509a38d3d
BLAKE2b-256 db42899734c2ff5cd6e36c71d96204319c52b22d9c259f0400b11e734a3010ef

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