No project description provided
Project description
Data Validation for Autosink Project
The environment is based on MacOS, Linux.
Makefile
The Makefile
has the following functionalities.
make lint
- To use the
.vscode
settings, install thepylint
extension. - Overrides options specified in the
pyproject.toml
file to lint the code based on the default settings of the linter.
make format
- The formatter uses Google's
yapf
. - Overrides options specified in the
pyproject.toml
file to format the code based on the default settings of theyapf
formatter. - To use the
.vscode
settings, install theyapf
extension.
make test
- Uses
unittest
for testing. - Supports both
test_*.py
and*_test.py
patterns. - The test files must be connected to
__init__.py
up to the location where the test files exist.
make publish
- Write the
~/.pypirc
file as follows:[pypi] username = __token__ password = pypi-something # Obtain and write your personal API token.
- Running this command will push the package to the PyPI public registry using
flit
. - The package uploaded under the previously specified name
myproject
(alias) will be available for anyone worldwide to install and use withpython3 -m pip install myproject
.
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
File details
Details for the file autosink_data_validation-0.1.0.tar.gz
.
File metadata
- Download URL: autosink_data_validation-0.1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42d58687ae0e1072815236ce40677efd1125ed6482ab8907a26cad8314386bfe |
|
MD5 | 90db63806b461feb0dae37f94633140c |
|
BLAKE2b-256 | 8baec0218b507f542fac6b8e813bbb5864e34791f72580ee30ff4760fe228764 |
File details
Details for the file autosink_data_validation-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: autosink_data_validation-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d07a7c9ac3aa91423e2189a3e0421e447340453e8d1a386fa3d3267c5ef45ab4 |
|
MD5 | 4f338ded5e14912c35fbb362a4b983e0 |
|
BLAKE2b-256 | 0885c68c224f053ba412ee542b36cdd5eeaf43c9391f0df3f4c7422f77426a8d |