pds-doi-core

View on PyPIReverse Dependencies (0)

1.0.0 pds_doi_core-1.0.0-py3-none-any.whl

Wheel Details

Project: pds-doi-core
Version: 1.0.0
Filename: pds_doi_core-1.0.0-py3-none-any.whl
Download: [link]
Size: 93990
MD5: 3d0d1be2c494588f71294ffafeb3d9c2
SHA256: 1bbe3540570d8dd54f8298ea5c2eda335eb13e31ad616a7dc2dcee4c0b27eae2
Uploaded: 2020-10-13 21:48:08 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pds-doi-core
Version: 1.0.0
Summary: short description of my pds module, less than 100-120 characters
Author: pds
Author-Email: pds_operator[at]jpl.nasa.gov
Home-Page: https://github.com/NASA-PDS/pds-template-python
Download-Url: https://github.com/NASA-PDS/pds-template-python/releases/download/....
License: apache-2.0
Keywords: pds,doi,osti,dataCite
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: appdirs (>=1.4)
Requires-Dist: beautifulsoup4 (==4.8.2)
Requires-Dist: bs4 (==0.0.1)
Requires-Dist: certifi (==2020.4.5.1)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: distlib (==0.3.1)
Requires-Dist: filelock (==3.0.12)
Requires-Dist: idna (==2.9)
Requires-Dist: importlib-metadata (==1.5.0)
Requires-Dist: importlib-resources (==3.0.0)
Requires-Dist: lxml (>=4.5)
Requires-Dist: nltk (==3.5)
Requires-Dist: numpy (>=1.18)
Requires-Dist: pandas (>=1.0)
Requires-Dist: pystache (>=0.5)
Requires-Dist: python-dateutil (>=2.8)
Requires-Dist: pytz (==2020.1)
Requires-Dist: requests (>=2.23)
Requires-Dist: six (>=1.14)
Requires-Dist: soupsieve (>=2.0)
Requires-Dist: urllib3 (>=1.25)
Requires-Dist: xlrd (>=1.2)
Requires-Dist: xmltodict (>=0.12)
Requires-Dist: zipp (>=3.1)
Description-Content-Type: text/markdown
[Description omitted; length: 1942 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.35.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pds_doi_core/__init__.py sha256=aRJS-byPNKw93FV9KIyScVPoClEuuvXOP8iYD6A_G0c 19
pds_doi_core/actions/__init__.py sha256=w6eWnhwuWn9GIkvAj461KDnc_AODFfdPcuT904svcv4 365
pds_doi_core/actions/action.py sha256=8gKfCfd5W5V97n2DzmvfQ5iF9vzdAg-ODQTxRaKDfRM 2202
pds_doi_core/actions/check.py sha256=gCy8ib8yTjLuNCGLVIzbFHT_w2Edfxo3GbKM11r_uS4 14060
pds_doi_core/actions/draft.py sha256=FBoMOC7SZ3Bbw6RuDoxBttUdyJZXzGhfhwEw_zZF5fI 10928
pds_doi_core/actions/list.py sha256=8Sm3-n7VE6MVRz6hKd23tjUkE7EbaJj-9FAqNWEV4a0 6685
pds_doi_core/actions/release.py sha256=I-NyUreb1wUBUtnSLCzfGjcTlPWRJ5e2CHioqc83y0Y 9428
pds_doi_core/actions/reserve.py sha256=sHodxu3oRrooj_5Mj1ln9jAkb7XjaRh7QPoRVPYR2bY 12234
pds_doi_core/actions/test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/actions/test/check_test.py sha256=Z14W6fCKaVjcSOzJpEVvoVIMrVHk-_qAk16WhrPLXNI 4106
pds_doi_core/actions/test/draft_test.py sha256=QqjPUhMD5GokDzsRBkhhonXk1aDn0M0fHDfIqur_PZQ 4978
pds_doi_core/actions/test/list_test.py sha256=i4zIwtHxOjk8LjdYRUs5esvkM58ttvas5kBBehClSx0 441
pds_doi_core/actions/test/release_test.py sha256=i3bewJZQzROLC_Dx9XEcnNo9uLmGqMUDxqpu7p9X-2w 2959
pds_doi_core/actions/test/reserve_test.py sha256=yWWcYS2VZi5r2N6wK2nRpRzQOUhYwxXt80q3o8jkjwc 3266
pds_doi_core/cmd/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/cmd/pds_doi_cmd.py sha256=wXi--lzZ3IR0gNj0-umyeD02JC8j5bIshZzqu8cE9b0 1648
pds_doi_core/db/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/db/doi_database.py sha256=su2xO2GcbJaYnYC4618OeMgSKtnV1NpU1yFxiZa3jT8 20826
pds_doi_core/entities/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/entities/doi.py sha256=h5fZ9lnbaoXgdht-XLFgFOCBg3BrPRGLy50pjlURTVM 698
pds_doi_core/input/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/input/exceptions.py sha256=5U20hZcTvRpv7PbHXZckeHroVrPRo8SvqaydQYU1wik 489
pds_doi_core/input/input_util.py sha256=Q0zDmWtT7OGbaooM5AZ-pqW769Bjxzk0Fnytsh2Ltaw 5282
pds_doi_core/input/node_util.py sha256=CEtmY6WkC-0Jfjw2lt2VG5wJ1MfWIph8fbcrNzyBhwU 1833
pds_doi_core/input/osti_input_validator.py sha256=s-799gkW_9bNFdwITSNuSdQ6xjHK29szEG4REYqj50I 4411
pds_doi_core/input/pds4_util.py sha256=iAwrpH6nesNfLIJlY3WZtWTkGUDdL_WW2UerqiIYF-k 14110
pds_doi_core/input/test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/input/test/input_util_test.py sha256=p8mejH9rjJ7u9xh0YEGrUItmX0kSTeGZqVFAUe0-aGQ 913
pds_doi_core/input/test/read_bundle.py sha256=ivJIwVUsnJas-TbnmxIL1eogC2FSuXLpq9_j0jxUyEE 610
pds_doi_core/input/test/read_remote_bundle.py sha256=TU9rLDrCsiDMzv2n_3SwewhJLwqGPCu8Zfrcbetaxoo 1254
pds_doi_core/input/test/read_xls.py sha256=ICDdx4mt1xrMQ28JmlKxscBvEew1CuM7uC2cQ5bNezg 341
pds_doi_core/outputs/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/outputs/osti.py sha256=fC4gudfTk4SJvIY65AIIdXMsP8GrZ4f3Xnh7Cgj7Jys 2134
pds_doi_core/outputs/osti_release.py sha256=Nx-FIqYutqCG8kNdYk9LnrfXKwcXFmVoovIHyfF7dUo 9553
pds_doi_core/outputs/osti_web_client.py sha256=mFNZBP0VxBMdFxI34NaKqZum5e_x6UU_Vy3A4il07iE 6916
pds_doi_core/outputs/osti_web_parser.py sha256=g_i6mKhNvmhwXv4yhEk_ODPQVjmR_yIi4-PnP7jwTLE 13894
pds_doi_core/outputs/output_util.py sha256=BxFyW7B7tzUPwlVMBXTrMScQn6EXLQKk7Dua5Sx3XI4 7546
pds_doi_core/outputs/transaction.py sha256=GHuAc_ZWspfBs9fQXzhxxBnOyEeV35eUMhVtek9CRUo 2523
pds_doi_core/outputs/transaction_builder.py sha256=dI3yDYL-rVp-7b0pKWyj5z2FTBEIncbpTtZWwXAT9ig 4724
pds_doi_core/outputs/transaction_logger.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/outputs/transaction_on_disk.py sha256=Q9szYNQl0MelXMJhEAYlEJ5MAQS3NxQUy1ZanfZxhJA 2937
pds_doi_core/outputs/test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/outputs/test/send_osti_doi_test.py sha256=tNoDZYO-LXy4_lT74no4fCIYuTD_ROIpxlfSLKY398c 1644
pds_doi_core/references/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/references/contributors.py sha256=6IM8Frc0PwyAlDP66XgvJYn6TrCq0TxB7fIA9PXv33Y 1356
pds_doi_core/references/test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/references/test/contributors_test.py sha256=5XcFxry-cdUNmTlkVpX9idYyS-DeJfS0bpApM-iPYqU 904
pds_doi_core/util/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/util/cmd_parser.py sha256=-RKmKGJvljRczzqwThsu4ErDvtVs8HnpRwRAeyfegfo 1210
pds_doi_core/util/config_parser.py sha256=y25LXvmO51cryNnVpDNOLWt2FJyD1imR1Mq_Na6zQ9U 3892
pds_doi_core/util/doi_validator.py sha256=gGWmHtqjzLbY5vfE193eXZnXNQtCAkVX1nFhu2dqLrQ 11452
pds_doi_core/util/doi_xml_differ.py sha256=MwgnGjVcEysaxFi2zn3v1v3mYvvUnCEJB-vsGrY5CuI 29825
pds_doi_core/util/emailer.py sha256=llSXxjwMmxg8k0MahUMr8Pzk11U3zx3rmPhGqJHrRh4 6260
pds_doi_core/util/general_util.py sha256=x-5W3t9nkYZSReXRJXS9N0Hx-0efcjxQgodh9S96kyc 831
pds_doi_core/util/initialize_production_deployment.py sha256=mhqWDGZt_zrnw5H5fiG9xS2QtzqyboJWU966sQM0fRY 17820
pds_doi_core/util/keyword_tokenizer.py sha256=QzvlBjH0b0YbQx863kmZfU_XwBEOB5Keu7-WxbKnUKw 1507
pds_doi_core/util/test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/util/test/doi_validator_test.py sha256=7PB2ngyQ_H70JAcC8ygDRDK_a6Zo_giW9g2neUgSg0Y 11182
pds_doi_core/web_api/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pds_doi_core/web_api/service.py sha256=hFLNsDIw2_4PECc9RPttKRlp2vG47cSd0ODiQXihgtY 5456
pds_doi_core-1.0.0.data/data/pds_doi_core/conf.ini.default sha256=DfPAUTLO1juua3f77of3EySa_l8f849k4-xkLCGcbic 1200
pds_doi_core-1.0.0.dist-info/LICENSE.txt sha256=ImUjpIfUTjJ0s0-lZaNd9sgDJ6bnCYCVk9ijxdAVTZM 11364
pds_doi_core-1.0.0.dist-info/METADATA sha256=SI46KIuNOABmljZlGgSUHB4UpuThiW-EWI_r4RlgDPk 3351
pds_doi_core-1.0.0.dist-info/NOTICE.txt sha256=BNmGWyMA7nGSFEeZDptJAWEMpgdvspgX6SPH16DbRDY 1598
pds_doi_core-1.0.0.dist-info/WHEEL sha256=EVRjI69F5qVjm_YgqcTXPnTAv3BfSUr0WVAHuSP3Xoo 92
pds_doi_core-1.0.0.dist-info/entry_points.txt sha256=ISjVhyHcX0lg5Qn_yc6iAb-HBaCLNN7fF2CpVntZ10I 121
pds_doi_core-1.0.0.dist-info/top_level.txt sha256=N7ewg3NZNnwEVM3cDHRFq0i5BXlflnRbrTmfvuwgRR0 13
pds_doi_core-1.0.0.dist-info/RECORD

top_level.txt

pds_doi_core

entry_points.txt

pds-doi-cmd = pds_doi_core.cmd.pds_doi_cmd:main
pds-doi-start-dev = pds_doi_core.web_api.service:main