Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

kubos/major-tom-api-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Major Tom API Packages

Python Package for interacting with Major Tom's APIs

major_tom_api folder has the actual package. Check the README inside it for more info on the package itself.

$ python3 test.py checks that it's been imported into the environment properly.

Building Packages

  1. Make sure you have the appropriate tools installed (setuptools and wheel):
python3 -m pip install --user --upgrade setuptools wheel
  1. Run the following in each package directory to upload to the test PyPi:
python3 setup.py sdist bdist_wheel

python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
  1. Verify they uploaded correctly by installing from the test PyPi and verifying version number:
pip3 install -i https://test.pypi.org/simple/ major-tom-gateway-api

or

pip3 install -i https://test.pypi.org/simple/ major-tom-script-api
  1. Now that it's testedFor the official release, upload to the official PyPi:
python3 -m twine upload dist/*

Reference

About

Python Package for interacting with Major Tom's APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages