A Python package for crystallographic data processing and analysis.
pip install factory
from factory import Model
from factory import distributions
# Create and use your model
TODO
To set up the development environment:
# Clone the repository
git clone https://github.com/yourusername/factory.git
cd factory
# Install development dependencies
pip install -e ".[test,docs]"
# Run tests
pytest
# Build documentation
cd docs
make html
This project is licensed under the MIT License. See the LICENSE file for details.