Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shearichard/tagweed
tagweed provides help in cleaning up tag clouds such as those seen in pinboard.io, delicious.com, etc
https://github.com/shearichard/tagweed
Last synced: about 10 hours ago
JSON representation
tagweed provides help in cleaning up tag clouds such as those seen in pinboard.io, delicious.com, etc
- Host: GitHub
- URL: https://github.com/shearichard/tagweed
- Owner: shearichard
- License: bsd-3-clause
- Created: 2014-04-11T10:04:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-22T00:44:00.000Z (about 10 years ago)
- Last Synced: 2023-03-22T16:57:11.191Z (over 1 year ago)
- Language: Python
- Size: 453 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
tagweed
===============================.. image:: https://badge.fury.io/py/tagweed.png
:target: http://badge.fury.io/py/tagweed.. image:: https://travis-ci.org/shearichard/tagweed.png?branch=master
:target: https://travis-ci.org/shearichard/tagweed.. image:: https://pypip.in/d/tagweed/badge.png
:target: https://crate.io/packages/tagweed?version=latesttagweed provides help in cleaning up tag clouds such as those seen in pinboard.io, delicious.com, etc
* Free software: BSD license
* Documentation: http://tagweed.rtfd.org.Features
--------* TODO..
Usage
-----
Examples of usage for easy reference:Local source of tags::
(venv3)~/dev/tagweed $ python tagweed.py -c sample.cfg -a FINDSIMILAR -s LOCAL -l sampletags.json
Pinboard.in source of tags::
(venv3)~/dev/tagweed/tagweed $ python tagweed.py -c sample.cfg -a FINDSIMILAR -s PINBOARD -u foo -p bar
Virtualenv Usage
-----
Originally I had a virtualenv based on Python 2.7. At the same time I had a number of problems with tox. As part of the process of fixing the tox problems I tried changing the 'native' virtualenv to a Python 3.4 one. Whether or not this was part of the solution with tox I've stuck with it so the `venv3` directory is the virtualenv used for normal usage (and the `.tox` directory contains the virtualenvs used by tox).