Commit Graph

292 Commits

Author SHA1 Message Date
Scott Sievert 17a450eb5d Add XKCD #1883 to README 2017-08-30 12:06:08 -05:00
kennethreitz 8cd2158567 Merge pull request #87 from endast/patch-1
Update README.rst
2017-08-26 15:32:11 -04:00
kennethreitz 883b1b9b92 Merge pull request #90 from ibigpapa/master
Fix for issue #89
2017-08-26 15:31:15 -04:00
kennethreitz 414df5f3f5 Merge pull request #93 from timofurrer/patch-1
Fix typo in README. Closes #92
2017-07-28 13:46:33 -04:00
Timo Furrer 1694ed7cf8 Fix typo in README. Closes #92 2017-07-28 10:00:06 +02:00
Troy Harrison cbe9f6bae7 Adds test for issue #89 2017-06-28 14:27:57 -05:00
Troy Harrison 8bdd5c65fa Fixes issue #89 2017-06-28 14:26:54 -05:00
Magnus Wahlberg 4d96d06d70 Update README.rst
The example for intervals is missing an "s"

>>> import maya
>>> maya.interval(start=maya.now(), end=maya.now().add(days=1), interval=60*60)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'maya' has no attribute 'interval'
>>> maya.intervals(start=maya.now(), end=maya.now().add(days=1), interval=60*60)
<generator object intervals at 0x106acc0a0>
2017-06-23 08:44:20 +02:00
kennethreitz bbdb9b8762 Merge pull request #79 from robcarrington/fix-setup
Fixed setup.py bug by turning encoding into a keyword argument. Encod…
2017-05-30 22:12:00 -04:00
Robert Carrington 28ecad81bd Fixed setup.py bug by turning encoding into a keyword argument. Encoding parameter was being passed in the position belonging to the buffering parameter 2017-05-30 21:03:35 -05:00
kennethreitz c56c552184 Merge pull request #78 from moin18/seconds_or_timedelta_private
"seconds_or_timedelta" as private
2017-05-30 10:51:31 -04:00
Moin d5e4853886 updated test to use private _seconds_or_timedelta 2017-05-30 20:03:20 +05:30
Moin 28b3a849a9 declare seconds_or_timedelta as private function 2017-05-30 19:58:33 +05:30
kennethreitz d872f29cfc Merge pull request #76 from emattiza/dev-docs
Docs addition for Maya
2017-05-29 02:12:10 -04:00
Evan.Mattiza d8cbdede28 added update, install, and some quickstart
Signed-off-by: Evan.Mattiza <emattiza@gmail.com>
2017-05-29 01:03:35 -05:00
Evan.Mattiza c0f1bd709f Versioning in docs off Maya Package
Signed-off-by: Evan.Mattiza <emattiza@gmail.com>
2017-05-28 23:16:20 -05:00
Evan.Mattiza 8469e60d3c Tree of API and Use-Case definitions
added files for api descriptions and usage by users

Signed-off-by: Evan.Mattiza <emattiza@gmail.com>
2017-05-28 23:16:20 -05:00
Evan.Mattiza 953f857940 Index Basics added
Signed-off-by: Evan.Mattiza <emattiza@gmail.com>
2017-05-28 23:16:20 -05:00
Evan.Mattiza 6375143eac Authors add for Evan
Added myself to authors

Signed-off-by: Evan.Mattiza <emattiza@gmail.com>
2017-05-28 23:16:20 -05:00
Evan.Mattiza c0fd845d4c Sphinx-Quickstart Additions
Basics added from sphinx-quickstart, makefile at project root
updated.

Signed-off-by: Evan.Mattiza <emattiza@gmail.com>
2017-05-28 23:16:20 -05:00
Evan.Mattiza 0f38b99157 Added Sphinx to Pipfile
Yeah. What it sounds like.

Signed-off-by: Evan.Mattiza <emattiza@gmail.com>
2017-05-28 23:16:20 -05:00
Evan.Mattiza 66a016ea84 Version File Add and setup.py exec read for version
Single place to change version and keep up to date at package level

Signed-off-by: Evan.Mattiza <emattiza@gmail.com>
2017-05-28 17:04:05 -05:00
kennethreitz 6f1df92b8f Merge pull request #72 from moin18/mayainterval_validation
Validation of arguments pass to the function of MayaInterval class
2017-05-28 11:15:11 -07:00
Moin 51c4298ece fixed review comment related to argument type check validator and fixed indentation issues 2017-05-28 23:20:40 +05:30
Moin 74092289dd modified test case to validate invalid argument scenario 2017-05-28 23:08:09 +05:30
Moin f3f2793b50 added decorator to vaildate arguments of MayaInterval functions 2017-05-28 23:07:37 +05:30
kennethreitz 251f535d67 Merge pull request #68 from moin18/seconds_or_timedelta_fix
fix 'seconds_or_timedelta' to return ONLY 'datetime.timedelta' object
2017-05-28 08:55:15 -07:00
kennethreitz 98e9a2190a Merge pull request #71 from timofurrer/use-valuerror
Raise ValueError instead of AssertionError
2017-05-28 08:54:27 -07:00
kennethreitz c8dd4b9264 Merge pull request #70 from timofurrer/classifiers
Add some reasonable trove classifiers
2017-05-28 08:53:52 -07:00
kennethreitz a1b27e80d6 Merge pull request #67 from moin18/cleanup
code cleanup - descriptive variable names
2017-05-28 08:53:40 -07:00
kennethreitz 92f3b83b8b Merge pull request #69 from timofurrer/fix-tests
Fix failing tests
2017-05-28 08:52:42 -07:00
Timo Furrer 0f39ec6323 Add setup.cfg with wheels config 2017-05-28 12:25:40 +02:00
Timo Furrer 4d88eede9d Fix failing tests 2017-05-28 12:23:26 +02:00
Timo Furrer 971ecec9cf Raise ValueError instead of AssertionError 2017-05-28 12:18:35 +02:00
Timo Furrer ef471f8041 Add some reasonable trove classifiers 2017-05-28 12:04:52 +02:00
Moin 0fda49bdb9 variable changes for the operator functions of the MayaDT 2017-05-28 13:06:17 +05:30
Moin a8a18462fe fix 'seconds_or_timedelta' to return ONLY 'datetime.timedelta' object 2017-05-28 06:49:18 +05:30
Moin 82dc88c878 added __init__ to tests directory to allow maya import 2017-05-28 05:28:59 +05:30
Moin e9a14e32da packages conf moved to separate list in setup.py 2017-05-28 05:22:03 +05:30
Moin 7b7f990a13 code cleanup - descriptive variable names 2017-05-28 05:06:25 +05:30
kennethreitz 720617f062 Merge pull request #65 from timofurrer/license-line-wrap
Wrap lines in license text
2017-05-27 15:37:33 -07:00
Timo Furrer 5bf45dbfb7 Wrap lines in license text 2017-05-28 00:36:51 +02:00
kennethreitz 488a25bcd8 Merge pull request #64 from timofurrer/tests-dir
Move tests into tests directory
2017-05-27 15:36:16 -07:00
Timo Furrer b2ac4f08a5 Move tests into tests directory 2017-05-28 00:33:41 +02:00
kennethreitz 57ccc67721 Update README.rst 2017-05-27 14:59:27 -04:00
kennethreitz 7814ec2864 fix broken tests v0.3.2 2017-05-27 13:04:22 -04:00
kennethreitz f39c932039 cleanups 2017-05-27 12:12:58 -04:00
kennethreitz 96ff770071 move things around 2017-05-27 12:11:51 -04:00
kennethreitz cd16ee94f0 move things around 2017-05-27 12:11:45 -04:00
kennethreitz 7c68489682 tests 2017-05-27 12:10:48 -04:00