Metadata-Version: 2.1
Name: pthat
Version: 0.9.4
Summary: A package containing the API for the PTHat by CNC Design Limited
Home-page: https://github.com/drizztguen77/PTHat
Author: Curtis White
Author-email: drizztguen77@gmail.com
License: Apache V2
Project-URL: Documentation, https://pthat.readthedocs.io
Project-URL: Wiki, https://github.com/drizztguen77/PTHat/wiki
Project-URL: Tracker, https://github.com/drizztguen77/PTHat/issues
Description: # PTHat
        
        Pulse Train HAT Python API. This is a Python API to control the PTHAT from CNC Design Limited
        
        
        
        ## Build
        
        To build the project files:
        ```
        python setup.py sdist bdist_wheel
        ```
        
        ## TestPyPI
        
        To upload the project the first time until a token is obtained. This will prompt for username and password.
        ```
        twine upload --repository-url https://test.pypi.org/legacy/ dist/*
        ```
        
        To upload the project to TestPyPI:
        ```
        twine upload -r testpypi dist/*
        ```
        
        To install this package from TestPyPI:
        ```
        pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pthat
        ```
        
        To view the project on TestPyPI:
        https://test.pypi.org/project/pthat/
        
        #### Token
        Token to upload this project to TestPyPI:
        ```
        Username: __token__
        Password: pypi-AgENdGVzdC5weXBpLm9yZwIkZjRjOWE2NDctYTI4MC00N2M0LWI1NDEtZmJjNTcyZTVjOTI4AAI2eyJwZXJtaXNzaW9ucyI6IHsicHJvamVjdHMiOiBbInB0aGF0Il19LCAidmVyc2lvbiI6IDF9AAAGIEfC11_SYnhL6S5C2xfRD2-HcgZ-iM070-FNwoJPf1ls
        ```
        #### Keyring
        To install the tokens to a local keyring do the following. Each command will prompt for the password. Just copy and paste the token.
        ```
        keyring set https://upload.pypi.org/legacy/ __token__
        keyring set https://test.pypi.org/legacy/ __token__
        ```
        
        
        ## Pypi
        
        To upload the project the first time until a token is obtained. This will prompt for username and password.
        ```
        twine upload dist/*
        ```
        
        To upload the project to pypi:
        ```
        twine upload -r pypi dist/*
        ```
        
        To install this package from pypi:
        ```
        pip install pthat
        ```
        
Keywords: pthat,api
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8
