A fast unification ds code package
Project description
RTM FAST Package
This is a RTM FAST package.
Installation
Use the package manager pip to install rtm-fast.
pip install rtm-fast==0.0.2
Usage
import rtm-fast
from rtm_fast_unification.ds.tool_objects.tool_selection import get_tool_object
Contributing
Before updating the package, please run these command in Windows cmd.
py -m pip install --upgrade pip
py -m pip install --upgrade build
Now to Update the package, please follow these steps.
- Please change the ds code and update the dependency array in pyproject.toml file if required.
- Build the project in the directory where your pyproject.toml file is present using
py -m build
- Now to publish the package to PyPi please use the below command
py -m pip install --upgrade twine
py -m twine upload --repository testpypi dist/*
The upload command will ask for username and password. Provide it and your package will be published.
License
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
rtm_fast-0.0.2.tar.gz
(117.3 kB
view hashes)
Built Distribution
rtm_fast-0.0.2-py3-none-any.whl
(175.5 kB
view hashes)