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

Request: publishing package(s) to PyPI #298

Open
jamesbraza opened this issue Mar 1, 2023 · 0 comments
Open

Request: publishing package(s) to PyPI #298

jamesbraza opened this issue Mar 1, 2023 · 0 comments

Comments

@jamesbraza
Copy link

jamesbraza commented Mar 1, 2023

It would be cool to publish the core of this repo (e.g. Game.py, NeuralNet.py, etc.) to PyPI.

Python native namespace packaging makes it really easy to make games as installable sub-modules.

# Installs modules azg.Game, azg.NeuralNet, azg.MCTS, etc.
pip install azg-core
# Installs modules azg.othello.OthelloGame, azg.othello.OthelloLogic, etc.
pip install azg-othello
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

1 participant