Skip to main content

GeoX young academy Python example

Project description

Deploy
------

https://codetrips.com/2016/09/19/how-to-publish-a-pyton-package-on-pypi/

to deploy:

TODO: write about

.. code:: shell

git tag

Create a source package:

.. code:: shell

rm dist/*
python setup.py sdist # for building a zip file

To upload it, first create an account here:

https://pypi.python.org/pypi/geox-statistics/0.0.1

Then, install twine and upload the source package you build before:

.. code:: shell
pip install twine # for installation
twine upload dist/* # for uploading the zip file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geox_statistics-0.0.4.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page