printrun
Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
4 of 131 committers (3.1%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Keywords from Contributors
interactive
closember
uranium
networking
slicer
qml
distribution
pyqt6
optimizing-compiler
gcode
Last synced: 10 months ago
·
JSON representation
Repository
Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
Basic Info
Statistics
- Stars: 2,494
- Watchers: 179
- Forks: 1,003
- Open Issues: 192
- Releases: 9
Created about 15 years ago
· Last pushed 11 months ago
Metadata Files
Readme
Changelog
License
README.cleanup
Some cleanup commands:
To add a space after each comma:
sed -e "s/\(\w\),\(\w\)/\1, \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\(\w\),\(\"\)/\1, \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\(\"\),\(\w\)/\1, \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\(\"\),\(\"\)/\1, \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\([)}\]]\),\(\w\)/\1, \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\([)}\]]\),\([\[{(]\)/\1, \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\(\w\),\([\[{(]\)/\1, \2/g" -i *.py printrun/*.py printrun/*/*.py
To add spaces around each =:
sed -e "s/\(\w\)=\(\w\)/\1 = \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\(\w\)=\(\"\)/\1 = \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\(\w\)=\((\)/\1 = \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\(\w\)=\((\)/\1 = \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\(\w\)=\([\[{(]\)/\1 = \2/g" -i *.py printrun/*.py printrun/*/*.py
To add spaces around each ==:
sed -e "s/\(\w\)==\(\w\)/\1 == \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\(\w\)==\(\"\)/\1 == \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\(\w\)==\((\)/\1 == \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\()\)==\(\w\)/\1 == \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\()\)==\((\)/\1 == \2/g" -i *.py printrun/*.py printrun/*/*.py
Obviously this is not a perfect solution, it WILL break the code. Juste check the diff and fix what's wrong before committing.
Flake8 checking:
Flake8 can be used to check the coding style of the project.
The current source code (as of July 23rd 2013) has been checked using the following command:
flake8 . --statistics --count --ignore=E251,E701,E302,E501 --exclude=.svn,CVS,.bzr,.hg,.git,__pycache__,./printrun/cairosvg
This call ignores 4 kind of errors (E501: line being greater than 80 chars,
E701: multiple statements on one line (usually this is if ...: ...), E302:
wrong number of blank lines between functions, E251: unexpected spaces around
keywoard/parameter equals), the rest of the errors and warnings should be
killed as much as possible. Long lines should be avoided too.
Owner
- Login: kliment
- Kind: user
- Repositories: 43
- Profile: https://github.com/kliment
GitHub Events
Total
- Fork event: 21
- Create event: 10
- Release event: 1
- Issues event: 60
- Watch event: 132
- Delete event: 10
- Member event: 1
- Issue comment event: 227
- Push event: 18
- Pull request review comment event: 24
- Gollum event: 2
- Pull request review event: 29
- Pull request event: 48
Last Year
- Fork event: 21
- Create event: 10
- Release event: 1
- Issues event: 60
- Watch event: 132
- Delete event: 10
- Member event: 1
- Issue comment event: 227
- Push event: 18
- Pull request review comment event: 24
- Gollum event: 2
- Pull request review event: 29
- Pull request event: 48
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Guillaume Seguin | g****e@s****n | 1,260 |
| Kliment Yanev | k****v@g****m | 282 |
| Rock Storm | r****m@g****m | 123 |
| DivingDuck | D****k | 107 |
| Keegi | k****i@s****t | 96 |
| Miro Hrončok | m****o@h****z | 91 |
| D1plo1d | d****d@d****m | 91 |
| volconst | 2****t | 81 |
| Gary Hodgson | c****t@g****m | 41 |
| neofelis2X | m****r@g****t | 27 |
| Duane Johnson | d****n@g****m | 25 |
| Alessandro Ranellucci | a****r@c****g | 20 |
| Travis Howse | t****e@g****m | 18 |
| Kliment | k****t@k****) | 18 |
| dependabot[bot] | 4****] | 17 |
| Jeremy Hammett | j****0@g****m | 15 |
| unknown | J****s@S****m | 15 |
| Steven Devijver | s****r@p****e | 14 |
| Christopher Keller | c****8@g****m | 13 |
| Igor Yeremin | i****n@g****m | 12 |
| Spencer Bliven | s****n@u****u | 11 |
| freddii | f****i | 11 |
| Václav 'Ax' Hůla | a****b@g****m | 11 |
| Félix Sipma | f****a@n****g | 10 |
| Christopher Olah | c****s@c****a | 10 |
| fsantini | f****i@g****m | 9 |
| a2k-hanlon | a****n@g****m | 9 |
| SparkyCola | e****s@g****m | 9 |
| Nathan Zadoks | n****n@n****u | 9 |
| Christian Metzen | m****h@c****e | 9 |
| and 101 more... | ||
Committer Domains (Top 20 + Academic)
fastmail.fm: 3
cyberstalker.eu: 2
nathan7.eu: 2
gmx.net: 2
slipline.ca: 1
nano-bank.de: 1
paeae.com: 1
iagent.no: 1
kakaroto.homelinux.net: 1
benchscience.org: 1
celestra.(none): 1
ajd.net.au: 1
uniquelycommon.com: 1
thefumon.com: 1
vdzalm.eu: 1
metamaquina.com.br: 1
urlichs.de: 1
justin-pc.(none): 1
segu.in: 1
gmx.com: 1
ucsd.edu: 1
in.tum.de: 1
marlboro.edu: 1
vims.edu: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 161
- Total pull requests: 142
- Average time to close issues: 8 months
- Average time to close pull requests: 3 months
- Total issue authors: 123
- Total pull request authors: 22
- Average comments per issue: 4.76
- Average comments per pull request: 3.73
- Merged pull requests: 104
- Bot issues: 0
- Bot pull requests: 40
Past Year
- Issues: 30
- Pull requests: 58
- Average time to close issues: 18 days
- Average time to close pull requests: 11 days
- Issue authors: 26
- Pull request authors: 7
- Average comments per issue: 2.9
- Average comments per pull request: 2.05
- Merged pull requests: 43
- Bot issues: 0
- Bot pull requests: 20
Top Authors
Issue Authors
- rockstorm101 (18)
- VanessaE (10)
- DivingDuck (7)
- swiftgeek (2)
- pedjas (2)
- STS-ATS (2)
- rv7charlie (2)
- hroncok (2)
- Fat-Zer (2)
- mosvov (1)
- tomasiser (1)
- traceyflanders (1)
- FredBello (1)
- Henri-J-Norden (1)
- tobbelobb (1)
Pull Request Authors
- dependabot[bot] (40)
- rockstorm101 (38)
- DivingDuck (20)
- neofelis2X (7)
- Fat-Zer (5)
- bkerler (4)
- dMAC95 (4)
- kliment (4)
- hroncok (3)
- gamboz (2)
- swiftgeek (2)
- volconst (2)
- ejona86 (2)
- duk3luk3 (1)
- wavexx (1)
Top Labels
Issue Labels
Waiting for feedback (29)
Not a bug (17)
Windows (16)
2.x (12)
Reproduced (11)
wxPython issue (7)
Duplicate (6)
Debian (5)
macOS (5)
Question (5)
2.0.0rc8 (4)
Feature request (4)
Can't reproduce (4)
After 2.0.0 (4)
Regression (3)
Fix in progress (3)
Fix commited (1)
WIP (1)
Won't be fixed (1)
1.x (1)
Fixed (1)
3.x (1)
Documentation (1)
Pull Request Labels
dependencies (40)
github_actions (37)
After 2.0.0 (4)
python (3)
Feature request (2)
Needs thoughts (1)
WIP (1)
Waiting for feedback (1)
Duplicate (1)
Packages
- Total packages: 1
-
Total downloads:
- pypi 711 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 5
- Total maintainers: 2
pypi.org: printrun
Host software for 3D printers
- Homepage: https://github.com/kliment/Printrun/
- Documentation: https://printrun.readthedocs.io/
- License: GNU General Public License v3 or later (GPLv3+)
-
Latest release: 2.2.0
published over 1 year ago
Rankings
Forks count: 1.3%
Stargazers count: 1.5%
Average: 9.6%
Dependent packages count: 10.1%
Downloads: 13.6%
Dependent repos count: 21.5%
Last synced:
10 months ago
Dependencies
.github/workflows/buildpackage-mac.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
.github/workflows/buildpackage-win.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
.github/workflows/pypi-mac.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
.github/workflows/pypi-manylinux.yml
actions
- RalfG/python-wheels-manylinux-build v0.3.3-manylinux2014_x86_64 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
.github/workflows/pypi-sdist.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
.github/workflows/pypi-win.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
requirements.txt
pypi
- appdirs *
- cairocffi *
- cairosvg >=1.0.9,<2.6.0
- cffi *
- dbus-python >=1.2.0
- lxml *
- numpy *
- psutil *
- pyglet >=1.1,<2.0
- pyobjc-framework-Cocoa *
- pyreadline *
- pyserial *
- wxPython >=4.2.0
.github/workflows/test.yml
actions
- actions/checkout v4 composite
- actions/setup-python v4 composite
setup.py
pypi