# MongoDBConnection This repo contains the code which helps in connecting & operating DB queries to the mongoDB.
# requirements_dev.txt we use for the testing It makes it easier to install and manage dependencies for development and testing, separate from the dependencies required for production.
# difference between requirements_dev.txt and requirements.txt
requirements.txt is used to specify the dependencies required to run the production code of a Python project, while requirements_dev.txt is used to specify the dependencies required for development and testing purposes.
# tox.ini We use it for the testing in the python package testing against different version of the python
## how tox works tox enviornment creation 1. Install depedencies and packages 2. Run commands 3. Its a combination of the (virtualenvwrapper and makefile) 4. It creates a .tox
# pyproject.toml it is being used for configuration the python project it is a alternative of the setup.cfg file. its containts configuration related to the build system such as the build tool used package name version author license and dependencies
# setup.cfg In summary, setup.cfg is used by setuptools to configure the packaging and installation of a Python projec
# Testing python application types of testing 1. Automated testing 2. Manual testing
Mode of testing 1. Unit testing 2. Integration tests
Testing frameworks
pytest
unittest
robotframework
selenium
behave
doctest
# check with the code style formatting and syntax(coding standard)
pylint
flake8(it is best because it containt 3 library pylint pycodestyle mccabe)
pycodestyle
Release files for database-automation-ioklj 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| database-automation-ioklj-0.0.5.tar.gz | 7.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| database_automation_ioklj-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.4 kB
Release files / database-automation-ioklj-0.0.5.tar.gz
| Download URL | database-automation-ioklj-0.0.5.tar.gz |
|---|---|
| Size | 7.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
019a7c6da95c5f52c17b9ae2ac8f68046050d5fdf2ed01a1470d59ff9d0b19e9
|
|
BLAKE2b-256 checksum How to use checksums |
85ac995317194989e486de5ab32f48201fc407cea52b28c8cdb2452176a18f94
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.18
|
Release files / database_automation_ioklj-0.0.5-py3-none-any.whl
| Download URL | database_automation_ioklj-0.0.5-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ee2fb3a54f45d6da3bfc8713d01c8a510b449ddd1824269ba8d0739817b181d5
|
|
BLAKE2b-256 checksum How to use checksums |
f12e3a7149d41cc0f47f86362058e4df317740ac18ba8efbe84e0e3a4d991b18
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.18
|