PyP6Xer


NamePyP6Xer JSON
Version 1.15.0 PyPI version JSON
download
home_page
SummaryParser for XER written in Python
upload_time2023-06-28 11:15:42
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.
            # 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)
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "PyP6Xer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Hassan",
    "author_email": "hassan.emam@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5c/ed/dd2a20e38e22485daee30a361fd8232fb8f883770c35124b2b67062439a0/PyP6Xer-1.15.0.tar.gz",
    "platform": null,
    "description": "# PyP6Xer Python Primavera P6 XER parser\r\nPyXer is an open source project to parse Primavera xer files in python. The project is work in progress and open for community contributions. \r\n\r\nIn order to install a copy in your system you can use pip package manager as follows:\r\n\r\n``` \r\npip install PyP6XER\r\n```\r\n\r\nThe usage of the library is fairly simple and the import examples can be:\r\n\r\n```\r\nfrom xerparser.reader import Reader\r\n```\r\n\r\nHere are some examples of reading and parsing xer files:\r\n\r\n```\r\nxer = Reader(\"<filename>\") # this returns a reader object  \r\n```\r\n\r\nto reade all projects in file as one xer file may have multiple projects stored into it:\r\n\r\n```\r\nfor project in xer.projects:\r\n  print(project)\r\n```\r\n",
    "bugtrack_url": null,
    "license": "GNU GENERAL PUBLIC LICENSE",
    "summary": "Parser for XER written in Python",
    "version": "1.15.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0eca38d0fbf0237ca57ce0d6823cd24a5cc8eb86c69e33c2a3ee635b5fff653",
                "md5": "f670c388c5cb274b7ee2c7097d77eb5a",
                "sha256": "2495edeb6a6abc19e46062ad8d38305dc45382e3ba8ff8a12bfd0d3d2e1dd296"
            },
            "downloads": -1,
            "filename": "PyP6Xer-1.15.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f670c388c5cb274b7ee2c7097d77eb5a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 95168,
            "upload_time": "2023-06-28T11:15:40",
            "upload_time_iso_8601": "2023-06-28T11:15:40.779368Z",
            "url": "https://files.pythonhosted.org/packages/e0/ec/a38d0fbf0237ca57ce0d6823cd24a5cc8eb86c69e33c2a3ee635b5fff653/PyP6Xer-1.15.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ceddd2a20e38e22485daee30a361fd8232fb8f883770c35124b2b67062439a0",
                "md5": "4d558a5931fe234f6a410af7863c831f",
                "sha256": "3dda500a72887821291fe84c997ca21c577abff2f345cffc3ad0406eb1bdd7f8"
            },
            "downloads": -1,
            "filename": "PyP6Xer-1.15.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4d558a5931fe234f6a410af7863c831f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 42160,
            "upload_time": "2023-06-28T11:15:42",
            "upload_time_iso_8601": "2023-06-28T11:15:42.414622Z",
            "url": "https://files.pythonhosted.org/packages/5c/ed/dd2a20e38e22485daee30a361fd8232fb8f883770c35124b2b67062439a0/PyP6Xer-1.15.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 11:15:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyp6xer"
}
        
Elapsed time: 0.22589s