Table of Contents
To execute tests:
All test
$ cd dameformats
$ ./runtests.sh
Single test's file
$ cd dameformats
$ pytest tests
Single test
$ cd dameformats
$ pytest tests/test_damecsv.py::TestDameCsv::test_damecsv_csvcolumn2list
Pypi
-
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/dameformats-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 dameformats
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dameformats-0.1.6.tar.gz
(301.8 kB
view details)
File details
Details for the file dameformats-0.1.6.tar.gz.
File metadata
- Download URL: dameformats-0.1.6.tar.gz
- Upload date:
- Size: 301.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c79bb66b6c95282a7b21171886df48a5a6ffbdce36b2462015cbbb5bb33dcc78
|
|
| MD5 |
5f1f87837f66fcf1397f7fe33a194ffc
|
|
| BLAKE2b-256 |
c28b93b9073cc7f3600fb7b8f633f7016ef1460ea08f0e48beacf07c32fae70a
|