convert all python script to pyc file in given directory
Project description
can be imported by
from pycconverter import PycConverter
or
import pycconverter
Convert all .py files to .pyc files
param Source_path: Path to the source directory
param Destination_path: Path to the destination directory where the .pyc files will be stored
param DirectoryNamePyc: Name of the directory where the .pyc files will be stored
:return: None
:Example:
>>> from pycconverter import PycConverter
>>> PycConverter(Source_path="/home/user/ProjectsDirectory", Destination_path="/home/user/Projects/PycC", DirectoryNamePyc="BUILD").convert_to_pyc()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pycConverter-0.0.6.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycConverter-0.0.6.tar.gz.
File metadata
- Download URL: pycConverter-0.0.6.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.11.0 Linux/6.0.12-300.fc37.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ccc337cb6fbb070fc3698afb7ad7d733b09a73533a30e547a3ae41c6a8c01f3
|
|
| MD5 |
71dd04c7d4cafc4e31a7a3bbacaf833f
|
|
| BLAKE2b-256 |
e1dfc1198c84adfcf9cf3fc1af10803ab6aad43efa400d8e177486fddabe4744
|
File details
Details for the file pycConverter-0.0.6-py3-none-any.whl.
File metadata
- Download URL: pycConverter-0.0.6-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.11.0 Linux/6.0.12-300.fc37.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3816b36bbd5fadb486f75d3f3768433f8276dd9c9f35c14aa174017a90e6a974
|
|
| MD5 |
9a12ea90d4f1561818853c21661ce3d3
|
|
| BLAKE2b-256 |
3671e72db199119d8f7fcd39b0d3908de7f1f2bdd8c0dcdcf3d7ed3e06850239
|