Examples
Start with nuwa-example. Featuristic’s Nim port is still on a branch and is not a released Nuwa demo.
Available examples
- Nuwa Example — template-style project:
nuwa develop, tests, and a publish workflow. This is the one to clone. - Featuristic (Nim port) — larger genetic-programming library. Source is the
nimbranch only. It is not on PyPI;pip install featuristicis the existing Python package.
Getting started
- Clone nuwa-example
- Install a Nim compiler and
pip install nuwa-build - Run
nuwa develop(installsnimble-deps) - Run
python example.pyorpytest
Contributing examples
Projects that are useful as examples:
- Can be built with current nuwa-build from the default branch or a tagged release
- Include tests and a short README
- Do not require an unreleased product branch unless that is stated clearly