MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 1 as of 2016-09-21 18:03:42
  • Python
  • pypi

pypi

PyPI - the Python Package Index

pip install .
pip uninstall vbhelloworld
nano ~/.pypirc
[distutils]
index-servers=
    pypitest

[pypitest]
repository = https://testpypi.python.org/pypi
username = userx
password = passx

python3.5 setup.py register -r https://testpypi.python.org/pypi
python3.5 setup.py sdist
python3.5 setup.py sdist upload -r https://testpypi.python.org/pypi
pip uninstall vbhelloworld
pip install -i https://testpypi.python.org/pypi vbhelloworld
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01