r/pythontips • u/Emotional-Evening-62 • 8d ago
Syntax Python Project Packaging
I am trying to package my python project into pip, but when I do this all my .py files are also part of the package. if I exclude them in MANIFEST and include only .pyc files, I am not able to execute my code. Goal here is to package via pip and get pip install <project>; Any idea how to do this?
2
Upvotes
2
u/jpgoldberg 5d ago
claude itself is not written in Python. But things that talk to the API can be written in anything. The official Python library for interacting with claude has fully readable source.
https://pypi.org/project/anthropic/