PyP6XerRemote


NamePyP6XerRemote JSON
Version 1.17.0 PyPI version JSON
download
home_page
SummaryParser for XER written in Python
upload_time2023-08-28 13:23:30
maintainer
docs_urlNone
authorHassan
requires_python
licenseGNU GENERAL PUBLIC LICENSE
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "PyP6XerRemote",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Hassan",
    "author_email": "hassan.emam@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/94/61/ab7e95fe75c07d590b2126c2664b9fac767a9909d508cb8625e209abb6ad/PyP6XerRemote-1.17.0.tar.gz",
    "platform": null,
    "description": "# PyXerRemote Python Primavera P6 XER parser for remote files\nPyXerRemote 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. \n\nIn order to install a copy in your system you can use pip package manager as follows:\n\n``` \npip install PyP6XER\n```\n\nThe usage of the library is fairly simple and the import examples can be:\n\n```\nfrom xerparser.reader import Reader\n```\n\nHere are some examples of reading and parsing xer files:\n\n```\nxer = Reader(\"url\") # this returns a reader object  \n```\n\nto reade all projects in file as one xer file may have multiple projects stored into it:\n\n```\nfor project in xer.projects:\n  print(project)\n```\n",
    "bugtrack_url": null,
    "license": "GNU GENERAL PUBLIC LICENSE",
    "summary": "Parser for XER written in Python",
    "version": "1.17.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9461ab7e95fe75c07d590b2126c2664b9fac767a9909d508cb8625e209abb6ad",
                "md5": "d44e6a4c412041bf29bc466961a655a3",
                "sha256": "d87f76cb8eddf5194205601bec2059cc379ec9138252c2f818772ced1d64f863"
            },
            "downloads": -1,
            "filename": "PyP6XerRemote-1.17.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d44e6a4c412041bf29bc466961a655a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 42388,
            "upload_time": "2023-08-28T13:23:30",
            "upload_time_iso_8601": "2023-08-28T13:23:30.124704Z",
            "url": "https://files.pythonhosted.org/packages/94/61/ab7e95fe75c07d590b2126c2664b9fac767a9909d508cb8625e209abb6ad/PyP6XerRemote-1.17.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-28 13:23:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyp6xerremote"
}
        
Elapsed time: 0.93371s