huey-2.0.0/examples/simple/main.pyc
1 distinct file content recorded under this name ยท 1 PyPI record
Compiled Python bytecode Reference
A .pyc file contains compiled Python bytecode. The Python interpreter creates the file automatically when it imports a module. The bytecode loads faster than the source, because the parse step is not necessary again. The interpreter keeps these files in __pycache__ directories. The format changes between Python versions, and a magic number in the header identifies the version.
A file extension is only a part of the file name. It does not give a guarantee about the format or the content of a file. But on Windows, the extension selects the program that opens the file.
Hashes for this file
7a12e30e93afb4ec2d88beebfb2c444e9a487bfd806485eab8fe5a068f91363c
806 bytes
- huey
2.0.0
huey-2.0.0.tar.gz