ainyan

View on PyPIReverse Dependencies (0)

1.0.79 ainyan-1.0.79-py3-none-any.whl

Wheel Details

Project: ainyan
Version: 1.0.79
Filename: ainyan-1.0.79-py3-none-any.whl
Download: [link]
Size: 14959
MD5: 643f83674450a2d9a2d7fd6dfe733edd
SHA256: b2f8ad2755d349c40143be62fd161b3deada920db9292332c9101d0545fddb98
Uploaded: 2023-12-14 04:59:46 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ainyan
Version: 1.0.79
Summary: Helpers for AI training
Author: Nicolas Modrzyk
Author-Email: Nicolas Modrzyk <hellonico[at]gmail.com>
Project-Url: Homepage, https://github.com/hellonico/ai.training
License: MIT License Copyright (c) 2018 Nicolas Modrzyk 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: setuptools (==68.2.2)
Requires-Dist: datasets (==2.14.6)
Requires-Dist: pandas (==2.1.0)
Requires-Dist: boto3 (==1.28.*)
Requires-Dist: python-docx (==1.0.1)
Requires-Dist: Flask (==2.2.5)
Requires-Dist: simplify-docx (==0.1.2)
Requires-Dist: pypdf2 (==3.0.1)
Requires-Dist: python-pptx (==0.6.22)
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"
Requires-Dist: twine; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 651 characters]

WHEEL

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

RECORD

Path Digest Size
ainyan/__init__.py sha256=8zKW4jbn0NRiHyExc22HXvGCPdwl69IwM0YjTyjDV4I 145
ainyan/models.py sha256=6eZwF4CsxrQuKSLuiIV9cy7a01a_ohccbC0lw8HMTis 2833
ainyan/mydatasets.py sha256=tmBLuBDUU9GxPxSeAd_9clYJNBuoBsb-UkFXkU59kSg 8702
ainyan/pdfcrawl.py sha256=SiuLT8iKmSkCt3RJhCFGCtpbCy6mR_f9jwKzONi0k98 3812
ainyan/query.py sha256=JNN1-1zE3M5o5ECcMcrdPJNdRKeXOW3ePYHe9EpMI3Q 3057
ainyan/testc.py sha256=ip7yfttriME1jNSxvR4mZ87XhrN0ijDrN-ExfyvOQ30 296
ainyan/testd.py sha256=wh5tjhfNe7LJ8cXtDbbVOX4MhtGu516F_AUMSPFmANw 1212
ainyan/training.py sha256=97gFNDAkwusJr5T8I3-1AxVB0r1Gk6smKwKLI5BCfeE 8880
ainyan/zippers.py sha256=cDL1PhaArY0yWkXvx7d9ToY_omWlLYePC7kmCiuEubk 777
ainyan-1.0.79.dist-info/LICENSE.txt sha256=ao149vvrrb3dQ5750ecAmPcrdMPUxlxxwPqMaz0NM-s 1067
ainyan-1.0.79.dist-info/METADATA sha256=NIczD-7YNKT5NYYyu74Q_c5t-brdjXilNJsZlk-Gks4 2893
ainyan-1.0.79.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
ainyan-1.0.79.dist-info/entry_points.txt sha256=r6zlRMBiZUimauFlQA17djt_n49_BnhHt72DPeZrGUg 210
ainyan-1.0.79.dist-info/top_level.txt sha256=D8iNHS9m1W6JgeZgG8SRbL1FYLKFC3OZMVDhcEQfZjQ 7
ainyan-1.0.79.dist-info/RECORD

top_level.txt

ainyan

entry_points.txt

ainyan-crawler = ainyan.pdfcrawl:main
ainyan-datasets = ainyan.mydatasets:main
ainyan-model-helper = ainyan.models:main
ainyan-query = ainyan.query:main
ainyan-training = ainyan.training:main