AptosConnector

View on PyPIReverse Dependencies (0)

0.0.2 AptosConnector-0.0.2-py3-none-any.whl

Wheel Details

Project: AptosConnector
Version: 0.0.2
Filename: AptosConnector-0.0.2-py3-none-any.whl
Download: [link]
Size: 19359
MD5: 4864b013db4d14350151e876bea37be2
SHA256: 644dfea35f4e237ea3bfc3c4b467fe6e598eada7718b3a9ff3fd03750eddca85
Uploaded: 2024-03-05 18:26:43 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: AptosConnector
Version: 0.0.2
Summary: A dataset validation and upload utility for Aptos
Author-Email: Jeremi Wojcicki <jeremi[at]etacompute.com>, Vedin Klovo <vedin.klovo[at]etacompute.com>
Project-Url: Homepage, https://github.com/Eta-Compute/AptosConnector
Project-Url: Bug Reports, https://github.com/Eta-Compute/AptosConnector/issues
Project-Url: Source, https://github.com/Eta-Compute/AptosConnector
License: Copyright (c) 2023 Eta Compute Inc. Permission 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE 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.
Keywords: aptos,dataset,connector,upload
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: getpass-asterisk
Requires-Dist: checksumdir
Requires-Dist: scandir
Requires-Dist: pycocotools
Requires-Dist: check-manifest; extra == "dev"
Requires-Dist: coverage; extra == "test"
Provides-Extra: dev
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 4845 characters]

WHEEL

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

RECORD

Path Digest Size
aptosconnector/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
aptosconnector/setup.py sha256=8cctlL33nbuVxtS7YjA-hP8TI1Nx282s53BsGdWzNV8 4187
aptosconnector/upload.py sha256=fPjTzEnLINHZ4mRRYYPNdEVt9TTfOSmOJL0GThYQNpA 7646
aptosconnector/validate.py sha256=mNZrxIWb-_aUysCD5irviXhUT3kO619fA7_Yx7DrVw0 44159
aptosconnector/utils/__init__.py sha256=YkSbITjnpfIXfoF3kVEqHO3SDbrizeFSJ9GmyLNOUvg 126
aptosconnector/utils/aws.py sha256=VnBHK5DbGC_rsydOtZgDitUAes8xIZaYA28b7Z8DIkM 1033
aptosconnector/utils/cli.py sha256=GwVz5PjY6QS2kfTb4swvpNqAwLjYWKS0pMj0_NNbJyw 934
aptosconnector/utils/file_sha256.py sha256=QqLqN3cAsED3Xn2NnWgByzYuBVaW6MNtzHuzFfo36eU 234
aptosconnector/utils/hash_dataset.py sha256=Z2wSeaitxmmLVUbQJj3Q1lGzqezemW6NpW4uBIb5S0U 222
AptosConnector-0.0.2.dist-info/LICENSE.txt sha256=qtH4CPuylLeLxmRMDIDZ5E7iWEOFpK0A8XTibV-l4ww 1060
AptosConnector-0.0.2.dist-info/METADATA sha256=0GqF4DFtUDmZEyNmIw7EFZS2pL-V1T5I08ika3LBGIo 7540
AptosConnector-0.0.2.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
AptosConnector-0.0.2.dist-info/entry_points.txt sha256=By4gDzSVcrH2SUvNlFlxSvK92iZwHoDqkoU49oEfyzE 165
AptosConnector-0.0.2.dist-info/top_level.txt sha256=XgZulbSDowfUn32jkBv_WXzvMb0IXB0URMLVw1zB0tM 15
AptosConnector-0.0.2.dist-info/RECORD

top_level.txt

aptosconnector

entry_points.txt

aptos_setup = aptosconnector.setup:setup_cli
aptos_upload = aptosconnector.upload:upload_cli
aptos_validate = aptosconnector.validate:validate_cli