Add memcached container
Adding Memcached container.
You have implemented a new container and would like to contribute it? Great! Here are the necessary steps.
- [x] Create a new feature directory and populate it with the package structure described in the documentation. Copying one of the existing features is likely the best way to get started.
- [x] Implement the new feature (typically in
__init__.py) and corresponding tests. - [x] Add a line
-e file:[feature name]torequirements.inand runmake requirements. This command will find any new requirements and generate lock files to ensure reproducible builds (see the pip-tools documentation for details). Then runpip install -r requirements/[your python version].txtto install the new requirements. - [x] Update the feature
README.rstand add it to the table of contents (toctreedirective) in the top-levelREADME.rst. - [x] Add a line
[feature name]to the list of components in the GitHub Action workflow in.github/workflows/main.ymlto run tests, build, and publish your package when pushed to themasterbranch. - [x] Rebase your development branch on
master(or mergemasterinto your development branch).
@romulojales @pffijt Can you get this merged and released?
@romulojales @pffijt Can you get this merged and released?
Hello @damjankuznar ,
I just rebased the PR with the latest main version.
Since I don't manage the project, I'm also waiting for the maintainers to review, and hopefully, approve my pr, so I could work with it without using my own fork.
original commits are here - https://github.com/testcontainers/testcontainers-python/commits/romulojales/add-memcached