Learning Json from Tests by David Arroyo Menéndez
Project description
<div id=”table-of-contents”> <h2>Table of Contents</h2> <div id=”text-table-of-contents”> <ul> <li><a href=”#sec-1”>1. To execute tests:</a></li> <li><a href=”#sec-2”>2. Pypi</a></li> </ul> </div> </div>
# To execute tests:<a id=”sec-1” name=”sec-1”></a>
$ cd damejson $ ./runtests.sh $ nosetests3 tests
# Pypi<a id=”sec-2” name=”sec-2”></a>
To install from local:
$ pip install -e .
To install create tar.gz in dist directory:
$ python3 setup.py register sdist
To upload to pypi:
$ twine upload dist/damejson-0.1.tar.gz
You can install from Internet in a python virtual environment to check:
$ python3 -m venv /tmp/funny $ cd /tmp/funny $ source bin/activate $ pip3 install damejson
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
File details
Details for the file damejson-0.0.12.tar.gz.
File metadata
- Download URL: damejson-0.0.12.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.20.0 CPython/3.5.1+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac20bf0cdf6251a1a4392d3a290094d32118439ad3036353519e25f600652a23
|
|
| MD5 |
9fc8b2201739b10cedde3327a0947c83
|
|
| BLAKE2b-256 |
d3f9b04bc662403f3f0e7f3e0419ebeed110502f542b6065f22a4d5aa6619ffc
|