Symbolic mathematics framework built on Pydantic (21 version evolution)
This repository contains the complete evolution and components of symdantic, extracted and organized from development archives.
This is a Python monorepo containing:
- Complete development history preserved in chronological phases
- Latest implementations and frameworks
- Documentation and examples
- Development tools and utilities
# Clone the repository
git clone https://github.com/0rac130fD31phi/symdantic.git
cd symdantic
# Install in development mode
pip install -e .
# Or install with development dependencies
pip install -e .[dev]# Basic CLI usage
symdantic --help
# Python usage
python -c "import symdantic; print(symdantic.__version__)"# Install development dependencies
pip install -e .[dev]
# Run tests
pytest
# Format code
black .
isort .
# Type checking
mypy src/This project represents a complete development evolution extracted from:
- Multiple development phases and versions
- Systematic improvements and enhancements
- Complete feature implementations and iterations
Each phase/version has been preserved to show the complete development journey.
symdantic/
├── src/symdantic/ # Main package code
├── tests/ # Test suites
├── docs/ # Documentation (if present)
├── phase*/ # Development phase directories
├── pyproject.toml # Project configuration
└── README.md # This file
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
🤖 This repository was systematically created and organized using Claude Code
Complete development evolution preserved from symdantic archives