https://github.com/kshramt/append_db
https://github.com/kshramt/append_db
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kshramt/append_db
- Owner: kshramt
- License: gpl-3.0
- Created: 2020-03-26T12:05:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T12:05:47.000Z (about 6 years ago)
- Last Synced: 2025-10-25T20:23:30.996Z (8 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= `append_db`
image:https://travis-ci.com/kshramt/append_db.svg?branch=master["Build Status", link="https://travis-ci.com/kshramt/append_db"]
== Release
----
rm -fr append_db.egg-info
python3 setup.py sdist
twine upload dist/append_db-x.y.z.tar.gz
----