| Name |
Last commit
|
Last update |
|---|---|---|
| .github | ||
| docs | ||
| tests | ||
| tweet_model | ||
| .editorconfig | ||
| .gitignore | ||
| .travis.yml | ||
| AUTHORS.rst | ||
| CONTRIBUTING.rst | ||
| HISTORY.rst | ||
| LICENSE | ||
| MANIFEST.in | ||
| Makefile | ||
| README.rst | ||
| requirements_dev.txt | ||
| setup.cfg | ||
| setup.py | ||
| tox.ini |
Since the last release the main improvements have been: * Raise a custom exception instead of sysexiting when confronted with a wrong CSV file. * Change prints for logger messages. * Modularize the "get_tweets_from_csv" dividing it into 3 functions to provide more isolated functions. Now this function makes use of "get_tweet_from_csv_line", which returns a single Tweet object when provided with two lists representing the contents of a CSV header and one of its entries. There is also a "raw" alternative of that function, which works with raw lines and converts them to lists to then call the "non-raw" version.
| Name |
Last commit
|
Last update |
|---|---|---|
| .github | Loading commit data... | |
| docs | Loading commit data... | |
| tests | Loading commit data... | |
| tweet_model | Loading commit data... | |
| .editorconfig | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| AUTHORS.rst | Loading commit data... | |
| CONTRIBUTING.rst | Loading commit data... | |
| HISTORY.rst | Loading commit data... | |
| LICENSE | Loading commit data... | |
| MANIFEST.in | Loading commit data... | |
| Makefile | Loading commit data... | |
| README.rst | Loading commit data... | |
| requirements_dev.txt | Loading commit data... | |
| setup.cfg | Loading commit data... | |
| setup.py | Loading commit data... | |
| tox.ini | Loading commit data... |