-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPKG-INFO
More file actions
50 lines (40 loc) · 1.44 KB
/
PKG-INFO
File metadata and controls
50 lines (40 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Metadata-Version: 2.1
Name: digibyte_scrypt
Version: 1.0.7
Summary: Bindings for scrypt proof of work used by DigiByte
Home-page: https://pypi.org/project/digibyte_scrypt
Maintainer: YoshiJaeger
Maintainer-email: pypi@jaeger.berlin
License: GPLv3
Description: # DigiByte Scrypt (Python Bindings)
## Install
```bash
pip3 install digibyte_scrypt
```
## Usage
```python
import digibyte_scrypt
digibyte_scrypt.calcPoW(...)
```
## Changelog
`1.0.7`
- Removed debug log statement
`1.0.6`
- Added support for Python 3.10
`1.0.5`
- This version does not rely on `pypandoc` anymore as the new `setuptools` can handle markdown just well!
- Fixed a bunch of compilation issues
`1.0.0`
- Initial Development of scrypt (Integrated c module)
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown