https://github.com/davidam/dameformats
https://github.com/davidam/dameformats
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidam/dameformats
- Owner: davidam
- License: gpl-3.0
- Created: 2021-02-08T19:10:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T19:12:26.000Z (over 3 years ago)
- Last Synced: 2025-10-26T09:41:38.132Z (9 months ago)
- Language: HTML
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
$ cd dameformats
$ ./runtests.sh
$ nosetests3 tests
- 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