{
"info": {
"author": "Ilyas Kuhlemann",
"author_email": "ilyasp.ku@gmail.com",
"bugtrack_url": null,
"classifiers": [],
"description": "jpkfile\n=======\n\njpkfile is a module for reading of data archives recorded with\n`JPK Instruments `_. \n\nInstall\n=======\n\nYou have the following three options to install jpkfile.\n\nvia pip\n-------\n\nThe simplest way, if you have internet access on the target device, is to install via `pip `_. In a command line type:\n\n.. code::\n\n $ pip install --user jpkfile\n\nvia source\n----------\n\nYou can also clone/download the source files from `jpkfile's project page `_. Navigate to your copy of the project folder in a command line and type:\n\n.. code::\n\n $ python setup.py install --user\n\nadd module to your :code:`PYTHONPATH`\n-------------------------------------\n\nCurrently :code:`jpkfile` has only one relevant python file :code:`jpkfile.py`, which makes \"installing\" straight-forward: you simply need to add the folder in which the .py file lies to your python path. \nOne way to do so is to add a *.pth* file containing the path to the folder as text to your user's *site-packages* folder:\n* On my Ubuntu 18.04 machine, the site-packages folder is at `/home//.local/lib/python3.7/site-packages`\n* If yours isn't there, you can figure it out by starting python in the command line and typing\n \n>>> import site\n>>> site.USER_SITE\n\n* Open a new file in a text editor, enter the path to the folder containing the jpkfile module.\n* Save the file into the site-packages folder.\n\nThat's it. You should now be able to import jpkfile anywhere on your system.\n\nFirst Steps\n===========\n\nYou can have a look at the :code:`read_data_from_jpk_archive.py` file, or, if you have jupyter/ipython notebook installed, at the :code:`read_data_from_jpk_archive.ipynb` file in the examples folder. Those examples show you first steps how to use the jpkfile module.\n\nDocumentation\n=============\n\nThe module is documented using sphinx. You can find a built version at `readthedocs.io `_, and also download it as PDF or HTML from there. \nAlternatively, you can build it yourself locally. The source files include a :code:`docs` folder, which contains all the contents for the documentation. It requires sphinx (I tested only version 2.0.1) and the sphinx_rtd_theme to build.\n\nLicense\n=======\n\nThe MIT License (MIT)\nCopyright (c) 2016 Ilyas Kuhlemann\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"description_content_type": "text/x-rst",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://gitlab.gwdg.de/ikuhlem/jpkfile",
"keywords": "",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "jpkfile",
"package_url": "https://pypi.org/project/jpkfile/",
"platform": "",
"project_url": "https://pypi.org/project/jpkfile/",
"project_urls": {
"Homepage": "https://gitlab.gwdg.de/ikuhlem/jpkfile"
},
"release_url": "https://pypi.org/project/jpkfile/1.4/",
"requires_dist": null,
"requires_python": "",
"summary": "Package to handle reading of files recorded with JPK instruments.",
"version": "1.4"
},
"last_serial": 5202898,
"releases": {
"1.0": [
{
"comment_text": "",
"digests": {
"md5": "0aacc3de4ae481e3340cee4b5495eaa2",
"sha256": "f661dbcc9db13a897436429193b5ad3d956d73a15d18b487b8781f3d30d536bd"
},
"downloads": -1,
"filename": "jpkfile-1.0.tar.gz",
"has_sig": false,
"md5_digest": "0aacc3de4ae481e3340cee4b5495eaa2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2502,
"upload_time": "2018-11-15T21:16:39",
"url": "https://files.pythonhosted.org/packages/45/5a/e62a068967bfa3c51f1b1648a3f75eb5faee28ae86e86b5f98256ab30c8a/jpkfile-1.0.tar.gz"
}
],
"1.1": [
{
"comment_text": "",
"digests": {
"md5": "e854cae39b5709dc9a4f2180c615a5a1",
"sha256": "5e2c9bfc45ca57f4facdca5ebd9e63b152d9b178b4f0e38425bf56e6b800ccfc"
},
"downloads": -1,
"filename": "jpkfile-1.1.tar.gz",
"has_sig": false,
"md5_digest": "e854cae39b5709dc9a4f2180c615a5a1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12531,
"upload_time": "2018-11-15T21:40:44",
"url": "https://files.pythonhosted.org/packages/cd/13/2047963ebbe7471be53e2d6be1699c77f8eb776dda067ea4d3b5b889f377/jpkfile-1.1.tar.gz"
}
],
"1.2": [
{
"comment_text": "",
"digests": {
"md5": "49415d194b20b74117ba1975f6550c6f",
"sha256": "3fb50c4eb73c4e66a9fea2ebf5ba068bad29ee3e589a8a03d8042430ff5088a7"
},
"downloads": -1,
"filename": "jpkfile-1.2.tar.gz",
"has_sig": false,
"md5_digest": "49415d194b20b74117ba1975f6550c6f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12536,
"upload_time": "2018-11-15T21:51:38",
"url": "https://files.pythonhosted.org/packages/c0/29/0d92b6058f259dedbeff2b02e95ff0fd45330b4d3f2c180f628ebbd1288d/jpkfile-1.2.tar.gz"
}
],
"1.3": [
{
"comment_text": "",
"digests": {
"md5": "a0599a5688f40cc780d3ac7f313c9b8c",
"sha256": "44ae405db740074e4257b7310ec0746baaa536390664bb5b818f564f423e33b0"
},
"downloads": -1,
"filename": "jpkfile-1.3.tar.gz",
"has_sig": false,
"md5_digest": "a0599a5688f40cc780d3ac7f313c9b8c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12736,
"upload_time": "2019-04-29T11:51:11",
"url": "https://files.pythonhosted.org/packages/b2/ba/0b2a2cb83a2560b310be220bc7fdbe54890df6a520f20fde197cd1be7dba/jpkfile-1.3.tar.gz"
}
],
"1.4": [
{
"comment_text": "",
"digests": {
"md5": "c5f0389bbd160af429577b5447aa3c81",
"sha256": "07d5a21e1086e652cf51b1284ae8d03b1f4c83d4a2b5589e8547ea28ff10f74e"
},
"downloads": -1,
"filename": "jpkfile-1.4.tar.gz",
"has_sig": false,
"md5_digest": "c5f0389bbd160af429577b5447aa3c81",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14598,
"upload_time": "2019-04-29T12:00:44",
"url": "https://files.pythonhosted.org/packages/ec/c9/1ec49edf849360246485fc8ccaa3900762696fbe9edba51124fea6b18255/jpkfile-1.4.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "c5f0389bbd160af429577b5447aa3c81",
"sha256": "07d5a21e1086e652cf51b1284ae8d03b1f4c83d4a2b5589e8547ea28ff10f74e"
},
"downloads": -1,
"filename": "jpkfile-1.4.tar.gz",
"has_sig": false,
"md5_digest": "c5f0389bbd160af429577b5447aa3c81",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14598,
"upload_time": "2019-04-29T12:00:44",
"url": "https://files.pythonhosted.org/packages/ec/c9/1ec49edf849360246485fc8ccaa3900762696fbe9edba51124fea6b18255/jpkfile-1.4.tar.gz"
}
]
}