Skip to content

pr1m8/symdantic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symdantic

Symbolic mathematics framework built on Pydantic (21 version evolution)

Overview

This repository contains the complete evolution and components of symdantic, extracted and organized from development archives.

Structure

This is a Python monorepo containing:

  • Complete development history preserved in chronological phases
  • Latest implementations and frameworks
  • Documentation and examples
  • Development tools and utilities

Installation

# 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]

Usage

# Basic CLI usage
symdantic --help

# Python usage
python -c "import symdantic; print(symdantic.__version__)"

Development

# Install development dependencies
pip install -e .[dev]

# Run tests
pytest

# Format code
black .
isort .

# Type checking
mypy src/

Development History

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.

Project Structure

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

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

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

About

Symbolic mathematics framework built on Pydantic (21 version evolution)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages