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

Uploaded Source

File details

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

File metadata

  • Download URL: PyP6XerRemote-1.15.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.15.0.tar.gz
Algorithm Hash digest
SHA256 7933669b2ba827153dbee533d1988f49c819b89ccea82d719ee0447ae87c748d
MD5 280370d9d00ab140e74405e5111b16c9
BLAKE2b-256 81263016267e8082626adb60f978bef2df93750313a2a3b2784fbd9f4b7b7a61

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