ntheory

View on PyPIReverse Dependencies (0)

0.0.9 ntheory-0.0.9-py3-none-any.whl

Wheel Details

Project: ntheory
Version: 0.0.9
Filename: ntheory-0.0.9-py3-none-any.whl
Download: [link]
Size: 7684
MD5: 94c79bbc55797c31e15726515c2d1d2a
SHA256: acf4512b69eadae28253337c7a7e9e93e62f909a7433c34cdef4ddf8cea7f6b7
Uploaded: 2023-05-13 14:26:59 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ntheory
Version: 0.0.9
Summary: Read the latest Real Python tutorials
Author: Kasper Arfman
Author-Email: KasperArfman <kasper.arf[at]gmail.com>
Project-Url: Homepage, https://github.com/Kasper-Arfman/ntheory
License: MIT License Copyright (c) 2023 Kasper Arfman 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: feed,reader,tutorial
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: feedparser (>=5.2.0)
Requires-Dist: html2text
Requires-Dist: numpy (>=1.24.3)
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[No description]

WHEEL

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

RECORD

Path Digest Size
ntheory/__init__.py sha256=8PaE3dtc_hEfhJvWyv3VfK1Fsb7pEL_5vA0BPeSLuZU 111
ntheory/binary/__init__.py sha256=8TrU7fHrJQYYt7lYkErIy-gh6a7CgAxygyhVITEz2R4 34
ntheory/binary/utils.py sha256=uc5A9ng2KAuAoG3f-wTq5bN40Y3OLZCF9nFzW6pTssg 66
ntheory/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ntheory/core/tmp.py sha256=Ap9yz4KznFZhcxZzkcJHqaffJPNb5fAMo2dTlyGtu-A 894
ntheory/modulo/__init__.py sha256=X9pASEjQv_MccnZa8p6xgtOLVbZ6l3RTTJQwq6B76RA 103
ntheory/modulo/modular_arithmetic.py sha256=CR2QUGeCSNmtBqJeZRCgaOV5Zfc6Z5Aca8m7LM0L75Y 1242
ntheory/primes/__init__.py sha256=3nJSVyORehp5CYA_A4RcpFia_Qom0lJN94nzNv4BwO8 76
ntheory/primes/factors.py sha256=p5UYsAHq3Uwna7z6mlH7KaQol1-_ZJdyc0pMEcMu3Gk 437
ntheory/primes/primes_range.py sha256=NLDRjMBj47uVJ5r5huleZqL6PM1eSNrDRnLqGaGTZFE 632
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_modulo/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_modulo/test_modular_arithmetic.py sha256=kdkUnPJziy4tlQEpzYIGvs3GuxoUOXdzVgcJ0yCM5vo 776
tests/test_primes/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_primes/test_factors.py sha256=cBiOYl9SkI-gNmdr7W726VrllcIKRc_oKp-CIO0j4Vo 262
ntheory-0.0.9.dist-info/LICENSE sha256=_-s0mwb54rohmwNyfAuO9PMOsAaDSihz30W9ImaPauc 1090
ntheory-0.0.9.dist-info/METADATA sha256=3dWDtV9ZfTQJW73E_ho8tFSMPpF6oF16TKFPsnO7tW8 2145
ntheory-0.0.9.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
ntheory-0.0.9.dist-info/entry_points.txt sha256=j4KgHXbVGbGyfTySc1ypBdERpfihO4WNjppvCdE9HjE 52
ntheory-0.0.9.dist-info/top_level.txt sha256=EF0_Q1W8W2WBD91v8uTNmPC5znvehvuQv9te682pyHs 14
ntheory-0.0.9.dist-info/RECORD

top_level.txt

ntheory
tests

entry_points.txt

realpython = reader.__main__:main