watex.property.Copyright#
- class watex.property.Copyright(release_status=None, additional_info=None, conditions_of_use=None, **kws)[source]#
Information of copyright, mainly about the use of data can use the data. Be sure to read over the conditions_of_use.
Holds the following informations:
Attributes
Type
Explanation
References
References
citation of published work using these data
conditions_of_use
string
conditions of use of data used for testing program
release_status
string
release status [ open | public |proprietary]
More attributes can be added by inputing a key word dictionary
Examples
>>> from watex.property import Copyright >>> copbj =Copyright(**{'owner':'University of AI applications', ... 'contact':'WATER4ALL'}) >>> copbj.contact Out[20]: 'WATER4ALL