No project description provided
Project description
Model Training for Autosink Project
The environment is based on MacOS and 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 in the linter's default settings to lint the code.
make format
- The formatter uses Google's
yapf
. - Overrides options specified in the
pyproject.toml
file in the default settings of theyapf
formatter to format the code. - To use the
.vscode
settings, install theyapf
extension.
make test
- Tests use
unittest
. - 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_model_training-0.1.0.tar.gz
.
File metadata
- Download URL: autosink_model_training-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 | 87f3d85f1b960b907944e2e5655bec0eced259f216ff94107c6207e440fb04ff |
|
MD5 | 0e331fefc93c4445c553f58ec408a72d |
|
BLAKE2b-256 | 1ceae9268fa0976d8e01837ad0a5ecf64274f3544a5887df83a848575b7a0d40 |
Provenance
File details
Details for the file autosink_model_training-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: autosink_model_training-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 | 0d08ec4799a9d537c60fbdc71528ca0081264083ce4e418f19f0beb492c3ee9e |
|
MD5 | 3db216e503df55da18610f97c691b389 |
|
BLAKE2b-256 | 76c2f759677beaaf959707702d50b3d214067290c0d40b4f38d00b8d3a9ad8f8 |