Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make it pip compatible #213

Merged
merged 4 commits into from
Jan 4, 2023
Merged

feat: make it pip compatible #213

merged 4 commits into from
Jan 4, 2023

Conversation

Minipada
Copy link
Contributor

Summary

This PR makes the package pip compatible.

How I tested

I ran :
pip install git+https://github.com/Minipada/PaPiRus.git@pip

Tested on:

  • PC X86_64: python 3.7.4.
  • Cross compilation for raspberry pi 0 W with Yocto Zeus

Installed files (output of the tree command):

└── usr
    ├── bin
    │   ├── papirus-animation
    │   ├── papirus-buttons
    │   ├── papirus-cam
    │   ├── papirus-clear
    │   ├── papirus-clock
    │   ├── papirus-composite-write
    │   ├── papirus-config
    │   ├── papirus-draw
    │   ├── papirus-fbcopy
    │   ├── papirus-gol
    │   ├── papirus-radar
    │   ├── papirus-set
    │   ├── papirus-setup
    │   ├── papirus-snake
    │   ├── papirus-system
    │   ├── papirus-temp
    │   ├── papirus-test
    │   ├── papirus-textfill
    │   ├── papirus-twitter
    │   └── papirus-write
    ├── lib
    │   └── python3.7
    │       └── site-packages
    │           ├── papirus
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-37.pyc
    │           │   │   ├── composite.cpython-37.pyc
    │           │   │   ├── epd.cpython-37.pyc
    │           │   │   ├── image.cpython-37.pyc
    │           │   │   ├── lm75b.cpython-37.pyc
    │           │   │   ├── readrtc.cpython-37.pyc
    │           │   │   ├── text.cpython-37.pyc
    │           │   │   └── textpos.cpython-37.pyc
    │           │   ├── composite.py
    │           │   ├── epd.py
    │           │   ├── image.py
    │           │   ├── lm75b.py
    │           │   ├── readrtc.py
    │           │   ├── text.py
    │           │   └── textpos.py
    │           └── papirus-1.0.0-py3.7.egg-info
    └── share
        └── bitmaps
            ├── 0.gif
            ├── 1.gif
            ├── 10.gif
            ├── 11.gif
            ├── 12.gif
            ├── 13.gif
            ├── 14.gif
            ├── 15.gif
            ├── 2.gif
            ├── 3.gif
            ├── 4.gif
            ├── 5.gif
            ├── 6.gif
            ├── 7.gif
            ├── 8.gif
            ├── 9.gif
            ├── papirus-cam-intro.jpg
            ├── papirus-logo.bmp
            └── python.png

9 directories, 56 files

resolves #128

@Minipada Minipada requested a review from shawaj February 23, 2020 20:36
@shawaj shawaj merged commit 13579fc into PiSupply:master Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

turn into pip library
2 participants