Repository of community-built packages for Pythinux.
- Python 100%
|
|
||
|---|---|---|
| community-example | Created community-example | |
| buildr.py | Buildr now automatically builds | |
| db.ini | Created community-example | |
| ISSUE_TEMPLATE.md | Added issue and pull templates | |
| LICENSE | Initial commit | |
| PULL_REQUEST_TEMPLATE.md | Added issue and pull templates | |
| README.md | Updated README | |
Community
Repository of community-built packages for Pythinux.
Adding Packages
- Clone this repository.
- Copy-paste the
community-examplepackage. Rename the new folder with the name of your folder. - Open the
programfolder and place all files for your package inside. - Make a pull request for your package.
Updating packages
-
Updating packages can only be done by the contributor listed in the package's README.md file. If your project has multiple contributors, make an organisation for it.
-
If your package has regular updates, create a Git repo for your it. Make all changes there and then commit all the major changes once a release is completed.
-
Do not spam pull requests or your package will be removed.
Moving a package to core
Sometimes, it may be decided that a package is large enough to necessitate moving to core. If this decision is made, permission of the package maintainer is requested.