https://github.com/sio/py-torrent-source-tag
Prototype code for calculating torrent infohashes in Python
https://github.com/sio/py-torrent-source-tag
Last synced: 10 months ago
JSON representation
Prototype code for calculating torrent infohashes in Python
- Host: GitHub
- URL: https://github.com/sio/py-torrent-source-tag
- Owner: sio
- Created: 2019-10-25T12:06:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T12:06:47.000Z (over 6 years ago)
- Last Synced: 2025-02-11T20:49:55.335Z (over 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
PROTOTYPE CODE FOR CALCULATING TORRENT INFOHASHES IN PYTHON
This code shows how to calculate torrent infohashes in Python and how to
calculate modified infohash for slightly different torrent dictionary (with
modified/deleted `source` field)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use these files except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.