Metadata-Version: 2.0
Name: classtools-autocode
Version: 1.1.0
Summary: Helps you write compact python classes
Home-page: https://github.com/smarie/python-classtools-autocode
Author: Sylvain Marié
Author-email: "Sylvain Marié" <sylvain.marie@schneider-electric.com>
License: BSD 3-Clause
Download-URL: https://github.com/smarie/python-classtools-autocode/tarball/1.1.0
Keywords: auto code generator decorator properties fields attributes contract object classes
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: decorator
Provides-Extra: contracts
Requires-Dist: PyContracts; extra == 'contracts'
Provides-Extra: enforce
Requires-Dist: enforce; extra == 'enforce'

python-classtools-autocode
==========================

Project page : `official <http://classtools-autocode.readthedocs.io>`__,
`backup <https://smarie.github.io/python-classtools-autocode/>`__

What's new
----------

-  Doc now generated from markdown using
   `mkdocs <http://www.mkdocs.org/>`__

Want to contribute ?
--------------------

Contributions are welcome ! Simply Fork this project on github, commit
your contributions, and create pull requests.

Here is a non-exhaustive list of interesting open topics:
https://github.com/smarie/python-classtools-autocode/issues to reference
new features or bugfixes.

*Packaging*
-----------

This project uses ``setuptools_scm`` to synchronise the version number.
Therefore the following command should be used for development snapshots
as well as official releases:

.. code:: bash

    python setup.py egg_info bdist_wheel rotate -m.whl -k3


