Metadata-Version: 2.4
Name: allinpy
Version: 0.2.0
Summary: Modular utilities for scientific computing and plotting.
Author-email: Rasmus Bruckner <rasmusb@zedat.fu-berlin.de>
License: 
        The MIT License (MIT)
        
        Copyright (c) 2025 Rasmus Bruckner
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Source, https://github.com/rasmusbruckner/allinpy
Project-URL: Documentation, https://rasmusbruckner.github.io/allinpy/
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: tqdm
Dynamic: license-file

# All-In Python Package

The `allinpy` package contains useful utilities for plotting in Python and general utilities relevant to multiple projects.

⚠️ This is an early-stage version of `allinpy`.
Expect ongoing development and improvements. Contributions and feedback are welcome!

## Documentation

See the package website for detailed [documentation](https://rasmusbruckner.github.io/allinpy/).

## Questions?

For questions, please get in touch with me: [rasmusb@zedat.fu-berlin.de](rasmusb@zedat.fu-berlin.de)

## Built With

* [Python](https://www.python.org)

## Author

**Rasmus Bruckner** - [GitHub](https://github.com/rasmusbruckner) - [Freie Universität Berlin](https://www.ewi-psy.fu-berlin.de/en/einrichtungen/arbeitsbereiche/neural_dyn_of_vis_cog/learning-lab/team/bruckner/index.html)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Changelog

See the [CHANGELOG](CHANGELOG.md) for details on recent changes, updates, and releases.
