A datatype which stores a year and a month.
This package provides the data type Month (typical usage: Month(4, 2003)), which supports conversion to and from strings, as well as a zope.schema field and widgets for both zope.formlib and z3c.form.
To use the month field, <include package="gocept.month"/> and declare a schema like this:
>>> import gocept.month >>> import zope.interface >>> import zope.schema >>> class IContract(zope.interface.Interface): ... title = zope.schema.TextLine(title=u"Contract title") ... start = gocept.month.MonthField(title=u"Starting date") ... end = gocept.month.MonthField(title=u"Ending date")
To use the form widgets, you need to require the form setuptools extra (i.e. gocept.month[form]), and <include package="gocept.month.browser"/> in your ZCML.
CHANGES
3.0 (2021-08-27)
Backwards-incompatible changes
Re-licence from ZPL to MIT licence.
Drop support for Python 2 and 3.6.
Features
Add support for Python 3.10 (as of rc.1).
2.2 (2021-04-20)
Features
Add support for Python 3.7, 3.8 and 3.9.
Bug fixes
Add missing security declaration needed for .browser.widget.MonthWidget, the month widget for z3c.form.
Other CHANGES
Migrate to Github.
Use Github actions as CI.
Drop support for Python 3.4 and 3.5.
2.1 (2017-04-13)
Officially support Python 3.6.
Fix configure.zcml to be compatible with Python 3.
2.0 (2016-04-28)
Made the package compatible with Python 2.7 and Python 3 at the same time.
Backwards-incompatible change towards stricter comparison behaviour: While arbitrary objects (except month strings) used to be considered less than any Month instance, such a comparison now raises a TypeError.
Removed deprecated Month.isBetween method.
1.5 (2016-04-27)
Support Python 2.7 and PyPy only.
Add tox as testrunner.
1.4 (2016-02-07)
Add a __len__ method to MonthInterval.
Require z3c.form >= 2.6 to get rid of some odd test dependencies.
1.3.2 (2015-10-13)
Fix configure.zcml to include needed meta.zcml files.
1.3.1 (2015-08-05)
Migrate repository to https://bitbucket.org/gocept/gocept.month
1.3 (2014-07-16)
Add placeholder for month widget in z3c forms describing the required month format.
1.2 (2013-02-18)
Split off widgets into setuptools extra form, and don’t include the browser ZCML by ourselves, so clients can use only the domain part of this package without the UI parts.
Added firstOfMonth method to Month.
Using zope.formlib >= 4.0 instead of zope.app.form.
Updated to ZTK 1.1.5.
1.1 (2012-02-09)
Add MonthInterval.forYear().
Declared fromString method as a class method in interface.
1.0.2 (2011-09-01)
Added __contains__ method on Month.
1.0.1 (2011-04-26)
Declare dependencies that some upstream packages need but don’t declare.
Use stdlib’s doctest module, not zope.testing’s which is deprecated.
1.0 (2009-10-05)
Initial public release.
Release files for gocept.month 3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gocept.month-3.0.tar.gz | 14.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gocept.month-3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.4 kB
Release files / gocept.month-3.0.tar.gz
| Download URL | gocept.month-3.0.tar.gz |
|---|---|
| Size | 14.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bc692182d1b5e57f225818b02e566c140411201ace0b21c8687f70b4ef0863b3
|
|
BLAKE2b-256 checksum How to use checksums |
99f24adc2e5d7347b7abd94dc63d146e7820d0e6cdd549f423d1cfe9e6c3e754
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/None requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.11
|
Release files / gocept.month-3.0-py3-none-any.whl
| Download URL | gocept.month-3.0-py3-none-any.whl |
|---|---|
| Size | 15.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f41f3d8dbe909e154089039e11da843a77544e07f3dfdc59f22f44a8da1d4368
|
|
BLAKE2b-256 checksum How to use checksums |
88b41d657ba75084ad08d89d51ca4c7d624c2799b26b57229561edc179026b6f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/None requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.11
|