A python package for connecting with database.
Project description
# Gemstone-Price-Prediction-End-to-End-Pipeline
# 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 if for the testing in the python package testing against different version of the python
## how tox works tox enviornment creation
Install depedencies and packages
Run commands
Its a combination of the (virtualenvwrapper and makefile)
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
Automated testing
Manual testing
Mode of testing
Unit testing
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file databaseautomation_sunny-0.0.4.tar.gz.
File metadata
- Download URL: databaseautomation_sunny-0.0.4.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb004d6dc8225db81baf4c1222a5949d032b399028c9b0a37ed6a887b5233d26
|
|
| MD5 |
315f3f0e6e328a8690c9dabf11aa077f
|
|
| BLAKE2b-256 |
3bde2b61c34180a85a9984db8770134abc813c74ec42622a0d4d5f089b46f7db
|
File details
Details for the file databaseautomation_sunny-0.0.4-py3-none-any.whl.
File metadata
- Download URL: databaseautomation_sunny-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99a0f85bc0d10687f0b678f5115181b77a5e0f7da2b669c9b56f0f1a1f56058d
|
|
| MD5 |
640ba18298f30bc85a0cd54f10c89701
|
|
| BLAKE2b-256 |
467c3ff446993f6ff3c16e8876680b5471b4764b9463161ab244f12d6f82194f
|