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

setup.py #41

Open
foobarbecue opened this issue Jun 19, 2022 · 3 comments
Open

setup.py #41

foobarbecue opened this issue Jun 19, 2022 · 3 comments

Comments

@foobarbecue
Copy link
Contributor

It would be useful for me if I could install both robot_cameraman and panasonic_camera into python environments using setuptools. Are you planning to add setup.py files?

@maiermic
Copy link
Owner

I'm planning to release robot_cameraman, panasonic_camera and simplebgc as individual packages to pypi and manage each in its own Git repository in the future. At least for now, it was more convenient to me to develop everything in a single repository and figure out a proper API for each library.

Do you want to install them on your same machine for now? This wouldn't require to publish to pypi, since there are several ways to install packages from local file system folder using pip. We could be sloppy and just add a setup.py with a static version (e.g. 0.1.0) that installs all 3 packages if this meets your current requirements.

@foobarbecue
Copy link
Contributor Author

Yep, a temporary setup.py that does all three would work fine. My main reason for this is that for init scripts / dhcpcd hooks on the RPi I'd like to install it into the system python. I want to set it up so that RPi is greedy to connect to the camera (and my bluetooth IMU) and doesn't require any manual intervention.

@maiermic
Copy link
Owner

If you create a PR, I will merge it 😉

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

No branches or pull requests

2 participants