{"id":16983896,"url":"https://github.com/tusharsadhwani/pycify","last_synced_at":"2025-08-24T22:48:33.214Z","repository":{"id":202713960,"uuid":"707990969","full_name":"tusharsadhwani/pycify","owner":"tusharsadhwani","description":"Convert your entire Python project from .py files to .pyc files.","archived":false,"fork":false,"pushed_at":"2024-06-21T21:32:18.000Z","size":14,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-16T20:04:46.118Z","etag":null,"topics":["pyc","pycache","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tusharsadhwani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-21T07:23:11.000Z","updated_at":"2024-08-15T02:32:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d48941e-98d2-4c44-b5e7-b6a5a068ff5c","html_url":"https://github.com/tusharsadhwani/pycify","commit_stats":null,"previous_names":["tusharsadhwani/pycify"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharsadhwani%2Fpycify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharsadhwani%2Fpycify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharsadhwani%2Fpycify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharsadhwani%2Fpycify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tusharsadhwani","download_url":"https://codeload.github.com/tusharsadhwani/pycify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231841353,"owners_count":18434559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pyc","pycache","python"],"created_at":"2024-10-14T02:29:36.333Z","updated_at":"2025-01-01T22:11:07.101Z","avatar_url":"https://github.com/tusharsadhwani.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pycify\n\nConvert your entire Python project from `.py` files to `.pyc` files.\n\n## Installation\n\n```bash\npip install pycify\n```\n\n## Usage\n\n```console\n$ python cli.py\nHello CLI!\n\n$ pycify .\nReplacing ./utils/foo.py with ./utils/__pycache__/foo.cpython-311.pyc\nReplacing ./cli.py with ./__pycache__/cli.cpython-311.pyc\n\n$ tree .\n.\n├── cli.pyc\n└── utils\n    └── foo.pyc\n\n2 directories, 2 files\n\n$ python cli.pyc\nHello CLI!\n```\n\n## Local Development / Testing\n\n- Create and activate a virtual environment\n- Run `pip install -r requirements-dev.txt` to do an editable install\n- Run `pytest` to run tests\n\n## Type Checking\n\nRun `mypy .`\n\n## Create and upload a package to PyPI\n\nMake sure to bump the version in `setup.cfg`.\n\nThen run the following commands:\n\n```bash\nrm -rf build dist\npython setup.py sdist bdist_wheel\n```\n\nThen upload it to PyPI using [twine](https://twine.readthedocs.io/en/latest/#installation):\n\n```bash\ntwine upload dist/*\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharsadhwani%2Fpycify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftusharsadhwani%2Fpycify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharsadhwani%2Fpycify/lists"}