{"categories":[{"label":"Cryptography","url":"https://skillfed.io/packages/category/security-cryptography/2"}],"enrichment":{"capability":"A Python library for creating and verifying OpenTimestamps cryptographic proofs, which anchor data to the Bitcoin blockchain for tamper-evident timestamping.","skillfed_tags":["blockchain","timestamping","bitcoin"],"use_cases":["Prove that a document or file existed at a specific time without relying on a centralized timestamp authority","Create immutable audit trails for compliance by anchoring records to the Bitcoin blockchain","Verify the authenticity and temporal integrity of timestamped data in legal or regulatory contexts","Build applications that need cryptographic proof of data existence without trusting a single server"],"what_it_does":"OpenTimestamps is a Python library for working with OpenTimestamps proofs\u2014cryptographic structures that prove a piece of data existed at a specific point in time by anchoring it to the Bitcoin blockchain. The library splits its codebase into consensus-critical modules (opentimestamps.core.*) that define timestamp validation semantics, and application-level modules that build on them. You use it to create proofs that data was present at a given moment, and to verify those proofs later, with the guarantee that any change to the original data will invalidate the proof.\n\nThe package depends on pycryptodomex for cryptographic operations and python-bitcoinlib for blockchain interaction. It installs as a pure Python wheel with low friction. The project is in Beta status and has aged since its last release in January 2023, though the repository remains unarchived and receives occasional maintenance. No known security vulnerabilities are recorded.","worth_installing":"Yes, with conditions. Install if you need Bitcoin-backed timestamping and can accept that the package is aging (last release over a year old). The low install friction, absence of known vulnerabilities, and active repository make it viable for production use. However, verify that the consensus-critical modules remain compatible with your target Bitcoin protocol version, and test thoroughly on your Python version before deploying. The LGPL3 copyleft license requires that any modifications be shared under the same terms."},"id":"opentimestamps","links":{"html":"https://skillfed.io/packages/opentimestamps","md":"https://skillfed.io/packages/opentimestamps.md","pypi":"https://pypi.org/project/opentimestamps/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2023-01-25","license_spdx":null,"license_treatment":"copyleft","name":"opentimestamps","python_support":"unspecified","summary":"Create and verify OpenTimestamps proofs"},"popularity":{"monthly_downloads":175419,"position":10266,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.5"}
