wapringle / mockbrython

Mock brython functions for local testing and debugging.
MIT License
8 stars 3 forks source link

Simplify installation #2

Closed cool-RR closed 4 years ago

cool-RR commented 4 years ago

Any reason this shouldn't be pip-installable? I just copied it into site-packages instead of the complicated installation instructions.

wapringle commented 4 years ago

I would prefer to have it a bit more stable, before packaging it.

cool-RR commented 4 years ago

Keep in mind that if it was packaged, it would be easier for me to upgrade and see your new additions. Now it's a chore.

cool-RR commented 4 years ago

You can package it with a version of 0.0.1, which sends the message of "Don't expect any kind of stability from this package."

wapringle commented 4 years ago

Hi

Should have your list cleared apart from this issue. I will give it a go and see how it works out..

Thanks for your useful feedback and I will keep you posted.

regards

Bill Pringle

On Tue, Oct 6, 2020 at 3:27 PM Ram Rachum notifications@github.com wrote:

You can package it with a version of 0.0.1, which sends the message of "Don't expect any kind of stability from this package."

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/wapringle/mockbrython/issues/2#issuecomment-704306709, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOE6FDBQNFPUSJYY4XZM73TSJMSMLANCNFSM4R22EWLA .

wapringle commented 4 years ago

Just to let you know I have published mockbrython on PyPI as you suggested. You can have a sneak preview before I do a formal announcement in the next few days.

I have extended the package to cover all the Brython calls documented, with function prototypes and dummies for IDEs - generally more complete than the first version

Hope you like it.

$ pip install mockbrython

Enjoy

cool-RR commented 4 years ago

Cool, works great! Thank you.