1
0
Fork
You've already forked Community
0
Repository of community-built packages for Pythinux.
  • Python 100%
Gordinator e045c32842 Updated README
Signed-off-by: Gordinator <gordinator@gordinator.org>
2024年07月14日 21:39:48 +01:00
community-example Created community-example 2024年04月14日 19:11:53 +01:00
buildr.py Buildr now automatically builds 2024年04月27日 11:45:00 +01:00
db.ini Created community-example 2024年04月14日 19:11:53 +01:00
ISSUE_TEMPLATE.md Added issue and pull templates 2024年06月03日 21:19:26 +01:00
LICENSE Initial commit 2023年08月23日 21:17:03 +00:00
PULL_REQUEST_TEMPLATE.md Added issue and pull templates 2024年06月03日 21:19:26 +01:00
README.md Updated README 2024年07月14日 21:39:48 +01:00

Community

Repository of community-built packages for Pythinux.

Adding Packages

  1. Clone this repository.
  2. Copy-paste the community-example package. Rename the new folder with the name of your folder.
  3. Open the program folder and place all files for your package inside.
  4. 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.