Skip to content

MattWill660/measurement-workbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Measurement Workbox

Installation

pip install measurement-workbox

Get started

How to use measurement-workbox

import measurement_workbox as mw

Development Information

Github Repository
Packaging Information
Unit Testing

TODO:

-Write classes/code -Write unititests
-Set up auto documentation
-Set up documentation hosting
-Upload to pip

Build Distribution

Increment version number in setup.py and pyproject.toml

py -m pip install --upgrade build  
py -m build

Upload Test Distribution

py -m pip install --upgrade twine  
py -m twine upload --repository testpypi dist/* 

Install Test Distribution

py -m pip install --index-url https://test.pypi.org/simple/ --no-deps measurement-workbox  

Upload and Install Real Distribution

py -m pip install --upgrade twine  
py -m twine upload dist/* 
python3 -m pip install measurement-workbox

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages