Skip to content

rs-station/factory

Repository files navigation

Factory

A Python package for crystallographic data processing and analysis.

Installation

pip install factory

Features

Quick Start

from factory import Model
from factory import distributions

# Create and use your model
TODO

Development

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

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Go from pixels to structure factors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages