No project description provided
Project description
Model Validation for Autosink Project
The environment is based on MacOS and Linux.
Makefile
The Makefile
has the following functions.
make lint
- To use the
.vscode
settings, install thepylint
extension. - It overrides the options specified in the
pyproject.toml
file in the default settings of the linter and lints the code.
make format
- The formatter uses Google's
yapf
. - It overrides the options specified in the
pyproject.toml
file in the default settings of theyapf
formatter and formats the code. - To use the
.vscode
settings, install theyapf
extension.
make test
- It uses
unittest
for testing. - It supports both
test_*.py
and*_test.py
patterns. - The test file must be connected to
__init__.py
up to the location where the test file exists.
make publish
- Write the
~/.pypirc
file as follows.[pypi] username = __token__ password = pypi-something # Obtain and write your personal API token.
- When this command is executed, it pushes the package to the PyPI public registry using
flit
. - The previously specified name
myproject
(alias) will be uploaded, allowing anyone worldwide to install and use the package 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_model_validation-0.1.0.tar.gz
.
File metadata
- Download URL: autosink_model_validation-0.1.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba2de338badbb3279293850af10ba9c0444333e9c3dde1a97eb2ebc74ae84986 |
|
MD5 | 486b4902bc6e4ca3d23b36c11974992d |
|
BLAKE2b-256 | 17ebf72110f705cf15e8f7e9cef6d5f31a53de94541145ba9a58dc11e183d658 |
File details
Details for the file autosink_model_validation-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: autosink_model_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 | f0a60b4d7c5547a6d7f7cefed85b1511952f068bd12ebfcfbe7cbb35375c87f0 |
|
MD5 | a1e01831b98dbb6578ef4c87a1a6d431 |
|
BLAKE2b-256 | 16df079f57f88bc3730cb702cd2f5e2209a57d22b82e76998b826d83775f7e83 |