not-again-ai

View on PyPIReverse Dependencies (0)

0.10.3 not_again_ai-0.10.3-py3-none-any.whl

Wheel Details

Project: not-again-ai
Version: 0.10.3
Filename: not_again_ai-0.10.3-py3-none-any.whl
Download: [link]
Size: 40084
MD5: 88ae30942beea1968721a716786cd59f
SHA256: 222006118e146411e150012be8cfaaa84cd38d793381125f301bd9fa800c13bb
Uploaded: 2024-07-20 00:34:04 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: not-again-ai
Version: 0.10.3
Summary: Designed to once and for all collect all the little things that come up over and over again in AI projects and put them in one place.
Author: DaveCoDev
Author-Email: dave.co.dev[at]gmail.com
Home-Page: https://github.com/DaveCoDev/not-again-ai
Project-Url: Documentation, https://github.com/DaveCoDev/not-again-ai
Project-Url: Repository, https://github.com/DaveCoDev/not-again-ai
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.11,<4.0
Requires-Dist: jinja2 (<4.0,>=3.1); extra == "local-llm"
Requires-Dist: loguru (==0.7.2)
Requires-Dist: numpy (<2.0,>=1.26); extra == "statistics" or extra == "viz"
Requires-Dist: ollama (<0.3,>=0.2); extra == "local-llm"
Requires-Dist: openai (<2.0,>=1.36); extra == "llm"
Requires-Dist: pandas (<3.0,>=2.2); extra == "viz"
Requires-Dist: python-liquid (<2.0,>=1.12); extra == "llm"
Requires-Dist: scikit-learn (<2.0,>=1.5); extra == "statistics"
Requires-Dist: scipy (<2.0,>=1.14); extra == "statistics"
Requires-Dist: seaborn (<0.14,>=0.13); extra == "viz"
Requires-Dist: tiktoken (<0.8,>=0.7); extra == "llm"
Requires-Dist: transformers (<5.0,>=4.42); extra == "local-llm"
Provides-Extra: llm
Provides-Extra: local-llm
Provides-Extra: statistics
Provides-Extra: viz
Description-Content-Type: text/markdown
[Description omitted; length: 13753 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
not_again_ai/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
not_again_ai/base/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
not_again_ai/base/file_system.py sha256=KNQmacO4Q__CQuq2oPzWrg3rQO48n3evglc9bNiP7KM 949
not_again_ai/base/parallel.py sha256=fcYhKBYBWvob84iKp3O93wvFFdXeidljZsShgBLTNGA 3448
not_again_ai/llm/__init__.py sha256=_wNUL6FDaT369Z8W48FsaC_NkcOZ-ib2MMUvnaLOS-0 451
not_again_ai/llm/openai_api/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
not_again_ai/llm/openai_api/chat_completion.py sha256=9p024l0popYW08AbRYwriN_ikkUANYNl0JEFlFXuySA 8915
not_again_ai/llm/openai_api/context_management.py sha256=BJSG100_qw9MeTCZGztDV5CBXjVOxU4x7gyoRlLxWnI 3561
not_again_ai/llm/openai_api/embeddings.py sha256=4OBnxZicrY6q4dQhuPqMdAnifyjwrsKMTDj-kVre0yc 2500
not_again_ai/llm/openai_api/openai_client.py sha256=6pZw2xw9X-ceV22rhApwFJ2tAKCxi-SxkjxBsTBZ2Nw 2470
not_again_ai/llm/openai_api/prompts.py sha256=7cDfvIKCTYM0t5lK34FLLqYf-SR_cynDXIXw3zWDizA 7094
not_again_ai/llm/openai_api/tokens.py sha256=31neIrY66ejJQ10VB3EWnkN00wuw9vMpCS8tsw2WtFg 4392
not_again_ai/local_llm/__init__.py sha256=BsUn39U3QQaw6yomQHfp_HIPHRIBoMAgjcP3CDADx04 882
not_again_ai/local_llm/chat_completion.py sha256=m0fe7oGPtl46kvAIU6RhHeIvDu_pAWphrAbFY3K1i1E 3407
not_again_ai/local_llm/huggingface/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
not_again_ai/local_llm/huggingface/chat_completion.py sha256=Y6uMbxLG8TaMVi3hJGrMl_G9Y1N_0dld5Kv1iqYnoao 2300
not_again_ai/local_llm/huggingface/helpers.py sha256=YPr8KbQ8Ac_Mn_nBcrFuL3bCl-IuDCdaRvYVCocy8Gk 734
not_again_ai/local_llm/ollama/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
not_again_ai/local_llm/ollama/chat_completion.py sha256=a2V_Od-Q-Oy8av9N8Lq2ltBDsVwTS0H7ywA6kTPkvP0 4142
not_again_ai/local_llm/ollama/model_mapping.py sha256=EYxwcRKvIrQAZ3iBFUMzs3f_eYevFOTP8A9AFmh0Syo 837
not_again_ai/local_llm/ollama/ollama_client.py sha256=dktyw7aKFq4EA3dU7Le5UpfsSq3Oh_POmYSrAI4qLi8 765
not_again_ai/local_llm/ollama/service.py sha256=XczbxISTAp4KHnIkqRZaMsfBohH-TAHrjZ8T9x3cRAY 2900
not_again_ai/local_llm/ollama/tokens.py sha256=k7K7enOSuCJRHteDG0x-CbuivQ2uAtKK3e0Jr7-BUd4 3952
not_again_ai/local_llm/prompts.py sha256=mUpt8LMNnY9TVj-2tPE3lc81ZwWnBBrmBou0jxEPGL0 1560
not_again_ai/local_llm/tokens.py sha256=Tf1uH5zjyiejOPVr6eVYFj1m-jQpeDUcG7gZK-xMOAE 3679
not_again_ai/py.typed sha256=UaCuPFa3H8UAakbt-5G8SPacldTOGvJv18pPjUJ5gDY 93
not_again_ai/statistics/__init__.py sha256=gA8r9JQFbFSN0ykrHy4G1IQgcky4f2eM5Oo24oVI5Ik 466
not_again_ai/statistics/dependence.py sha256=4xaniMkLlTjdXcNVXdwepEAiZ-WaaGYfR9haJC1lU2Q 4434
not_again_ai/viz/__init__.py sha256=MeaWae_QRbDEHJ4MWYoY1-Ad6S0FhSDaRhQncS2cpSc 447
not_again_ai/viz/barplots.py sha256=rr_2phZgDaqcF5Ve7mBZrVvNXVzEt84RQPIyyeJxsMo 3384
not_again_ai/viz/distributions.py sha256=OyWwJaNI6lMRm_iSrhq-CORLNvXfeuLSgDtVo3umnzU 4354
not_again_ai/viz/scatterplot.py sha256=5CUOWeknbBOaZPeX9oPin5sBkRKEwk8qeFH45R-9LlY 2292
not_again_ai/viz/time_series.py sha256=pOGZqXp_2nd6nKo-PUQNCtmMh__69jxQ6bQibTGLwZA 5212
not_again_ai/viz/utils.py sha256=hN7gwxtBt3U6jQni2K8j5m5pCXpaJDoNzGhBBikEU28 238
not_again_ai-0.10.3.dist-info/LICENSE sha256=btjOgNGpp-ux5xOo1Gx1MddxeWtT9sof3s3Nui29QfA 1071
not_again_ai-0.10.3.dist-info/METADATA sha256=aXiTuKLLH3tLVi6Lz-5J0_OWn2XwATyJRt975_aPQnA 15518
not_again_ai-0.10.3.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
not_again_ai-0.10.3.dist-info/entry_points.txt sha256=EMJegugnmJUd-jMUA_qIRMIPAasbei8gP6O4-ER0BxQ 61
not_again_ai-0.10.3.dist-info/RECORD

entry_points.txt

not-again-ai = not_again_ai.cli:entry_point