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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

PyP6Xer-1.14.2-py3-none-any.whl (91.7 kB view details)

Uploaded Python 3

File details

Details for the file PyP6Xer-1.14.2-py3-none-any.whl.

File metadata

  • Download URL: PyP6Xer-1.14.2-py3-none-any.whl
  • Upload date:
  • Size: 91.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.10

File hashes

Hashes for PyP6Xer-1.14.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1dc3251c693740bfea64b5b63055dcadb89ca0085108ea63c7d5d59d9fa1d606
MD5 5873b99a3e2bcb93366074ff7061e3aa
BLAKE2b-256 0d6ee486b101a0018f2c9e14bbd54eaa9509ab93d559a9fd422c518507f4a040

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