Skip to content

megan-fillion/ocus_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ocus_helper

source code

you can find the attributed methods in ocus_helper/models

Download

pip install --upgrade ocus_helper

from ocus_helper.models import Database, Nas, S3

Add to package

install packages:

  • setuptools
  • wheel
  • tqdm
  • twine

add code to models.py or add new sibling file

alter line 8 in setup.py

version="0.0.n+1"

create .pyrirc file

[distutils] 
index-servers=pypi

[pypi]
repository: https://upload.pypi.org/legacy/ 
username: 
password: 

[testpypi]
repository: https://test.pypi.org/legacy/
username: 
password: 

push to github

push to pypi

python3 setup.py sdist bdist_wheel
python -m twine upload dist/*

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages