# popcoder **Repository Path**: mirrors_mozilla/popcoder ## Basic Information - **Project Name**: popcoder - **Description**: Python library for transcoding popcorn code into flat video files - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README popcoder ======== |Travis| Python library for transcoding popcorn code into flat video files Installation ------------ :: pip install popcoder Development ----------- To run the tests run: :: python setup.py test Releases -------- To make a new release, increment the version number in ``popcoder/__init__.py`` where the ``__version__`` variable is set. Then push to master and wait for `Travis CI `__ to finish successfully building. It will push a new release to `PyPI `__. .. |Travis| image:: https://travis-ci.org/mozilla/popcoder.png?branch=master :target: https://travis-ci.org/mozilla/popcoder