Skip to main content

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


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

Uploaded Source

File details

Details for the file PyP6Xer-1.11.10.tar.gz.

File metadata

  • Download URL: PyP6Xer-1.11.10.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5

File hashes

Hashes for PyP6Xer-1.11.10.tar.gz
Algorithm Hash digest
SHA256 457c8bd0adf6dca6c89e9406e017eac561e4abf7ceaa9b94f21aa0d04020eb76
MD5 bc795d8d0108ac776d413bcf0927d706
BLAKE2b-256 7fafedeb7c5510bca52f5922a120f66587392f0787b267c6194a19bccc447833

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