miki725 / alchemy-mock

SQLAlchemy mock helpers.
Other
82 stars 15 forks source link

A forked version of this library #40

Open rajivsarvepalli opened 3 years ago

rajivsarvepalli commented 3 years ago

New Fork called mock-alchemy

Since this library appears to no longer be supported, I created a fork of this project with the improvements that I suggested in PR #39. This new library is called mock-alchemy and is available on GitHub and PyPI.

My motivation stems from working on a project in which the alchemy-mock library was very helpful, but I wanted some more functionality such as delete. I decided to add this functionality in a separate library (due to the alchemy-mock library no longer being supported). I also added documentation with some more detailed examples. There are two versions of this project: one for Python 2.7 users and one for Python 3.7 users and up. The releases under 0.2.0 are designed to support Python 2.7 and Python 3.6+ simultaneously.

I hope that this new active version of this project will allow others to contribute to this project and make changes to mock-alchemy to improve this package for the developer community.

For a full list of the changes I have made, check out the changelog. As of right now, not much has been greatly altered, but I hope, with active community contribution, we can improve this neat library Miroslav Shubernetskiy has created.

Credit

Full credit has been given to the original creators (Miroslav Shubernetskiy and Serkan Hoscai) for starting and building this project.

GvandeSteeg commented 1 year ago

It's sad when great libraries like these just get abandoned out of the blue. Glad to see you've picked up on it!