aboutsummaryrefslogtreecommitdiffstats
path: root/python_moondb/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'python_moondb/README.md')
-rw-r--r--python_moondb/README.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/python_moondb/README.md b/python_moondb/README.md
deleted file mode 100644
index d36c6ae3..00000000
--- a/python_moondb/README.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# python_moondb
-
-This package contains the database module for the Moon project
-It is designed to provide a driver to access the Moon database.
-
-For any other information, refer to the parent project:
-
- https://git.opnfv.org/moon
-
-## Build
-### Build Python Package
-```bash
-cd ${MOON_HOME}/python_moondb
-python3 setup.py sdist bdist_wheel
-```
-
-### Push Python Package to PIP
-```bash
-cd ${MOON_HOME}/python_moondb
-gpg --detach-sign -u "${GPG_ID}" -a dist/python_moondb-X.Y.Z-py3-none-any.whl
-gpg --detach-sign -u "${GPG_ID}" -a dist/python_moondb-X.Y.Z.tar.gz
-twine upload dist/python_moondb-X.Y.Z-py3-none-any.whl dist/python_moondb-X.Y.Z-py3-none-any.whl.asc
-twine upload dist/python_moondb-X.Y.Z.tar.gz dist/python_moondb-X.Y.Z.tar.gz.asc
-```
-
-## Test
-### Python Unit Test
-launch Docker for Python unit tests
-```bash
-cd ${MOON_HOME}/python_moondb
-docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest
-``` \ No newline at end of file