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
------
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 details)
File details
Details for the file geox_statistics-0.0.4.tar.gz.
File metadata
- Download URL: geox_statistics-0.0.4.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e11059fa1562861d5b5a279b82511b8d9ef37e69e88ec115626f424751c45de3
|
|
| MD5 |
190635c26581ab2a09e6b92a640bccc3
|
|
| BLAKE2b-256 |
dfe9bcdf5183e3346c698b9e98c6772f2427b7280943f938357ddd4080aff1b4
|