==============
SetuptoolsDemo
==============
Copyright (c) 2015,2016 Jeremie DECOCK (http://www.jdhp.org)
Description
===========
This snippet was written to test setuptools and PyPI.
It is inspired by `this tutorial`_.
Dependencies
============
- Python >= 3.0
Install
=======
This demo can be installed with Python Setuptools by entering the following
command in a terminal::
python3 setup.py install
.. _install:
Installation
============
Gnu/Linux
---------
You can install, upgrade, uninstall this demo with these commands
(in a terminal)::
pip install --pre jdhp-setuptools-demo
pip install --upgrade jdhp-setuptools-demo
pip uninstall jdhp-setuptools-demo
Or, if you have downloaded the source code::
python3 setup.py install
Windows
-------
You can install, upgrade, uninstall this demo with these commands
(in a `command prompt`_)::
py -m pip install --pre jdhp-setuptools-demo
py -m pip install --upgrade jdhp-setuptools-demo
py -m pip uninstall jdhp-setuptools-demo
Or, if you have downloaded the source code::
py setup.py install
MacOSX
-------
You can install, upgrade, uninstall this demo with these commands
commands (in a terminal)::
pip install --pre jdhp-setuptools-demo
pip install --upgrade jdhp-setuptools-demo
pip uninstall jdhp-setuptools-demo
Or, if you have downloaded the source code::
python3 setup.py install
Usage
=====
Usage::
from jdhp_setuptools_demo import row_your_boat
row_your_boat.sing()
License
=======
This demo is distributed under the `MIT License`_
.. _this tutorial: http://sametmax.com/creer-un-setup-py-et-mettre-sa-bibliotheque-python-en-ligne-sur-pypi/
.. _MIT License: http://opensource.org/licenses/MIT
SetuptoolsDemo
==============
Copyright (c) 2015,2016 Jeremie DECOCK (http://www.jdhp.org)
Description
===========
This snippet was written to test setuptools and PyPI.
It is inspired by `this tutorial`_.
Dependencies
============
- Python >= 3.0
Install
=======
This demo can be installed with Python Setuptools by entering the following
command in a terminal::
python3 setup.py install
.. _install:
Installation
============
Gnu/Linux
---------
You can install, upgrade, uninstall this demo with these commands
(in a terminal)::
pip install --pre jdhp-setuptools-demo
pip install --upgrade jdhp-setuptools-demo
pip uninstall jdhp-setuptools-demo
Or, if you have downloaded the source code::
python3 setup.py install
Windows
-------
You can install, upgrade, uninstall this demo with these commands
(in a `command prompt`_)::
py -m pip install --pre jdhp-setuptools-demo
py -m pip install --upgrade jdhp-setuptools-demo
py -m pip uninstall jdhp-setuptools-demo
Or, if you have downloaded the source code::
py setup.py install
MacOSX
-------
You can install, upgrade, uninstall this demo with these commands
commands (in a terminal)::
pip install --pre jdhp-setuptools-demo
pip install --upgrade jdhp-setuptools-demo
pip uninstall jdhp-setuptools-demo
Or, if you have downloaded the source code::
python3 setup.py install
Usage
=====
Usage::
from jdhp_setuptools_demo import row_your_boat
row_your_boat.sing()
License
=======
This demo is distributed under the `MIT License`_
.. _this tutorial: http://sametmax.com/creer-un-setup-py-et-mettre-sa-bibliotheque-python-en-ligne-sur-pypi/
.. _MIT License: http://opensource.org/licenses/MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file jdhp-setuptools-demo-0.2.tar.gz.
File metadata
- Download URL: jdhp-setuptools-demo-0.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
577bfeb39bec9431635e53e27fe7380c17dadfd99c6a54d0c919dfed4381c5ca
|
|
| MD5 |
228518446a1f857dfdca2ad09c40433d
|
|
| BLAKE2b-256 |
a3b5443060657bf54eaa0ee69ccea8a66cb102726d3f2eadc9d7bb330204a2d8
|